Forum Replies Created
-
in reply to: Specular Theme Mobile Mode unresponsive
Hello,
Do you want to customize the responsive design? Or does it look in mobile the same as in desktop? If it’s the first option, then i suggest you hire a designer to change it to your wish. Alter the style using custom css. Add the code into your Custom css box in General Options.
If it’s the second, then it’s an issue we are bound to solve. Can you post a link to your site? So we can check closer.Best regards!
in reply to: Top Navigation RowHello,
Sorry but this requires custom coding and it’s a service not included in support.
Best regards!
in reply to: Demo is not getting installedHello,
Please add some wp credentials in a private reply, so i can check and install it for you.
Let me know.
Best regards!in reply to: Specular Theme – Widgetized SidebarHello,
You are not seeing a font change because the css is not active because of the error. Check the css above to have a closing ‘}’ bracket. If you add some wp credentials in a private reply, i can check and fix it for you.
Let me know.
Best regards!in reply to: New 500 errorThis reply has been marked as private.in reply to: Mobile menu problemHello,
To comment the css, just add these
/*.. */
Exmaple:/*your custom css code inside*/Screenshot: https://ibb.co/y0L3Nd6Best regards!
in reply to: Creating portfolio pageHello,
That’s a portfolio page. Please check a video tutorial here: https://youtu.be/AYTADwEdM_w
To add comas between categories you’ll need to edit theme files. The responsible file is tower\includes\view\portfolio\loop-grid.php and the block of code:
if(is_object($item_categories) || is_array($item_categories)) { foreach ($item_categories as $cat) { $sort_classes .= $cat->slug.' '; } }To add comas, just add a coma inside the
''(space). Example:
$sort_classes .= $cat->slug.', ';Best regards!
Hello,
Sorry for the late reply.
Please try adding this code:@media (max-width: 979px) and (min-width: 768px){ .container{ width: auto !important; } .list li.simple:first-child:last-child { width: 55%; } }Let us know.
Best regards!in reply to: Page Header on Blog PostsHello,
This is not added yet. You can check out the changes made in the latest update here: https://themeforest.net/item/specular-responsive-multipurpose-business-theme/9412083?s_rank=7
Best regards!
in reply to: Blog page broken, need developer supportThis reply has been marked as private.in reply to: Specular Theme – ProblemsHello,
1-Please go to file vc_templates/block_title.php find this line:
$output .= '<h2 class="h1">'.$title.'</h2>';
Replace with this:
$output .= '<h1>'.$title.'</h1>';2-I replied your regarding this in this other ticket of your: https://support.codeless.co/?topic=clients-carousel-3 Please keep up the issue there.
3-Please check the correct steps to take here: https://codeless.co/documentation/main.html#update_theme
Best regards!
in reply to: Amount of Columns Shop Page ResponsiveHello,
I see 4 columns here in stead: https://ibb.co/jDFCbd3
Did you manage to change it already? Let us know.Best regards!
in reply to: Top Widgetized Area on top of Header on MobileHello,
Please add this code into your Custom Css box:
@media(max-width: 480px){ .header_wrapper.transparent.header_1.background--light { padding-top: 100px; }} @media(max-width: 979px){ .header_wrapper.transparent.header_1.background--light { padding-top: 100px; }}Change the value to your wish.
Best regards!Hello,
Did you install the included version of WP Bakery? Yes, please add some wp credentials so we can check. There is no problem with WP Bakery as far as we have tested.
Best regards!
in reply to: Specular Update 2.6.4 to 3.1 –> site is damagedHello,
To be sure to recover the theme settings, backup the site options before theme update. To do so, follow this workflow:
1-go to Specular > Import/Export (dummmy data) > Export Options, from the list select: Theme Options (screenshot).
2-Update theme;
3-Check the dashboard if there is any notice for plugins. Update and re-activate all necessary (screenshot);
4-If still site is not the same as before (usually it’s ok after activating all plugins), Import the theme options backup of point 1. Go to Specular > Import/Export (dummmy data) > Backups, import the latest backup. (screenshot)Let us know.
Best regards!