Sorry I am just getting back to this. Not sure what you need to see it. My test site is:
http://rec-robeng.com under the projects menu when when click on one of the pictures.
I added the following code:
#top .portfolio-preview-list-image { pointer-events: none!important; } to both quick css and custom.css but still displays the lightbox.
Thanks!!
I appreciate you’re doing that. Still, this is an issue, and I doubt that I’m the only one having it. I don’t have multiple computers to use, except older ones. I think you need to make your developers aware that Mac users are working on multiple versions of OS – Snow Leopard, Lion, Maverick – and that your theme needs to work on all of them.
Before this, I was working with the theme Salient, and it had an issue, which its developers claimed no one else had had: its drop down menus wouldn’t scroll. Once they got to the bottom of my screen, they stopped, so that I wasn’t able to see the bottom items. That was the only issue I had with that theme, just as the delete thing is the only issue I’ve had with this one. What that tells me is that the developers haven’t tested EVERYTHING on all systems. I can understand how something can slip through the cracks. However, once you guys have been made aware of something, I think you ought to fix it.
Anyhow, thanks for your help.
Hi guys,
I am having a problem adding in html content into the text-block elements. I am basically cutting code I created in dreamweaver and pasting it into a text-block.
There seems to be opening <p> tags being inserted and also <br/> tags. I have attempted to place
remove_filter( ‘the_content’, ‘wpautop’ );
remove_filter( ‘the_excerpt’, ‘wpautop’ );
Info the functions file to mend the situation but not effect. I don’t really want to use a css hack to fix this and want a good solution.
I read on the forms people with similar problems but I have no success using they’re method. I dont have any plugins running am using wordpress 3.9 and the latest Enfold update.
Please help with a solution.
HI I am having the same problem here and have a client waiting for the site to be complete. I also noticed that <p> tags with no closing tag, and <br> tags are being added into the text block elements. I have tried to add
remove_filter( ‘the_content’, ‘wpautop’ );
remove_filter( ‘the_excerpt’, ‘wpautop’ );
But still adding extra <p> and <br> tags everywhere in text-block elements.
Badly need a solution to these problems.
Please Help.
Hey ElementArt!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
1-
#header_main_alternate { background-color: red; }
2- Can you post the link to your website so we can take a look?
Regards,
Yigit
Hi, the latest update fixed alignment issues in mobile but some issues still here with top menu/icons layout.
See http://www.stourportbc.co.uk in mobile for top menu separator issue, and right border colour on social icons.
thnx
Yeah basically, the slider on the homepage on the top to feature like 3 youtube videos and I really appreciate the help you’ve been great!!
Yep.. added item to the shopping cart and cleared all my cache in both browsers on iPhone and my laptop and it still has not appeared. Appreciate your time… I don’t know what else can be done, since it shows on your end and not mine. Gary
Hi peterd!
Please try as following
.page-id-3385 .main_menu .menu ul li a:hover { background-color: red; }
simply without #top
Best regards,
Yigit
Hey!
Please add following code to Quick CSS as well
.av-main-nav > li > a {
height: 60px!important;
margin-top: 56px;
}
.header-scrolled .av-main-nav > li > a {
margin-top: 0;
}
Regards,
Yigit
Hey!
All of the LayerSlider slideshow settings are separate from those within the theme since it is a separate plugin that is just included with the theme. So with LayerSlider you would use its own settings on that individual slider in “Slider Settings” menu.
For the individual slides you can have a slide background which should always take up the background of the slide but the elements on top of it, those layers under the slideshow preview, would adapts based on the settings for each.
Best regards,
Devin
Hi Yigit,
Ok works fine!
But if i add padding top, when scroll down the menu comes out from the header.
Thanks
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-post-nav { display: none; }
Best regards,
Yigit
Hi,
Would there be a way to add a vertical line to the right of top navigational elements like so:
http://i.imgur.com/oT1EGX9.jpg?1
E.
Hi,
i found a problem on Safari on Mac… the video doesn’t start!! Hve you the same problem?
thanks in advanced
This reply has been marked as private.
Hey!
Because there is already specified value on the selector. Shall i mark the topic as resolved or do you have any other questions? :)
Best regards,
Yigit
Hi djpoel!
You can remove it with:
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top.page-template-template-blank-php #main {
padding-top: 0;
}
Best regards,
Devin
Hi Josue,
Thanks for the reply. I have put the top portion into a Color Section. The fade in effect is applied on the entire section and not just the images (IE even text is faded in).
Would there be a way to just fade in the images? The goal here is to basically have the same feel as the bottom part of the page.
Or is there a way to have different size Testimonial images? This would be ideal as I can generate two sets and use it as needed.
E.
Hey anjmat!
The shop page layout is independant of any of the options you choose on that page. Its controlled via functions and WooCommerce itself. So customizing it would take modifying php via the functions in the theme files config-woocommerce>config.php.
To remove the sorting Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.post-type-archive-product .product-sorting {
display: none;
}
Regards,
Devin
Hi there,
I’ve tried to see if this has been addressed already but I couldn’t find a clear answer so apologies if I’m repeating an issue.
I would like to
1. Change the background colour of the Menu Bar only. I can change the whole header colour but I want this to remain white and only the menu bar to change colour. (Dark Red with white text)
2. The logo is showing up very small on screen so I would ideally like to allow it more height.
I understand basic coding but anything too advanced I will have a problem with – is this something I can do myself or will I need to get a coder?
Any helps greatly appreciated.
Regards
Element
You can try this in your quick CSS, seems to work for me:
#top.avia-blank #wrap_all {
padding-top: 0!important;
}
#top.avia-blank #wrap_all {
vertical-align: top;
}
Hi AliMese!
You can change the email directly on that form element when editing the page. It will be the first option at the top.
Regards,
Devin
Hey simonac!
Please add following code to Quick CSS and adjust as needed
.logo img { margin-top: 15px; }
.header-scrolled .logo img { margin-top: 0; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo img { margin-top: 15px; }
.header-scrolled .logo img { margin-top: 0; }
Best regards,
Yigit