Forum Replies Created
-
in reply to: Language
Hello,
Sorry for the late reply.
You should be able to translate it via .PO files. Did you find it in the .PO file? I see you have a old version of the theme. Please update theme and the plugins to it’s latest version. Let us know if the display of tags continues.Best regards!
in reply to: Codeless slider video soundHello,
Sorry for the late reply.
We have already answered you in the comments about this. However, please go to this file ‘specular/js/main.js’ and find the function codelessGalleryCarouselInit
Edit the speed attribute in the functionspeed: 800,to your need. This is responsible for the sound volume.Best regards!
Hello,
If you have made changes to theme files, yes! You must save a backup first. As for the settings that are set up via dashboard they are all saved in the database so they won’t be affected. You can update the hole theme or just the changed files. You can find a list of them in the theme’s profile in Themeforest.
Best regards!
in reply to: Codeless Slider Loading background color changeHello,
It is not a problem putting it in the main css file, but we do not recommend it as i will be overwritten by future theme updates and so the changes will be lost.
Please edit the code to this:.codeless_slider_wrapper { background-color: #E0E0E0 !important; }and try to keep it in the custom css box. Let us know how it will go.
Best regards!
in reply to: Product Attributes in Theme Shop (WooCommerce)Hello,
These are customization that belong only to Woo-commerce plugin. Please add these lines into your custom css box:
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price { color: #131313 !important;} .product_meta span a, .product_meta span span { color: #777;}Edit the color as you wish. You can do the same for the ‘Time’ box. Edit it via css. As i can’t access your site, i can’t help you with that.
Beset regards!
in reply to: left menuHello,
Can you please be more specific? What does not work well with the second-level sub-items? Please make sure you have set them up properly. All pages should be set to layout ‘Left Navigation’ and specify the parent page.
For the mobile layout, please add this code into your custom css box:
@media (max-width: 767px){.side-nav { width: 250px !important;}}Let us know.
Best regards!
in reply to: Responsive in phonesHello,
Sorry for the late reply.
Please edit the above code to this:@media (max-width: 767px){ .header_5 .mobile_small_menu { display: block !important; }}If the issue persists, send us your wp credentials in a private reply, so we can do it for you.
Best regards!
in reply to: Codeless Slider – Parallax not workingHello,
@archerinteractive,
The paralax does not have any issue. If you send us your wp credentials in a private reply, we can check what’s wrong with it.Best regards!
in reply to: Codeless Slider – Parallax not workingHello,
@webdesign01, I created a test page in your site. I added the neccesary content for it to be able to scroll. I set the paralax ON and i see it is ok.
Let us know if you need further help.Best regards!
in reply to: Autoupdate to 1.3.0Hello,
We are sorry you have faced this discomfort, but the theme update does not affect the settings as they all are stored in the database. A theme update only overwrites the files.
However, thank you for pointing this, we will take on extra tests to verify this.Best regards!
in reply to: Recent news date/time formatHello,
Sorry for the late reply.
The file responsible for the Recent News is vc_template\recent_news.php. Please find this line:$output .= '<dd><h5><a href="'.esc_url(get_permalink()).'">'.esc_attr(get_the_title()).'</a></h5><span class="date">'.get_the_time('j M h:i a').'</span><p>'.codeless_text_limit(get_the_excerpt(), 18).'</p></dd>';in it, and edit theget_the_time('j M h:i a')time format to your need.Best regards!
in reply to: Menu problem on smartphoneHello Maja,
Sorry for the late reply.
Please try to add these lines into your custom css box:@media (max-width: 767px){ .menu-small ul.menu > li > a { color: #080808;} .menu-small ul.menu > li > ul > li > a { padding-left: 17%;} .menu-small ul li a { color: #525151;} }This is the result.
Let us know how it will go.Best regards!
in reply to: How to add date below portfolio in loop-grid.phpHello,
Sorry for the late reply.
Please replace this line:<h6 data-animate="fadeInUp" class="a2"><?php echo $sort_classes ?></h6>with this one:<h6 data-animate="fadeInUp" class="a2"><?php echo get_the_date(); ?></h6>
Save file and refresh.Best regards!
in reply to: Bug with the menue (newest version)Hello,
Sorry for the late reply.
You had only remove one ‘!important’, the above code was repeated. I removed the other one and it’s ok now.Best regards!
in reply to: Latest From Blog element by CATEGORYHello,
Sorry for the late reply.
Glad to know it’s ok now. I am marking this topic as resolved.Best regards!