Forum Replies Created
-
in reply to: Imported demo content twice, site still empty
Hello,
From the screenshot i don’t see any problem in your site. The fact that the menu is there and it has pages in it, means the dummy data has been imported with success. You only need to configure your site now.
Go to home page settings > Slider, and assign one of the imported sliders to it. To edit menu, go to Appearances > Menu, edit menu items here. Also please make sure to have set up a home page in General Options > Select Special Pages > Select Frontpage.
For more guidance for theme customization, please watch our video tutorials.Best regards!
in reply to: Imported demo content twice, site still emptyHello,
From the screenshot i don’t see any problem in your site. The fact that the menu is there and it has pages in it, means the dummy data has been imported with success. You only need to configure your site now.
Go to home page settings > Slider, and assign one of the imported sliders to it. To edit menu, go to Appearances > Menu, edit menu items here. Also please make sure to have set up a home page in General Options > Select Special Pages > Select Frontpage.
For more guidance for theme customization, please watch our video tutorials.
Let us know.Best regards!
in reply to: Blog Infinite Scroll JumpsHello,
Sorry for the late reply.
We are currently looking into this and will notify you soon. Thank you for the patience.Best regards!
in reply to: post grid not showing in firefox & mobileHello,
You could disable the firewall for just one day so that we can access it and debug it. Sorry i still am unable to access dashboard.
Best regards!
Hello,
When you click on the first portfolio item in Recent Portfolio, then you are seeing the very last item added. Therefore all other items are at the left side of the single portfolio item (they are considered ‘previous’ items). Changing this requires code editing that is not included in support forum since it is a personal preference customization. Please read more regarding our Support Policy.
You could do the edit yourself or hire a developer to do it for you.Best regards!
in reply to: How to get logo to appear on mobile with left menuHello,
To make css code affect only certain screen sizes, you can use the
@mediarule. Try editing the above code to this:@media (min-width: 1600px){ .header_7 #logo { left: 35% !important; } }This makes the code affect only 1600px to wider screens. Let us know.
Best regards!
in reply to: Product image not visibleHello,
You may need to set up a z-index for these images to show. Please send us login credentials so we can check and help yu with the code.
Let us know.Best regards!
in reply to: More Visual Composer problemsHello,
What theme version do you have? Please make sure to have the latest update first. Then update Visual Composer from ftp. Follow these steps:
-Using ftp go to wp-content/plugins and delete folder js_composer.
-Go back to your dashboard and install plugin once again following the instructions (screenshot).
Let us know.Best regards!
in reply to: Drop down menu font optionsHello,
1-Please add this code into your custom css box:
nav .menu li ul.sub-menu li a { font-family: "Lato";}
Edit font to your wish.2-Add this code:
a.btn-bt.default.header_button { margin-top: -24px;}3-Sorry but that is not possible.
4-Please add this code into your custom css box:
@media (max-width: 767px){ #logo img { height: 58px;} .header_11 #logo { margin-right: -53px;} .codeless_slider_swiper { top: 140px;} .top_wrapper { padding-top: 140px;} }Best regards!
in reply to: TypographyHello,
Please find the Typography menu in General Options > Typography Options. See screenshot.
Best regards!
in reply to: Slider QuestionHello,
1-I see you already made this edit as the title and buttons are not moving while browsing the page.
2-Add this code into your custom css box:i.moon-arrow-right-5 { display: none; }3-Add this code:
.codeless_slider .swiper-slide .buttons.animated { -webkit-animation-delay: 0s !important; -moz-animation-delay: 0s !important; -ms-animation-delay: 0s !important; -o-animation-delay: 0s !important; animation-delay: 0s !important; }4-edit button border with this css code:
.codeless_slider .swiper-slide .buttons.colors-light a.bordered { border-color: #FBBF5F !important; }Best regards!
Hello,
I responded you regarding this issue here: https://support.codeless.co/forums/topic/error-with-call-to-action-in-responsive-mode/#post-14882
Best regards!
in reply to: error with CALL TO ACTION in responsive modeHello,
Please go to \includes\core\codeless_elements.php and find this line:
vc_remove_element("vc_widget_sidebar");
Do the same as the above. Either delete it or replace with this://vc_remove_element("vc_widget_sidebar");PS: these are elements not used by the theme by default. But since you are already using them, then these changes are needed.
Best regards!
in reply to: Onepage Menu linksHello,
The one page menu links are working as they should. There is no problem here. I assume you are referring to the fact that the header overlaps with the section title. For that you only need to add some padding. Please read this topic regarding it.
Let us know.Best regards!
in reply to: various errors sporadicallyHello,
I opened your site but the content is displaying ok. Please see screenshot. Did you manage to fix your issue? It could have been a temporary server situation. Maybe the server did not load in time all the necessary scripts.
If you keep having the same situation, try to clear cache and refresh page. Let us know.
PS: You need to update Visual Composer as well. The latest version included in theme package is vs 4.11.2.1.Best regards!
-
This reply was modified 10 years, 1 month ago by
Mirela.
-
This reply was modified 10 years, 1 month ago by