Forum Replies Created
-
AuthorPosts
-
September 23, 2015 at 3:05 pm in reply to: Problem width blank space before av_one_half tags #507848
Hi intecca!
Add this to a codeblock element in the page content.
<style type = "text/css"> body .column-top-margin { margin-top: 0px; } </style>
Regards,
ElliottHey cri161!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottSeptember 23, 2015 at 3:01 pm in reply to: Disable standard search results when using Instant search + plugin #507840Hey filamentworld!
Try adding this to your custom CSS.
.ajax_search_response { display: none !important; }
Cheers!
ElliottSeptember 23, 2015 at 2:59 pm in reply to: quick css for a vertical separator between 2 cols ? #507838Hey Jean-Francois!
We could try adding a border to one of the columns but it might not look like how your wanting. Send us a link to your page and we’ll take a look.
Cheers!
ElliottSeptember 23, 2015 at 2:57 pm in reply to: Using Advanced Editor in Posts Results in Changed Format #507835Hey candeos!
That’s the expected behaviour. The layout builder is for users who need complete control over how their post displays. You can add that stuff in manually or switch back to the default editor.
Cheers!
ElliottHey sarahlbest!
It’s loading for me 100% of the time. What’s your operating system? If your using any browser add-ons / extensions then try disabling them.
Regards,
ElliottHey Justin!
Can you take a screenshot and highlight what your referring to? The only thing I noticed was that your submenu was breaking onto multiple lines. There is an option in the submenu element for displaying a responsive “Menu” button instead.
Regards,
ElliottHi!
Is it working now? I noticed your framework globals were cutting into a new line which was causing errors everywhere. I hit the delete key a few times in your site url field in Dashboard > Settings > General and saved and the errors went away. Perhaps you pasted the new URLs in there with some line breaks.
Cheers!
ElliottHi cezarneaga!
When you say “metabox” you are referring to custom fields added to each post?
Cheers!
ElliottHi!
Also can you provide a link to the exact page please? I tried navigating around your menu but I could not find the tables.
Cheers!
ElliottHey!
None that I know of. You have quite a lot of content on that page so it’s difficult to sift through. Creating a new page and adding your content in piece by piece should be able to pinpoint the problem.
I would start with any textblock / codeblock elements first off, it’s most likely you forgot to close a tag or there is some other typo.
Best regards,
ElliottHey InspireCreations!
There is no option for that currently. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.
Or as an alternative you can try using the LayerSlider which has an option for displaying entries.
Best regards,
ElliottHi!
Alrighty, go ahead and use the CSS I posted.
Cheers!
ElliottHi moonbirdnl!
Add this to your custom CSS.
@media screen and (max-width: 900px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Cheers!
ElliottHey kgbrooklyn!
Add this to your custom CSS.
.page-id-2887 .header_bg { background: red !important; }
Cheers!
ElliottHi Luke86!
Not really sure what your trying to do but you do not need this line.
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”></script>
We already enqueue jQuery that gets included with WordPress so if you link to another copy it will cause javascript errors.
Regards,
ElliottHi Alexia R.!
You can drag it into a color section and set an ID to the color section or you can use a codeblock element and paste your special heading code inside it and add the ID that way.
Cheers!
ElliottHey SynergyLanguageServices!
1. Add this to your custom CSS.
.mega_menu_title, .mega_menu_title:hover, .mega_menu_title a:hover, .mega_menu_title a { text-decoration: none !important; }
2. Add this.
#socket a:hover { text-decoration: none !important; background: red !important; }
3. Not sure I understand. If your just wanting to change their hover color then you can do this.
#mobile-advanced li:hover a { color: red !important; }
Cheers!
ElliottHi nunopintodacruz!
You can do this, http://kriesi.at/documentation/enfold/custom-social-icons/, to add new icons.
Cheers!
ElliottHey!
I’ll flag this for the rest of our team to see if they can see it.
Cheers!
ElliottHey!
Try adding this as well.
.content .entry-content-wrapper { overflow:visible !important; }
Regards,
ElliottHi spheor!
You’ll need to surround the “SOLD” text with a span like so.
<span>SOLD</span>
And then add this to your custom CSS.
.grid-entry-title a span { color: red !important; }
Cheers!
ElliottHey!
Take a screenshot of the exact option your using.
If all else fails then add this to your custom CSS.
html { background: #fff !important; }
Best regards,
ElliottHey!
In the sidebar.php file try moving lines 73 – 74.
//global sidebar if (dynamic_sidebar('Displayed Everywhere')) : $default_sidebar = false; endif;
Up to line 45 so it displays above this.
if($custom_sidebar)
Best regards,
ElliottHi!
If you set the title of the image then that should be displayed in the popup.
Best regards,
ElliottHey andrea!
Add this to your custom CSS.
.single .big-preview { float: right; margin-left: 20px; }
Best regards,
ElliottHi!
I’m not sure. It would probably be best to find a freelancer to help you out or try the LayerSlider instead. It has options where you can set the transition speeds of each slide and it’s layers.
Best regards,
ElliottHi!
Install this plugin, https://wordpress.org/plugins/wordpress-seo/, and it will provide options for each page where you can set it to not index the page.
Regards,
ElliottHey!
@Fionadee, Yes, it’s the layout builder. Click on the “Plugin Additions” tab to find the product related elements.
@katrinesskattejagter, I’m not sure about that. Does it do the same in the default theme? I would try contacting Woocommerce support to see if they have any idea.Best regards,
Elliott -
AuthorPosts