Forum Replies Created
-
AuthorPosts
-
Hi CEN_Isere!
Your iframe is working fine for me. There is a button inside it that is not working? Which button exactly? I tried clicking around and everything appeared to work fine.
Best regards,
ElliottHi codecreative!
Your page content is not displaying responsively for some reason. Send us a WordPress login so we can take a closer look.
Best regards,
ElliottHey pako69!
Try the BWP minify plugin for minifying your CSS / scripts.
Regards,
ElliottHi opvab!
You would need to add it somewhere in your page content and then move it around with CSS. Send us a link to your page after you get it setup and we’ll see if we can help you out with it.
Cheers!
ElliottHi Carlos!
Make sure your using the latest version of Enfold, 3.3.2, and deactivate all plugins while testing.
If your still having problems then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHey wmsgeorge!
Yes it’s not saving correctly it looks like. Must be a problem with that specific page because I created a new page and it’s working fine there. Try deleting / recreating the page or just create a new page and add your content in piece by piece while checking to see if it saves or not to see where the problem is.
Cheers!
ElliottHi 500Webmaster!
Send us a link to your page and we’ll take a look.
Best regards,
ElliottHey!
It’s not happening on my end. What happens when you do it in a different browser?
Regards,
ElliottHi!
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi micscr!
I haven’t tested it out but you would try inserting a link in the widget title text. If that does not work then you would need to use a text widget and just insert a heading with link instead.
Regards,
ElliottHey FerryK!
When you edit the LayerSlider click on the “Slider Settings” tab and set it to fullwidth.
Cheers!
ElliottHey Paul!
Add this to your custom CSS.
.av-catalogue-title { font-weight: bold !important; } .av-catalogue-content { color: red !important; font-size: 12px !important; }Best regards,
ElliottHey Fred!
Hmm, not really sure I understand. Your just trying to get a Masonry to display like in the demo link you provided correct? You would just drag the Masonry element to your page content and select all of the portfolio categories you wish to display. Next make sure you have some portfolio posts published and assigned to those categories and that they have a featured image set.
Regards,
ElliottSeptember 1, 2015 at 3:38 pm in reply to: Alignment help for Bar above Main Menu & Breadcrumb #496454Hi!
Try this then.
.phone-info .avia-button, .phone-info .avia_button { padding: 0px 10px !important; }You can add screenshots by clicking on the “img” button in the editor. You can upload the screenshots to imgur.com or other image hosting service.
Best regards,
ElliottHi itchybrain!
Drag the full width menu element to your page content to get a menu beneath the header.
Regards,
ElliottHi!
Drag a codeblock element to your page and add this inside.
<style type = "text/css"> main { display: none !important; } </style>If that’s not working then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi Cheryl!
It’s not letting me in. Is the information correct?
Can you take a screenshot of what is going on?
Cheers!
ElliottHi carosch!
Send us a WordPress login and we’ll take a look.
Regards,
ElliottHi amester55!
Add this to your custom CSS.
#top .av_header_glassy.av_header_transparency .header_bg { opacity: 0.5 !important; }Cheers!
ElliottHi endoradigital!
When you edit your page in the layout builder there is a blue button on the right hand side of the editor that says “Templates”. You can create a template of the page there and then load the template on another page.
Cheers!
ElliottSeptember 1, 2015 at 3:16 pm in reply to: How: Sidebar on product category pages with woocommerce #496431Hey Desire!
Add this to your functions.php file.
add_filter( 'avf_custom_sidebar', 'enfold_customization_custom_sidebar', 10, 1 ); function enfold_customization_custom_sidebar( $custom_sidebar ) { if ( is_product_category( 'shirts' ) ) { $custom_sidebar = 'custom'; } return $custom_sidebar; }And change “shirts” with the slug of your product category.
Regards,
ElliottSeptember 1, 2015 at 3:11 pm in reply to: Edit column: How can I replace the round corners with right angles? #496425Hey!
Hmm, not sure I understand. Go ahead and take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Regards,
ElliottHey jaimemerz!
You probably have a typo in your custom.css file then. Try adding some CSS to the very top of it to see if it gets applied.
Cheers!
ElliottHi Scott!
Add this.
@media screen and (max-width: 767px) { td, tr { width: 100% !important; } }Regards,
ElliottSeptember 1, 2015 at 3:06 pm in reply to: Manually update of the Enfold version 3.3 to current version 3.3.2. #496422Hi!
The themeforest information that you have to fill out in Dashboard > Enfold > Theme Update.
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHey!
For me it looks like it’s trying to open up a video in the popup. What is the code your using?
Best regards,
ElliottHey!
They should be displayed. Send us a link to your page where your using it.
Cheers!
ElliottHey letobbe!
I do not know. To me it seems like it’s just a unique identifier so the plugin knows which “theme” your using so perhaps you can place anything in there for #1, I would try just “enfold”.
If that does not work then I would try contacting their support and ask them for more information.
Cheers!
ElliottHey!
Can you switch the login back to administrator?
Cheers!
ElliottAugust 31, 2015 at 5:50 pm in reply to: add html to the top of each single page of portfolio #496022Hey!
Why not just use the layout builder to add it to your portfolio post content at the top? If your just trying to add the same content to each post to make it easier on yourself then you would have to edit the portfolio single template file like how your doing.
Best regards,
Elliott -
AuthorPosts
