Forum Replies Created
-
in reply to: Edit Services Circle Icon
Hello,
Sorry for the late reply.
Does this happen in the front-end or back-end? What version of the theme and visual composer do you have? Please send us your wp credentials in a private reply so we can give it a closer look.Best regards!
in reply to: how to add a new font?Hello,
Sorry for the late reply.
I have answered you here: https://support.codeless.co/?topic=how-to-add-a-new-font-family/#post-4693Best regards!
in reply to: how to add a new font-family?Hello,
Thank you for the kind words!
To add a new font please do the following:
1-download and add at ‘font’ folder, the new font files;
2-go to file specular\admin\inc\fields\typography\googlefonts.json and list the new font here. Add this code at the end of the list:"new_font_name": { "variants": [{ "id": "400", "name": "Normal 400" }], "subsets": [{ "id": "latin", "name": "Latin" }] }2.1-Now go in the same folder, to file googlefonts.php and add this line:
"new_font_name":{"variants":[{"id":"400","name":"Normal 400"}],"subsets":[{"id":"latin","name":"Latin"}]},
at the end of font list. (It may be a little confusing but be careful not to mess the commas up).2.2-The last step, go to file googlefonts.html and add in between the other fonts, this line:
<option data-google="true" value="New_font_name">New_font_name</option>
This will show up the font in the Typography Options > Font Family list.Let us know if you need help.
Best regards!
-
This reply was modified 10 years, 11 months ago by
Mirela.
in reply to: Problem with bullet alignment in listsHello,
The theme offers options to create many types of list (examples). You can use the visual composer to create them. However, even with the text editor bullet list, there should not be a problem. The bullets are not affected by any other element you will need to add. We tested the situation you described and had no issues. Please try again and let us know.
Best regards!
in reply to: VC Full Blog paginationHello,
Can you please send us your site’s credentials in a private reply? So we can check this up.
Best regards!
in reply to: Bug with the menue (newest version)Hello,
Can you please be more specific on what is not correct? I checked your site in both iphone and ipad and the responsiveness is ok, also the sticky menu. The nav in mobile is with black background. What image are you referring to? Please send a screenshot so i can understand.
Best regards!
in reply to: Unable to change main menuHello,
You have installed theme wrongly. You have uploaded the hole package into your wp-content\themes, when you should have uploaded only the ‘specular’ theme folder (screenshot). Located inside the main folder you download from your Envato account. Please change that and let us know if the issue persists.
Best regards!
in reply to: Page Title "Roll-in" effectHello,
Please refer to this topic about it.
If it is not what you asked, please send me the link of the page so i can understand better.Best regards!
in reply to: I can not import the dummy dataHello,
Please make sure you have enough memory and execution time limit to perform the import. If you are importing with attachment, it requires even more time and memory. Contact your host to do it for you.
If you want, you can send us your wp credentials in a private reply. So we can give it a look.Best regards!
in reply to: Redux framwork WarningHello,
Please take a look at these screen from your wp Tools -> Redux settings https://www.clipular.com/c/5723044975738880.png?k=gmxR-eZJJ96KtPC6QvAJ3AX7IiE
All settings should be ok. The easy way is to check to be sure that your version of PHP has the curl module installed and/or enabled.
Also I suggest you to update the PHP version on your server. You must update php to a higher version > 5.5.Please contact your host provider and let us know.
Best regards!
in reply to: Header title problemHello,
Please edit the code to this:
.single-portfolio .header_page, .header_page { height: 150px !important;} .breadcrumbss { display: block;} .header_page h1 { line-height: 136px !important;} .header_page .page_parents { margin-top: 32px !important;}If still no luck, send us your wp credentials so we can do it for you.
Best regards!
in reply to: How to prevent staff featured image to be resizedHello,
We do not have yet a tutorial for child themes, as they are optional to users.
Please refer to this article: https://codex.wordpress.org/Child_Themes. You may find this topic: https://stackoverflow.com/questions/19039492/override-a-function-with-child-themes-functions-php , useful too.Best regards!
in reply to: WPBakery Visual Composer UpdateHello,
The Visual Composer folder is this: “wp-content\plugins\js_composer”.
Best regards!
in reply to: Codeless Slider ButtonHello,
Please send us your wp credentials in a privater reply, so we can give it a closer look.
Best regards!
in reply to: Mobile menu breakpointHello,
Please edit the above code to this:
@media (max-width: 1024px){ #logo img { margin-left: -46px !important;} .row-fluid .span12 { width: 895px !important;} }Best regards!
-
This reply was modified 10 years, 11 months ago by