Forum Replies Created
-
in reply to: External link to Media Grid
Hello,
Can you please check the credentials? I can’t login with these. If you want to do the edits yourself, then follow these instructions:
1-go to file includes/core/codeless_elements.php and find this block of code:
https://codeshare.io/9g9PD
and replace with this:
https://codeshare.io/o6VwW2-go to file vc_templates/media.php and replace the files’s code with this:
https://codeshare.io/f7uWN
Save both files. Recreate the media element. You will find the link option added to it’s settings.Best regards!
Hello,
Yes, we are ware of this issue. Our developer team is working on it and we will include a fix in the next theme update. Please look forward to it.
Thank you for the patience.Best regards!
Hello,
Please be more specific with describing the issue. What error is displayed? How many pages do you have currently present in your site?
As i wrote before, just by importing the dummy data, you do not get the demo like the online one immediately. There are configurations to do as well.
Please enable the login credentials. We can configure this demo for you.Best regards!
in reply to: Notification Bar (above Nav)Hello,
The example you send is not an easy thing. But if you only want a text link, then just add top navigation bar. Enable it in General Options > Header Options > Top Widgetized Area.
Then add the necessary css code to display it in mobile mode (by default it does not show up), into your custom css box.
To add the text link, add a text widget to top navigation area.Best regards!
in reply to: Centered header styleHello,
In your case it would be this code:
@media (max-width: 480px){ .header_wrapper.transparent.header_10 { display: none; }}Best regards!
in reply to: How do you get rid of the button gradient.Hello,
This is something you can easily edit with a little css. Add the needed code into your custom css box. Try this code:
.btn-bt.with_icon:hover { border: navajowhite !important; }Best regards!
in reply to: Way too many problems!Hello,
Please read a detailed explanation on your issues, above:
1-Theme comes with several important plugins included and ready to use. They are tested and fully compatible with theme. In every theme update (which happens often) we include the latest versions of all plugins. If you must update before that, then you will need to buy it yourself.2-If you have tried to multiple install Layerslider and Visual Composer, then just go to wp-content/plugins, delete their respective folders, go back to dashboard and try again. Now you will be installing the included versions of these plugins.
3-If you are having problems with dummy data import, please read this article first. If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.
4-WooCommerce and Contact Form 7 plugins are free. You can install them easily from Plugins > Add New.
Let us know for anything.
Best regards!
in reply to: PrettyPhoto Lightbox not working on Image GalleryHello,
You can do this if you want to have the Prettyphoto working until the next update. If it can wait, then just keep your current version.
Just do what suits you best.Best regards!
Hello,
Sorry i thought you neede it only for the mobile mode. Anyway, to remove the slider arrows from every screen size, please remove this line:
.codeless_slider .nav-roundslide a { display: none;}
from the block of code above (inside the max-width: 480px). And instead, add it outside of the block. This should be the result code:@media (max-width: 480px){ .slider#slider-fullwidth { min-height: inherit !important;} } .codeless_slider .nav-roundslide a { display: none;}Let us know.
Best regards!
in reply to: Menu link to section of pageHello,
@CB1000RBiker,
Can you please explain better? If you are using one page, the smooth scroll effect option in General Options, should do the job. What is not working for you?
Let us know.
PS: Please open a new ticket for your request as this is getting overloaded and will soon loose it’s starting direction.Best regards!
in reply to: Mobile Menu Button Doesn’t WorkHello,
have you enabled it in General Options > Header Options > Show Responsive Menu Dropdown? Please make sure it is set ON. If the issue persists, send us your wp credentials in a private reply. So we can give ti a closer look.
Best regards!
in reply to: External link to Media GridHello,
No, that means that you should replace the code currently in file vc_templates/media.php with the one in the codeshare link(all of it). However, not only this is a different theme, but also the code in the link, belongs to an old version of Visual Composer. It is not in use any more.
Please send us your wp credentials in a private reply. We can do it for you.Best regards!
in reply to: Add Xing to social widgetHello,
Sorry for the late reply.
Do you mean you managed to set up your request? Let us know if you need further help.Best regards!
in reply to: Active Page HeaderHello,
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!