Forum Replies Created
-
in reply to: Backup/Restore – moving the site to a new server
Hello,
We will consider all your reviews for the future development of theme. Thank you for letting us know.
Best regards!
in reply to: Main Menu DisappearsHello,
Please update theme and Codeless Builder to it’s latest version(1.0.3) first. Then go to the portfolio item options and check Header Color. Make sure it’s not selected the white version. See screenshot: https://postimg.org/image/2am3cd99mj/
Let us know.
Best regards!
in reply to: Not saving my changesHello,
Please make sure to have the latest version of both theme and Codeless Builder. That is vs 1.2.1. If you have third party plugins installed, deactivate them and then proceed updating theme and Codeless Builder.
Can you provide some wp credentials in a private reply? So we can give it a closer look.
Best regards!
in reply to: No mobile menuHello,
The option to show up menu in mobile was off. I set it ON in Header Options > Show Responsive Menu Dropdown.
Please check your site.Best regards!
in reply to: Deleting elements but not savingHello,
Please deactivate all third party plugins first and update theme. Then update the Codeless Builder. The latest version of both is 1.2.1. This is very important for the theme’s to work well.
Let us know how it goes.Best regards!
in reply to: Bug with the Sticky MenuThis reply has been marked as private.This reply has been marked as private.in reply to: Deleting elements but not savingHello,
Do you have other tabs opened? If you remove the element from a tab and save, then go to another tab where an older version of the page is still opened and save again. The latest page version will be saved.
Can you send some wp credentials in a private reply? So we can check this out closely and see what is happening.Best regards!
in reply to: Bug with the Sticky MenuHello,
I see you have already added the borders successfully. If you can not see the result, please clear cache and refresh page. Sometimes it takes a bit to show up changes.
See screenshots: Border in top / border at bottom;Please open Codeless Builder from Appearances > Customize. You have a lot of third party plugins that affect it’s speed in opening. However, i have notified the developers on the late loading of builder and warnings in the slider. We are working on making it and will try to release an update as soon as we can.
Best regards!
in reply to: Bug with the Sticky MenuHello,
I fixed it.
I activated the sticky header again. I deactivated the bordered layout instead in Customize > Layout > Bordered Layout;
Then added this custom css into your custom css box in General, to add the border effect removed from the previous option:#wrapper { border-left: 15px solid #fff; border-right: 15px solid #fff; }You can edit out it’s values to your wish. Please clear cache and refresh pages.
-Please go to your wp-config.php file and make sure to have “WP_DEBUG” set to false.
Let us know if the warnings keep appearing.Best regards!
in reply to: Hover Over ImageHello,
Please find below the screenshot of the edit code: https://postimg.org/image/71cn0zs61n/
Best regards!
Hello,
I already installed and activated it. You can use it normally now. We will fix the plugins zip file in the next theme release.
Best regards!
in reply to: Revolution Slider – Purchase CodeHello,
The zip file name of the plugin does not have to be the same of the name displaying it’s options when it’s installed.
The “home” option you see, is the name of one slider i have created. And then selected in the drop-down list to show in my page. You will have in that list, all the sliders that you will create or import (screenshot).I see you have already imported some many sliders. As explained in the screenshots before, select one and add it to your page. A test page is this one: https://ifalpa70.org/revolution-slider/
Best regards!
in reply to: Problem with "Image Galler" in "Tab"Hello,
Please fill in the wp login information on the extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
Hello,
You have added the information in the Top Navigation area, which by default does not display in mobile due to the lack of space of the devices.
To add it, add this code into your custom css box (located in General > Custom Codes):@media (max-width: 991px){ .top_nav.header-row { display: block; width: 100% !important; height: 55px !important; }}Result screenshot: https://postimg.org/image/2kcmferkh7/
Let us know.Best regards!