Forum Replies Created
-
AuthorPosts
-
Yes, thanks for noting that Michael, i’ll report it :)
Regards,
JosueHi universusmedia!
Could you paste the whole form code so i can try to do the same on my local installation?
Cheers!
JosueDecember 21, 2013 at 1:06 am in reply to: Multilingualpress Language Switcher Enfold – Applying style of the header menu #202758Hi,
Can you post a link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.av-masonry-container.isotope { background: white; }
Cheers!
JosueYes, use the * selector, also add the !important rule.
*{ font-family: “Alef Hebrew”, “Helvetica Neue”, Helvetica, Arial, sans-serif !important; }
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueDecember 19, 2013 at 10:02 pm in reply to: Avia Layout Builder, Tabs and Google Event Handlers #202273You are welcome, glad we could help :)
Regards,
JosueHi!
Try this:
#header_main .container, #avia-menu a { height: 143px !important; line-height: 143px !important; -webkit-transition: all linear 0.2s; -moz-transiton: all linear 0.2s; transition: all linear 0.2s; } .header-scrolled #header_main .container, .header-scrolled #avia-menu a { height: 80px !important; line-height: 80px !important; } #header_main img, #header_main .logo, #header_main .logo a{ width: 252px !important; height: auto !important; max-height: none !important; max-width: none !important; -webkit-transition: all linear 0.2s; -moz-transiton: all linear 0.2s; transition: all linear 0.2s; } .header-scrolled #header_main img, .header-scrolled #header_main .logo, .header-scrolled #header_main .logo a{ width: 126px !important; height: auto !important; }
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.iconbox_content_container td{ border: 0 !important; }
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#header_main .container, #avia-menu a { height: 120px !important; line-height: 120px !important; } .header-scrolled #header_main .container, .header-scrolled #avia-menu a { height: 60px !important; line-height: 60px !important; } #header_main img, #header_main .logo, #header_main .logo a{ width: 252px !important; height: auto !important; max-height: none !important; max-width: none !important; } .header-scrolled #header_main img, .header-scrolled #header_main .logo, .header-scrolled #header_main .logo a{ width: 126px !important; height: auto !important; }
Cheers!
JosueDecember 19, 2013 at 8:39 pm in reply to: Change the title "Blog – Latest News" on single to category #202240Hey Jill!
The server user didn’t work. i can’t access your site.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueDecember 19, 2013 at 8:35 pm in reply to: Avia Layout Builder, Tabs and Google Event Handlers #202235Hi,
I got an idea, open /config-templatebuilder/avia-shortcodes/tabs.php and look for line 253:
$output .= ' <div data-fake-id="#'.$tab_atts['custom_id'].'" class="tab '.$titleClass.'" '.$markup_title.'>'.$icon.$tab_atts['title'].'</div>'."\n";
Replace it by this:
$output .= ' <div data-fake-id="#'.$tab_atts['custom_id'].'" id="#'.$tab_atts['custom_id'].'" class="tab '.$titleClass.'" '.$markup_title.'>'.$icon.$tab_atts['title'].'</div>'."\n";
That will put the data-fake-id number as ID too, this way you can target them using ID.
Regards,
JosueHi erantdo!
The code Yigit provided should be here: http://www.valuation.co.il/wp-content/themes/enfold/css/custom.css
Cheers!
JosueHi!
Accordions are shortcodes, have you tried simply copying and pasting them?
You’d need to see the actual page content outside of ALB, you can do this switching back to the default theme for a moment and editing the page in question, the shortcodes will appear there.
Regards,
JosueHey PPCHound!
Please take a look at this video:
Regards,
JosueHi Rupert,
Can you post the link to your website please? i’d like to see what type of header you are using.
Regards,
JosueDecember 19, 2013 at 8:13 pm in reply to: Vertical JQuery Submenu Hidden Behind Main Content #202214You are welcome, glad we could help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.iconbox_content_container tr, .iconbox_content_container table{ background: transparent !important; }
Cheers!
JosueDecember 19, 2013 at 7:55 pm in reply to: Avia Layout Builder, Tabs and Google Event Handlers #202207Hi!
That class is automatically added based in the order of the element (unique), if you are in Chrome try inspecting them so you can get the idea.
Regards,
JosueHey Oliver!
It’s a Permalink issue, something with the .htaccess, it’s not theme related because it happened even with the default theme, take a look at this link, if the issue persists please contact your hosting provider.
In the meantime i’ve switched back to the standard Permalink setting so your links can be accessible.
Regards,
JosueDecember 19, 2013 at 7:40 pm in reply to: Avia Layout Builder, Tabs and Google Event Handlers #202199Hey Rob!
They actually have numeric classes:
If you want to target each tab section, simply prefix the parent element number class, for example:
.avia-builder-el-6 .tab_counter_2
Best regards,
JosueDecember 19, 2013 at 7:14 pm in reply to: Change the title "Blog – Latest News" on single to category #202184Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueThat would be good, use that method and then post a link to your website so we can assist you with the CSS :)
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
Josue -
AuthorPosts