Forum Replies Created
-
in reply to: Refund request
Hello,
Sorry, but I can’t find your username.
Did you have purchased Specular?
Regards!
in reply to: Translate to TurkishHello,
Which version of the theme have you installed?
If you have the latest version this can be fixed directly with pot file if not you have to edit the file below:
specular\includes\view\page_header.php
Phone Number and Address you can edit them in the Appearances > Widgets in the Top Navigation Area.
Let us know.
Regards!
in reply to: Portfolio CategoriesHello,
You can fix that by editing the file: includes/view/portfolio/loop-grid.php.
Edit the code :
if(is_object($item_categories) || is_array($item_categories)) { foreach ($item_categories as $cat) { $sort_classes .= $cat->slug.' '; } }replace with:
if(is_object($item_categories) || is_array($item_categories)) { foreach ($item_categories as $cat) { $sort_classes .= $cat->slug.' '; $category_name .= $cat->name.', '; } }also, you have to edit the code:
<div class="center-bar v1"> <h4 data-animate="fadeInDown" class="a1"><?php echo get_the_title() ?></h4> <h6 data-animate="fadeInUp" class="a2"><?php echo codeless_complex_esc($sort_classes) ?></h6> </div>replace with:
<div class="center-bar v1"> <h4 data-animate="fadeInDown" class="a1"><?php echo get_the_title() ?></h4> <h6 data-animate="fadeInUp" class="a2"><?php echo codeless_complex_esc($category_name) ?></h6> </div>Let us know.
Regards!
in reply to: Responsive MenuHello,
I have tried to access your WordPress Dashboard but it seems impossible because there is an Asian alphabet so I can’t type on my keyboard.
Please try to delete the Codeless Builder and install it again. If you can’t find it on the notices Go to Plugin > Add New Plugin > Search > Codeless Page Builder and install it.
Let us know.
Regards!
in reply to: Page Title Won\'t UpdateHello,
This is strange please can you share with us your wp credentials (private) so we can take a look and fix this.
Let us know.
Regards!
in reply to: Woocommerce Page Header Display Demo Site HeaderHello,
You can edit these text by editing the page : Shop Single Top Content
Let us know.
Regards!
in reply to: Refund requestHello,
Sorry, please can you let us know which is the username you use on themeforest.net?
Let us know.
Regards!
in reply to: Theme has outdated Woo templates after upgradeHello,
Yes, let us know if you want any further help.
Regards!
in reply to: Format "label" class?Hello,
If you like our theme please rate with 5 stars on https://themeforest.net/downloads .
Regards!
in reply to: Specular Theme mobile responsive issueHello,
Please check it now I have resolved all the issues that you had.
Let me know.
Regards!
in reply to: Mobile Logo in CenterHello,
I have centered the logo in the mobile by adding this custom css code:
@media(max-width:480px){ .c-left.header-col{width:100%} .header-el.cl-h-cl_header_logo{ margin-left: 62%; transform: translateX(-50%); -webkit-transform:translateX(-50%); } }Please if you like our theme rate it with 5 stars https://themeforest.net/downloads
Regards!
in reply to: WPBakery Visual Composer – cannot updateThis reply has been marked as private.in reply to: How to show Cart IconHello,
You can change the Menu Color by going into Customize > Header > Menu Style. The overall styling can be changed into Customize > styling.
In case you want to change the icons, this requires to access the code. You can also change the color of the icons by adding this custom code into General > Custom Codes > Custom CSS:
.extra_tools_wrapper .tool i{color:#fff !important;}Regards!
in reply to: Folie install errorThis reply has been marked as private.