Forum Replies Created
-
AuthorPosts
-
Hi!
Is that a plugin your using there in the footer to display those images? It has a weird class name.
It looks like your using custom CSS to style them but the CSS needs adjustment.
Add this to your custom CSS.
#footer .widget { overflow: visible !important; }You can now see the images to adjust their margins some more like your already doing.
Cheers!
ElliottHey!
I think I see now. Try adding this to your custom CSS.
.avia-slide-wrap:hover .avia-caption { opacity: 1 !important; z-index: 9999; }Regards,
ElliottHi Coco!
Try adding this to the bottom of your functions.php file.
function new_nav_menu_items($items,$args) { if (function_exists('icl_get_languages')) { $languages = icl_get_languages('skip_missing=0'); if(1 < count($languages)){ foreach($languages as $l){ if(!$l['active']){ $items = $items.'<li class="menu-item"><a href="'.$l['url'].'">'.$l['native_name'].'</a></li>'; } } } } return $items; } add_filter( 'wp_nav_menu_items', 'new_nav_menu_items',10,2 );Cheers!
ElliottHi!
You would use some CSS but you said you already fixed it with CSS. I viewed your blog page and it looks correct. If your trying to change it’s style even more then take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 26, 2015 at 6:04 pm in reply to: Loaded Enfold Theme and now paypal button not working #418692Hey Roland!
It would be best to contact WooCommerce support about this but just to let you know, it worked for me.

Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi suppenhuhn!
Can you send us a link and take a screenshot highlighting exactly how your trying to customize the product display? You can set your reply as private if you wish.
Regards,
ElliottHi!
There should not be any problems with the latest version. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure all of the files are updated and not corrupted.
Cheers!
ElliottHey!
It would be best to ask the plugin author about that. Perhaps they have instructions for adding it in manually to a theme.
Regards,
ElliottMarch 26, 2015 at 5:53 pm in reply to: How to get the background image in a colour section to be responsive? #418677Hi simonac!
Did you set a pixel height for this color section? Send us a WordPress login so we can take a closer look.
As for the anchor point you can use this.
#full_slider_1Regards,
ElliottHi!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Regards,
ElliottHi!
Paste the code your using here and we’ll test it on our end.
Best regards,
ElliottHey!
Are you trying to host an MP4 video and have it play on your site? If so then yes you can use our video shortcode for this. Just click on the “Insert Video” button when editing your shortcode and upload the video like you normally do with images.
Cheers!
ElliottHi!
Does it work when you use the default editor instead of the advanced layout builder?
Best regards,
ElliottHi!
You can download the update and check the filesizes to see if there were any changes to specific files. You can also use a “compare” plugin to check files to see what exactly was changed. There are lots of text editors that do this. If your on Windows then I recommend Notepad++, here is a plugin which lets you compare, http://www.technicaloverload.com/compare-two-files-using-notepad/.
Best regards,
ElliottHi!
Did you delete the category? It’s giving me a 404.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
Try adding this to your custom CSS.
.av-image-caption-overlay-position { bottom: -30px !important; position: absolute !important; }If that’s not working then send us a link so we can take a look.
Best regards,
ElliottMarch 26, 2015 at 4:37 pm in reply to: Need help using alternate header menu on Pages & Blog #418579Hey!
Well that is expected on mobiles. It should be working fine on Desktops though.
Go ahead and try one of the plugins Andy linked to, https://wordpress.org/plugins/zen-menu-logic/, to change the menu for that specific page and just use absolute paths on your other pages.
Cheers!
ElliottHey jackthepilot!
It looks the same to me in IE11 and in Chrome. Is IE set to 100% zoom and compatibility view turned off?
Regards,
ElliottHi sips!
I’m sorry but I do not understand. The customization your doing seems pretty complex so I would look into hiring a freelancer to help you out, http://kriesi.at/contact/customization.
Best regards,
ElliottHi!
For the translations I don’t think you can use special characters in there by default. I found some topics about this.
https://wordpress.org/support/topic/keeping-special-characters-in-migrated-permalinks-without-causing-a-404.
http://wordpress.stackexchange.com/questions/33799/problem-with-special-character-wordpress
http://forum.bytesforall.com/showthread.php?t=1120Since it’s not really a theme issue I would try posting this in the WordPress support forums to see if anyone has found a workaround for that.
Cheers!
ElliottMarch 25, 2015 at 10:07 pm in reply to: Avia Layout Builder Easy Slider. problem with rezising Caption Title on mobile #418180Hi Jan!
Try adding this to your custom CSS.
@media (max-width:500px) { .avia-slideshow .avia-caption .avia-caption-title { font-size: 12px !important; } }Best regards,
ElliottHi simonac!
That’s how it’s supposed to work. If you want to add some space there then try using the whitespace / separator element at the top of your content.
Best regards,
ElliottHi icsaucp!
Hmm, try deactivating all of your plugins to see if that fixes it. Also make sure your using the latest version of Enfold, 3.1.2. If your still having trouble then send us a WordPress login and a link to the page and we’ll take a look.
Best regards,
ElliottMarch 25, 2015 at 9:22 pm in reply to: Share to Twitter button uses the ?p=# format for the URL, not long form #418168Hi champlainconted!
Twitter only allows a certain amount of character per tweet so it makes sense to use small permalinks like that. If you switch to pretty permalinks then the URL might get truncated and not work.
If you still want to change it then open up /enfold/includes/helper-social-media.php and change line 148 from this.
'twitter' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[shortlink]"),To this.
'twitter' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[permalink]"),Cheers!
ElliottHey Portanuova!
I’m sorry but I am not sure I understand. Can you send us a WordPress login and a link to this page so we can check?
Make sure Enfold is updated to the latest version, 3.1.2, and that all plugins are deactivated while testing.
Cheers!
ElliottHi anweb!
We switched to the magnic popup instead of lightbox in some of our later versions of Enfold. I suppose you could do some CSS styling like so.
.mfp-content { padding: 3px; background: white; }It doesn’t look like there are any skins you can use with it, http://dimsemenov.com/plugins/magnific-popup/, so it’s up to the user to style it.
Regards,
ElliottHi svreatt!
We don’t have any options for that but you could try using some embed code from youtube or vimeo in the description. I have not tested that out though.
You could probably do this manually with our column, button, and image shortcodes, etc etc.
Best regards,
ElliottMarch 25, 2015 at 9:05 pm in reply to: Layerslider Plugin is only responsive when logged in. #418159Hey Josh!
Hmm, It’s displaying responsively for me. I checked on the Moto E. What device are you using? Try clearing your browser cache and make sure your browser is updated.
Best regards,
ElliottHey!
I checked your site but it appears to be working fine. I see a video on desktop but on mobile I see an image of a computer screen with a bunch of code on it.
Try clearing your browser cache and make sure your using the official Chrome browser if your on Android.
Cheers!
ElliottHi Lee!
You can do this in Dashboard > Products > Categories > Edit. There will be a description field and a banner option that you can set for each category.
Cheers!
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
