Forum Replies Created
-
AuthorPosts
-
December 22, 2014 at 7:18 pm in reply to: Moving phone number down to be centre line with social icons #371678
Hey Brutalben!
Add this to your custom CSS.
.phone-info { position: relative; top: 20px; }To target only the social icons in your header then change the CSS your using to this instead.
#top #header .social_bookmarks li a { font-size: 30px; line-height: 80px; min-height: 80px; width: 80px; }Regards,
ElliottHi!
Yes, using CSS is the best approach. I would check out Firebug, https://getfirebug.com/, for Firefox. It makes it very easy to view the CSS and edit it on your site.
Otherwise take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHi joserve!
Your getting a javascript error. Try deactivating your minify plugin or turn off the “JS minify settings” in the plugin if it has that option.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey!
Looks like it was added in WordPress 4.1 for screen readers. Try adding this to your custom CSS.
.mejs-offscreen { display: none; }Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
Your site seems to be loading fine on my end. Try clearing your browser cache.
If your still having problems then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi!
We haven’t seen any issues so far. As always make sure to create a backup before updating WordPress.
Cheers!
ElliottHey zibaloon2!
Open up /enfold/config-woocommerce/config.php and find line 226 which should look like this.
if($output && !post_password_required()) echo "<div class='avia_cart_buttons $extraClass'>$output</div>";Try adding this above it.
if ( function_exists( 'woo_add_compare_button' ) ) { $output .= woo_add_compare_button(); }You may have to do some CSS work with it though.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey!
Drag a codeblock element to your page content and add this inside.
<style type = "text/css">.avia-button { width: 400px !important; }</style>Cheers!
ElliottHi!
1. Add this to your custom CSS.
table ul, table li { list-style-type: none !important; }2. Are you talking about between the tab titles and tab content? If so then use this CSS.
.tab_titles > .tab { padding-bottom: 0 !important; }3. Add this.
a:visited { background: blue; } a:active { background: red; }4. There is a comment element in the advanced layout editor you can use.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey grwebs!
The full width submenu works by hovering and not clicking so I don’t think that’s what your wanting.
It sounds like what your wanting to do is use the accordion element and then add links or the icon list element inside it.
Regards,
ElliottDecember 22, 2014 at 6:29 pm in reply to: Blog post options saving in theme options but not reflecting changes. #371634Hi foxvendetta!
Deactivate all plugins and send us a link to your page where they are displaying and we’ll take a look.
Regards,
ElliottHi Imburr!
Try deactivating all of your plugins and then clear your browser cache. If that does not fix it then try adding this to your custom CSS.
html.responsive, .responsive body { overflow-x: visible !important; }Best regards,
ElliottDecember 22, 2014 at 6:20 pm in reply to: The enfold theme wont let me edit it. it gives an error message #371629Hey lms200519!
This is usually a problem with the server. Have you tried contacting your hosting provider? If they cannot resolve the errors your receiving then it would be best to find a new hosting provider.
Here are some other troubleshooting steps you can try, http://pcsupport.about.com/od/findbyerrormessage/a/504error.htm.
Cheers!
ElliottHey stewroids!
When this happens there is another page or post somewhere that is using the same permalink. Check your trash and make sure to completely delete any posts / pages you see.
Regards,
ElliottDecember 22, 2014 at 6:03 pm in reply to: Issue with tabs: The font changes for all texts that follow the tabs module #371617Hey!
You can see them when you switch to the text editor.

When you paste code into the visual editor WordPress will surround it with code tags. I went ahead and removed them for you but in the future be sure to use the text editor when pasting content.
Best regards,
ElliottDecember 22, 2014 at 5:57 pm in reply to: Post Slider – on smartphone slides are below eachother #371613Hey tom77113!
Try adding this to your custom CSS.
@media only screen and (max-width: 479px) { .avia-content-slider { display: none !important; } }Cheers!
ElliottDecember 22, 2014 at 5:54 pm in reply to: Fullscreen video slider problem after wordpress update #371611Hi!
Well it appears to be working fine now. If you see any other problems pop up then let us know.
Regards,
ElliottHey Welmoed!
I tested it on my XAMPP setup and it’s working fine. It looks like your using Enfold 3.0.1, go ahead and update to 3.0.4 and deactivate all plugins except the events calendar plugin.
If it’s still not working then try deleting your .htaccess file and then refresh your permalinks in Dashboard > Settings > Permalinks.
Best regards,
ElliottHey DuriaGlobal!
I didn’t see any javascript errors but I did notice a lot of plugin scripts loading. Let’s try the following.
1. Deactivate all plugins.
2. Delete the Woocommerce plugin and reinstall it.
3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy.
After doing the above three steps activate just the parent theme Enfold, and activate just the Woocommerce plugin to see what happens.
Best regards,
ElliottDecember 22, 2014 at 5:38 pm in reply to: Having to save pages twice – Enfold theme and LeadPages generated buttons #371602Hi!
So it’s only a Safari issue then? Not really sure why that would be happening. I would try contacting the plugin authors to see if they have any idea. If it was me though I would just ignore it and save the page twice as it only seems to be a cosmetic issue. Or use the default editor.
Or if you need this to be on all pages then you could add it to the bottom of the page.php file instead.
Best regards,
ElliottDecember 22, 2014 at 5:30 pm in reply to: Side bar being pushed below content with Event Manager Plugin #371599Hey SimonNWalker!
I took a look around but am not sure why that would be happening. It looks like the events replace the words “CONTENT” in your page content with the events. It appeared to work fine when I removed that text. It also seems to be working fine in the default editor so I would consider just continuing on with that. I would try contacting the plugin authors to see if they have any idea on what the issue could be. Also see if they have any shortcodes you can use to display the events.
If you haven’t already done so then I would also take a look at the events calendar plugin which is fully compatible with Enfold.
Regards,
ElliottHey aph80!
1. Try dragging a codeblock element over to your content and add this inside.
<style type = "text/css"> .slide-entry-excerpt > p > span { margin-left: 40px !important; } </style>2. Try this out, https://kriesi.at/support/topic/enfold-remove-the-fade-animation-of-icons-loading/.
Cheers!
ElliottHi!
Are you sure you used the code I posted? It’s supposed to make the font size smaller but what I’m seeing in your source code is this.
.av-catalogue-content { display: none !important; }Regards,
ElliottHey ppc1337!
It appears to be working fine on my end. The facebook widget follows me while I scroll down. I’m on Windows, are you on a mac? Go ahead and take a screenshot and highlight what your seeing so we can get a better idea.
Cheers!
ElliottDecember 21, 2014 at 7:53 pm in reply to: Fullscreen video slider problem after wordpress update #371324Hey deved!
Try adding this to your custom CSS.
.mejs-offscreen { display: none; }I noticed your getting a javascript error on your video though. I downloaded it and tested it out on my XAMPP setup and it appears to be working fine. Try deactivating all of your plugins while testing and send us a WordPress login so we can take a closer look.
Regards,
ElliottHi bojsenit!
It looks like you added a custom style in the advanced styling section for H3’s. Try adding this to your custom CSS.
h3.slide-entry-title { font-size: 14px !important; }Regards,
ElliottHi mrianforest!
Thanks for using Enfold.
If you switch to the advanced layout editor you can keep editing the contact form. You could do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to copy the shortcode after editing it.
If the form plugin has an option to disable the plugin styling and use the default styling then there shouldn’t be anything else you need to do because we provide styling for default input elements, etc etc. If you see any issues though then let us know and we’ll take a look.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey!
It was probably a blockquote.
<blockquote>Your text here</blockquote>Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey hansrothem!
Send us a WordPress login and we’ll take a look. Make sure to deactivate all plugins while testing and that Enfold is updated to the latest version, 3.0.4.
Regards,
ElliottHey Jasmer!
Try adding this to your custom CSS.
#gasp_p label { position: relative !important; display: block !important; float: none !important; clear: none !important; left: 0px !important; }Best regards,
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
