Forum Replies Created
-
in reply to: WPML Setup
Hello,
Now you have to change only to duplicate the pages by click the plus button on the WordPress Dashboard > Pages. After click the plus you can copy the original content of the english page and paste to the translation in French.
You can read the WPML documentation here for more info:
https://wpml.org/documentation/getting-started-guide/
Best Regards!
in reply to: Sticky Menu only for HomepageHello,
You have to customize by adding a custom css code and disable the sticky menu:
.home .header-top{ position:fixed }The code above can be added in the General > Custom code.
Let us know.
Regards!
in reply to: Responsive footerHello,
If you want to remove the whole footer you have to add this line of code:
@media(max-width:480px){ .site-footer{display:none} }Anyway by default the footer is responsive. This is the standard way to show the footer columns in responsive devices.
Let us know.
Regards!
in reply to: Enlarge the image in "recent news"Hello,
I think that you have to regenerate thumbnails to have results. Please use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Regards!
in reply to: Change details on CartHello,
You have to go to Pages and edit this two: Shop Page Top Content, Shop Single Top Content
Regards!
in reply to: Wishlist not responsiveHello,
We will fix the issue with the next update will be launched in the next days.
Regards!
in reply to: Search displays HTML entity for special charactersHello,
To fix this issue you have only to remove the space between the “-” in the product titles.
Let us know.
Regards!
in reply to: VC full blog not worksHello,
The problem is that you have activated again the page with element and you have unset the page as blog page.
Please got to Specular > General > Set Articles page as Blog Page. Click on save and retry again.
P.S In order to receive further support you have to renew you support license that is expired.
Let us know.
Regards!
in reply to: June Demo Install issuesHello,
You have tried to install the theme demo more than one time. This have caused the duplicated menus.
Please try to install the theme on a new wordpress installation with a blank db.
Let us know.
Regards!
in reply to: Hide header on home page?Hello,
Have you tried to make the header transparent. There is an option on Page settings Header Over Content (Transparent). You can access it by click on the first circle button on the right bottom area of live customizer. After click on this button on the left you will see page setting and you can set the transparent page header.
So you can specify the header transparency for every page.
Regards!
in reply to: Responsive theme not working for certain elements.Hello,
There is two possibilities:
1. You have to make the font-size smaller and you don’t have any problem.
2. Another option is to transform the menu into a responsive one:
@media(min-width:768px and max-width:1100px){ header#header #navigation{display:none;} .mobile_small_menu{display:block !important;} }let us know.
Regards!
in reply to: \'slider_dummy_data\' missingHello,
You don’t need the dummy data of the sliders. In order to install the sliders you have to install the demo and with it will come the slider.
Let us know if you need any further support.
Regards!
in reply to: Increase the content in "recent news"This reply has been marked as private.in reply to: WP bakery builder licenseHello,
In that case you have to purchase the regular license and adding it in the Visual Composer.
Let us know.
Regards!
in reply to: JUNE installation stoppedHello,
I have tried to access the files via ftp but seems impossible to access. There are two possibilities :
1. Edit the file functions.php file and replace these line below:
`$value = get_post_meta( $id, $meta );
$return = ”;
$nr = count($value); `with:
$value = get_post_meta( $id, $meta ); $return = ''; if(is_array($value)) $nr = count($value);2. Another option is to wait our update that will come the next days.
Best Regards!