Forum Replies Created
-
in reply to: Link to anchor in accordian
Hello,
I am glad to know you sorted it out. If you want, you can share your solution so that other visitors coming cross your topic can make use if it.
Best regards!
in reply to: Resize Issues with Boxed LayoutHello,
Please add this code into your custom css box:
@media (min-width: 1101px){ .container { min-width: 1100px !important; }}Let us know.
Best regards!
in reply to: Visual Composer Does Not WorkHello,
Please send us your wp and ftp credentials in a private reply. So we can check the issue with Visual Composer.
The random black bars are separators which for some reason have the background color set to black. You may have set it up somewhere. However, add this code into your custom css box:span.separator { background: rgba(34, 34, 34, 0) !important; }and they will disappear.
Let us know.Best regards!
in reply to: Slider Revolution – text layer problemHello,
Yuo have an error in your site. Please go to file js\main.js and find this line:
linkElement : 'a:not([target="_blank"]):not([href^=#]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
Replace with this:
linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
Also please send us your wp credentials in a private reply. So we can give a closer look to Revolution slider.Best regards!
in reply to: can’t edit codeless profileHello,
Please clear cache and try again. Let us know.
Best regards!
Hello,
Sorry but what do you mean by “Randon”?
Best regards!
in reply to: Jetpack PluginHello,
You have to login to wordpress.com. If you do not have an account there, then register. If you keep having issues, deactivate third party plugins and any cache plugin you may be using and try again. You may find here more information regarding this.
Please consider that we do not offer support on third party plugins.
Best regards!
in reply to: Change language on buttonHello,
I edited file \includes\view\blog\loop-index.php, i replaced the “Read more” with the it’s equivalent in German. But i looked throw the .PO file and i see there are a few translations in italian. Are you not using the .PO files in folder “lang”?
Anyway the “read more” is translated for now but if you keep it this way, you will have to do it again in case of a theme update.
Let us know.Best regards!
in reply to: Visual Composer doesn’t workin reply to: Slider revolution stops after few timesHello,
Please refer to this article for more detailed information on how to update Visual Composer. Let us know if you have any question.
Best regards!
in reply to: code in portfolioHello,
Please go to file \includes\view\page_header.php and find this line:
<h1><?php echo esc_html($title) ?></h1>
Replace with this:
<h1><?php echo $title ?></h1>
It will let the site recognize html tags in title.
Also this line:
<li class="active"><a href="<?php echo esc_url(get_permalink()) ?>"><?php echo esc_html($title) ?></a></li>
Replace with this:
<li class="active"><a href="<?php echo esc_url(get_permalink()) ?>"><?php echo $title ?></a></li>
To recognize html in the page’s title in breadcrumbs as well.
Let us know.Best regards!
in reply to: Centering Image Gallery GridHello,
As i previously said, the gallery is already centered. I don’t see much difference with the current state. Can you please send us a screenshot of what you want it to look like? So we can understand better your point of view.
Best regards!
in reply to: google map visual composer not foundHello,
The google map does not have any problem. Most probably you are putting the wrong url. Please send us your address and we will send you the right link to add.
Best regards!
in reply to: Yoast SEO compatibilityHello,
Yoast SEO plugin does not have any compatibility issues with theme. What version are you using? Please make sure you have the latest version. What issues are you experiencing with it?
Let us know.Best regards!
in reply to: error with CALL TO ACTION in responsive modeHello,
I added this code into your custom css box:
@media (max-width: 480px){ .vc_gitem_row { background-color: rgba(0,0,0,0.001) !important;} }Please check your site.
Best regards!