Forum Replies Created
-
Try to add this line:
CL_FRONT.config.$html.addClass('no-cssanimations');add after:self.addedToWishlist(); line on js/codeless-main.js
Let me know if this works
in reply to: Links disappear on hoverOk, then add this:
.top_nav a:hover{ color:#fff !important; } footer#footer a:hover{ color:#fff !important; }in reply to: How to Rename 'Blog'Yes, sure.
I have fixed on your side, just sent if you need anytime.
We will update for sure, added on listin reply to: Sidebar bullet points display issueAh,
Just to the last line add this aside:
aside .wpb_content_element.list li i{ line-height:42px !important; }in reply to: Product RegistrationDone!
Just needed to connect elements with blog categories
in reply to: Product RegistrationYes, I will check now!
Wait please
in reply to: Revolution Slider not showing and plugins updateAbout WPBakery, i can’t send because we use a custom version modified.
But please, i highly recommend you to use Codeless Builder to avoid issues.
in reply to: Revolution Slider not showing and plugins updateOk, let me send with WeTransfer
in reply to: Sidebar bullet points display issueJust make it !important;
.wpb_content_element.list li i{ line-height:42px !important; }Thanks
in reply to: Links disappear on hoverPlease try with
#222 !important;in reply to: footer 1 column full widthHello,
Please remove this css properties from style.css
footer#footer .inner .row-fluid.ff .span12:first-child:last-child{ width: 300px; position:relative; left:50%; margin-left:-150px; }-
This reply was modified 7 years, 9 months ago by
Ludjon.
in reply to: How to Rename 'Blog'Done.
Change:
on inc/view/page-header.php
replace line 46 with:<?php if( is_home() ) $title = get_the_title( get_option( 'page_for_posts' ) ); ?>in reply to: SPECULAR styles different from Online-ShowcaseHello,
Can you send me a screenshot where is the problem with this demo.
I have tried localhost and its excatly like online. I saw that you write about the style on header with [ ] on hover. do you need this style?
This is not as default on business2 demo. The default menu style is with border bottom.But if you need that style, please add this:
/* Effect 1: Brackets */ .header_1 nav .menu > li > a::before, .header_1 nav .menu > li > a::after { display: inline-block; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.2s; -moz-transition: -moz-transform 0.3s, opacity 0.2s; transition: transform 0.3s, opacity 0.2s; } .header_1 nav .menu > li > a::before { margin-right: 10px; content: '['; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); transform: translateX(20px); } .header_1 nav .menu > li > a::after { margin-left: 10px; content: ']'; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); transform: translateX(-20px); } .header_1 nav .menu > li > a:hover::before, .header_1 nav .menu > li > a:hover::after, .header_1 nav .menu > li > a:focus::before, .header_1 nav .menu > li > a:focus::after { opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px); } .header_1 nav .menu > li:last-child a{padding-right:0; margin-right:0;} .sticky_header .header_wrapper.header_1{ -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.04); -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.04); box-shadow: 0 3px 5px rgba(0,0,0,0.05); } /* End Header 1 */If it’s not included in style.css but i think it’s included.
After select the simple header style on Theme Options.Thanks
in reply to: Product RegistrationI replaced the file.
Now try to install the Blog demo from the wizard
Thanks
Hello,
I see that you have fixed that issue.
Cart and Checkout works perfectly -
This reply was modified 7 years, 9 months ago by