Forum Replies Created
-
AuthorPosts
-
Hey creative-expansion!
1. Yes, you can set the order of the Masonry elements in the shortcode settings.
2. I see the ce text and for me it’s displaying as red, bolded, and italicized. If your using a caching plugin then be sure to clear it’s cache.
Regards,
ElliottHey toekook!
Not sure what your referring to by “media library grid”. Are you talking about the blog posts element with the different styles? I checked your link but I didn’t see any problems.
Take a screenshot and highlight what is going on so we can get a better idea. Also send us a link to the exact page where the problem is happening.
Regards,
ElliottHey wiwaldi79!
It looks like you’ve done some customization to the first one in your child theme.
#blog233px .av_one_fourth { margin-left: 2%; width: 22.5%; }
Cheers!
ElliottHi flippingrocks!
I checked on a Moto E and it loaded for me the first time. What device are you using? If your on Android then be sure to use the official Chrome browser.
Regards,
ElliottOctober 13, 2015 at 6:57 pm in reply to: Accordion and Table dont work in WooCommerce 'Product Short Description' #518276Hi richardelectrix!
Copy the table HTML by right clicking on your page and viewing source and then paste it inside the text editor inside the toggle.
Cheers!
ElliottOctober 13, 2015 at 6:56 pm in reply to: Enfold Product Description and Add to cart not working #518275Hi Thinktankleads!
Your getting a javascript error. It looks like it’s from your contact form 7 plugin for some reason.
Uncaught TypeError: this.ajaxForm is not a function
Deactivate them all and reactivate them one by one to see which one is causing the issue.
Regards,
ElliottHey Emilvillumsen!
Let’s try the following.
1. Make sure you have some categories created and some posts attached to them.
2. Deactivate all plugins.
3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble after doing the above three steps then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi endoradigital!
That’s going to grab images “attached” to the post. If you want to use it on other posts then you need to click the add media button again and select the images, etc etc. It’s just how the WordPress gallery shortcode works. You should see it happening in the default theme as well.
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey holleycreative!
It looks like your using the “Portfolio small” image size in the portfolio grid settings. Set it to something larger such as the regular portfolio size, (495 x 400).
Regards,
ElliottHi tremblayly!
It looks like we need to login to see it. Also take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Regards,
ElliottOctober 13, 2015 at 6:46 pm in reply to: Enable Attachments when using contact form element. #518267Hi fatlock009!
We don’t have any fields for that currently. I would look into the contact form 7 or gravity forms plugins.
Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Regards,
ElliottOctober 12, 2015 at 9:33 pm in reply to: Can see content in frontend view but no longer in edit mode #517711Hi phdsigns!
Send us a WordPress login and take a screenshot highlighting the exact element your having issues with.
Be sure to deactivate all plugins while testing.
Cheers!
ElliottHi!
Why are you adding the H2 and p tags in? Those are already displayed on the frontend. All you should be inserting is the text for the title and caption fields.
Best regards,
ElliottHey!
Not sure. Perhaps it’s from a browser add-on / extension your using on the other computer.
Cheers!
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi!
Well you cannot edit the archives like your other pages. The archives are displayed with the archive.php template file. You can change the style of the archives in Dashboard > Enfold > Blog Layout though. The blog style you set will be used for the archives as well.
Best regards,
ElliottHi!
Which snippet are you referring to? The title you wrote says “Mobile Menu on screens larger than 1200px”, is that what your trying to do? So basically you want the mobile menu to display all the time correct?
If so then add this to your custom CSS.
#primary_menu { display: none !important; } #advanced_menu_toggle { display: block !important; }
Best regards,
ElliottHi!
Try adding this to your custom CSS.
aside .products li { width: 100% !important; }
Best regards,
ElliottOctober 12, 2015 at 9:10 pm in reply to: Overridden Enfold CSS attribute still affecting styling #517690Hi!
Not sure what you mean by “theme css overriding quick css”. If your quick css is not being applied then try using the !important rule like so.
a { color: red !important; }
Regards,
ElliottHey!
If you need to move them up further then just increase the -40px value. Can you take a screenshot and highlight the exact changes your trying to do?
Cheers!
ElliottHi!
For the product pages just add a “.single-product” before your CSS like so.
.single-product .current_page_parent > a { background-color: #000000 !important; color: white !important; }
For the actual shop page then try adding “.post-type-archive-product” like so.
.post-type-archive-product .single-product .current_page_parent > a { background-color: #000000 !important; color: white !important; }
Cheers!
ElliottHey!
If you want your replies to be private then be sure to type them out in the “Private Content” field.
The portfolio grid element will display them in a grid view. There is no option for a “masonry view” like the Masonry element does unfortunately.
Best regards,
ElliottHi!
You can find the CSS we use for the datepicker around line 455 in the /enfold/config-templatebuilder/assets/css/avia-modal.php.
Also around line 707 in the /enfold/css/dynamic-css.php file.
Regards,
ElliottOctober 12, 2015 at 8:46 pm in reply to: Uncaught Error: cannot call methods on sortable prior to initialization #517667Hey!
Thanks for posting your solution markusperl.
Regards,
ElliottOctober 12, 2015 at 8:45 pm in reply to: Copy Colors and Fonts Setting from one Language to another – possible? #517666Hi!
Yes, you can export the settings in Dashboard > Enfold > Import/Export, switch the language, and then import them again.
Best regards,
ElliottOctober 12, 2015 at 8:44 pm in reply to: Color section when viewed from mobile occupies all the background #517664Hi!
It would be best to use the official Chrome browser if your on Android. The Firefox mobile browser needs a bit of work. Hopefully it will be fixed when they update it.
Cheers!
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey WSRJohn!
They are displaying as grey on my end. Take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHey ACNLatitudes!
Add this to your custom CSS.
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { margin-left: -20px !important; }
Cheers!
ElliottHey lross1966!
You can set that up in Dashboard > Enfold > Header > Header layout.
Regards,
ElliottHey ryanjg11!
1. It’s displaying the same in Chrome as in Firefox. You can setup a transparent logo to use in Dashboard > Enfold > Header > Transparency Options. Keep in mind that if you set the header to transparent then the content is going to display beneath it.
2. Yes, you can set the defaults in Dashboard > Enfold > Sidebar Settings.
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi limedrop!
This is kind of difficult to do if your wanting to have it expand for the full screen. What I would do is use the grid row element and set the left cell background.
Other than that send us a link to your page and we’ll see if we can help you out.
Cheers!
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts