Forum Replies Created
-
AuthorPosts
-
Hey!
You can try doing this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to enable the debug for the avia layout builder and then copy the code you see when editing the homepage to save the content.
After doing that try deleting the page and then recreate it to see if that fixes it.
Regards,
ElliottHi mconesa!
Add this to your custom CSS.
#top select { display: inline-block; position: relative; width: 70px; margin-right: 5px; }Regards,
ElliottHey koelnermusikakademie!
When you create your button or link add a “?iframe=true” to the end of it like so.
<a href = "http://www.yoursite.com/sample.pdf?iframe=true">Click me</a>That should load the PDF into a popup when clicked on.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi Bplessis!
Thanks for the notice. I added it to our bug list.
Regards,
ElliottDecember 29, 2014 at 5:11 pm in reply to: WooCommerce Multilingual product translation editor not showing #372650Hey Fabian J.!
So the problem seems to be with this “Woocommerce Multilingual” extension correct? You should be able to translate the products with just WPML , no other plugin or extension is required.
When you edit your product scroll down to the bottom and there should be an option that says, “Make Products translatable”, which you can check to translate your products.
Cheers!
ElliottDecember 29, 2014 at 5:05 pm in reply to: mouseover effect from black and white to color in footer #372645Hi Cevik_Kuersad!
The link you provided kind of looks like Enfold but it’s actually a different theme. Enfold does not have that specific image rollover element they are using.
You might be able to find a plugin that does this, https://wordpress.org/plugins/search.php?q=image+filter&sort=, but I do not know of any that I can recommend. If anyone has done this before then please share.
Best regards,
ElliottDecember 29, 2014 at 5:00 pm in reply to: Troubles with the header (fixed/responsive/height…) #372643Hi!
Your login information is not working for me anymore. Did you do steps 1 and 2 in my previous post?
Best regards,
ElliottHi Ed!
Enfold does not use the “aside” post format. If you see the aside format when editing your posts then your most likely using a plugin which is adding that in.
You can see the formats Enfold uses on line 469 in the functions.php file.
add_theme_support( 'post-formats', array('link', 'quote', 'gallery','video','image','audio' ) );Cheers!
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi!
It’s not letting me login. Is the information correct?
Regards,
ElliottHi!
Your getting a 403 forbidden error on the admin-ajax.php script for some reason. It doesn’t seem to be happening for your other pages.
Try deleting the homepage and then recreate it to see if lets you edit it then.
Regards,
ElliottHey filz51!
That’s how it should behave by default. Are you sure you do not have any products in the cart? If there are products in your cart then it will display in the menu all the time.
Send us a link and we’ll take a look.
Cheers!
ElliottHi superbikecoach!
When you set the picture in the color section select the “Fullsize” size instead of a thumbnail size.
Regards,
ElliottHey!
It sounds like it would be easy to do but it would actually take a lot of time and code and would have to be considered custom work for now. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see this option get added in the future.
Best regards,
ElliottDecember 24, 2014 at 6:36 pm in reply to: Color Section's background YouTube video URL losing parameters #372462Hey lder_rs77!
I don’t think that is going to matter. The youtube player should display the correct quality depending on how big the video is. If the video uses large dimensions then it will display as HD. If it’s a smaller screen then the quality will be less, etc etc.
You can test this by using the youtube embed code and use different sizes.
Best regards,
ElliottHey tendersqatar!
I don’t know of any that I can recommend. I tried your code out in a codeblock element but it gives me a 404.
It looks like here is a few you can try, https://wordpress.org/plugins/tags/picasa.
Best regards,
ElliottHey!
I don’t have that specific device to test on but the customization is working fine on all of my other devices. Not sure what else to tell you here. It would probably be best to hire a freelancer to help you out since it’s kind of bordering on custom work anyway.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
December 24, 2014 at 6:21 pm in reply to: The enfold theme wont let me edit it. it gives an error message #372458Hey!
I’ll go ahead and flag this for the rest of our team to see if they have any suggestions.
Best regards,
ElliottHey calebcuster!
You can change it on line 1419 in /enfold/js/shortcodes.js.
transition: 'slide' // 'fade' or 'slide'Best regards,
ElliottDecember 24, 2014 at 6:16 pm in reply to: Sidebar Product Images Sizes. How to change? Blurry Product Images #372456Hi voice903fm!
1. Add this to your custom CSS.
div ul.product_list_widget li img { width: 62px !important; }2. Are you referring to the products in your main content area? If so then open up /enfold/config-woocommerce/config.php and change line 143 from this.
$size = 'shop_catalog';To this.
$size = 'full';Best regards,
ElliottDecember 24, 2014 at 6:08 pm in reply to: Error with social icons and no changes when selecting a different fontpage #372455Hi!
I’ll flag this for the rest of our team to take a look.
Best regards,
ElliottDecember 24, 2014 at 6:05 pm in reply to: Is it possible to assign wp-links to post' category with page/pages? #372454Hi!
I’m sorry but I’m not sure I understand. It sounds like your trying to customize the archive category pages. If so then see here, http://codex.wordpress.org/Category_Templates, you can create a category.php template file and use that to edit your category pages.
Regards,
ElliottDecember 24, 2014 at 6:03 pm in reply to: Dynamic Content (a widget) on Accordion Slider Slide, is it possible? #372453Hi truthbetoldmedia!
Your only allowed to use text in those slides so I don’t think that would be feasible. I don’t know of any accordion slider plugins I can recommend that has this feature. You can create a feature request here though, https://kriesi.at/support/enfold-feature-requests/, and we may see something like this get added in the future.
Best regards,
ElliottHey!
Hmm, you should be able to use HTML inside the table cells. You cannot just paste your code into one of the cells? What you can do is copy the source code of your buttons by right clicking your page and view source and then copy that into one of the table cells and edit it so your code gets added.
Cheers!
ElliottHi!
If you want to add a google font then you can do this, https://kriesi.at/support/topic/new-custom-font/.
If you have the font files then you can use @font-face to import them in your stylesheet, http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp.
Cheers!
ElliottHi squard!
Login to your server via FTP and delete the /enfold/functions.php file and upload a fresh copy.
See here for how to use FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottDecember 23, 2014 at 11:32 pm in reply to: No Sidebar on Portfolio Single Posts, but Right Sidebar on Blog Single Posts #372321Hey!
Try adding this to your custom CSS.
.single-portfolio main { border-right: 0 none !important; width: 100% !important; } .single-portfolio aside { display: none !important; }Regards,
ElliottHey!
Try this.
.my_class .image-overlay .image-overlay-inside:before{content:"\E870" !important; font-family: 'entypo-fontello' !important; }Regards,
ElliottHey mberschens!
Those are called mega menus. Please view the mega menu video here, http://kriesi.at/documentation/enfold/videos/.
Best regards,
ElliottHi!
Add this to your custom CSS.
.mejs-offscreen { display: none !important; }Best regards,
ElliottHi!
It doesn’t look like you did the edit correctly. Open up /enfold/framework/php/class-framework-widgets.php and change line 1322 from this.
$content = mysql_real_escape_string($content);To this.
$content = esc_sql($content);Best regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
