Forum Replies Created
-
AuthorPosts
-
October 16, 2015 at 5:27 pm in reply to: Magnific Popup on iphone portrait behaves strangely #520178
Hey bettina246!
It looks fine on my end. What device / operating system / browser are you using?
Regards,
ElliottHi machaddict!
Make sure your using the latest version of Enfold, 3.3.2, and deactivate all plugins while testing. Is it only happening in one post? If so then try deleting / recreating the post.
Send us a WordPress login if your still having trouble and we’ll take a look.
Cheers!
ElliottHi katriels!
Add this to your custom CSS.
.post-meta-infos { display: none !important; }
And you can create a custom excerpt when you edit your post. If you don’t see the custom excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Cheers!
ElliottHey albertoroca!
Send us a link to the exact product your having issues with please.
Regards,
ElliottHi richardelectrix!
Increase the 414px.
@media only screen and (max-width: 414px) {
Regards,
ElliottHey Emilvillumsen!
If it has a shortcode version then you can add it to a codeblock element. If not then you will need to use the default editor.
I don’t think we have any plans on integrating NextGen into the layout builder. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/.
Best regards,
ElliottHey alightmedia!
Edit each page and set the header style to transparency in the layout options on the right hand side of the page. It should automatically go to solid when you start scrolling.
Regards,
ElliottOctober 15, 2015 at 8:08 pm in reply to: Color section when viewed from mobile occupies all the background #519536Hi!
Yes, it should be fine in the official Android browser, Chrome. That’s the only Android browser we support currently. There are just too many various mobile browsers that are not up to standards so far.
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey!
Yea, that’s the same thing. It’s because your page does not have enough content to reach the bottom and the background is the same color as the socket background. Can you highlight in your screenshot how your wanting it to display?
We can set it’s position to fixed so it always displaying on the bottom of the screen but if we do this it will also display on top of your content.
Regards,
ElliottOctober 15, 2015 at 8:03 pm in reply to: Accordion and Table dont work in WooCommerce 'Product Short Description' #519532Hey!
You will need to paste in the HTML there.
1. Create a new test page.
2. Create the table in the layout builder and save the page.
3. View the page and right click > view source and copy the HTML for the table.
4. Edit your product and paste the HTML into the description.Regards,
ElliottOctober 15, 2015 at 8:01 pm in reply to: Next portfolio items sliding in instead of opening in new page #519530Hey!
Well it was working but now it’s not because you changed the section id from “presenters” to “portfolio”. You’ll have to edit the script again and change this part,
jQuery(this).attr('href', url + "#presenters");
To #portfolio. There just isn’t an easy way to go about that. It would be best to hire a freelancer to help you code in a custom solution.
Best regards,
ElliottHi!
Here is the browser support for the HTML5 download attribute, http://caniuse.com/#feat=download. Did you try it in those browsers?
Other than that I think you will need to add it to an archive if you want the user to be able to download it automatically when clicking on the button. They can always “right click > save as” also.
Regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hi Nate!
When you edit the element make sure the “sticky submenu” option is unchecked. If that does not help then 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 none of the above helps then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottOctober 15, 2015 at 7:45 pm in reply to: Formatting irregularity – can you see what's wrong? #519520Hi!
If your using the advanced layout editor then the codeblock element should be in the “Content Elements” tab. If your using the default editor then just switch to the text editor instead of visual editor and paste it inside.
Cheers!
ElliottHey!
Try turning on WordPress debugging and check your server error logs to see if there is any useful information in there.
Regards,
ElliottHi!
Try this out.
.variations_button { display: none !important; }
Best regards,
ElliottHi!
Remove this from your child theme CSS.
.tax-product_cat .thumbnail_container img { height: 180px !important; width: 300px !important; }
Cheers!
ElliottHey!
Add this to your custom CSS.
.image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\E816" !important;}
Regards,
ElliottOctober 15, 2015 at 7:32 pm in reply to: Make blog posts summary display as single item on mobile #519511Hi!
Try it now.
Regards,
ElliottHey!
Yes but what is the actual code your using?
Best regards,
ElliottHey charlestrautman!
You can set the social icon position in Dashboard > Enfold > Header.
Send us a link to your page and we’ll see what we can do. You can set your reply as private if you wish.
Best regards,
ElliottHi Reputation123!
Try right clicking your page and view the source and copy of the HTML for the video and then paste that inside a codeblock element in your page content. You should be able to add the rel tag in then.
Regards,
ElliottOctober 15, 2015 at 7:16 pm in reply to: Formatting irregularity – can you see what's wrong? #519499Hey dominiquehurley!
It’s because the yellow image caption is on two lines. You can add this to a codeblock element in the page as a type of workaround.
<style type = "text/css"> .wp-caption.alignleft { min-height: 250px; } </style>
Best regards,
ElliottOctober 15, 2015 at 7:11 pm in reply to: Search results limit wording on excert / description #519498Hey richardelectrix!
Add this to your custom CSS.
.search .entry-content { height: 77px; overflow: hidden; }
Cheers!
ElliottOctober 15, 2015 at 7:10 pm in reply to: Avia Layout Builder – Create popup content on button click? #519497Hey aregowe!
Try this out, https://kriesi.at/support/topic/inline-content-in-magnific-popup/.
Regards,
ElliottHey nightjar!
Would you like to try having the tabs switch to their mobile version on larger screens as well? Right now if your viewing on a screen smaller than 767px then they should be displaying the mobile version. You can change that on line 1049 in the /enfold/css/shortcodes.css file.
@media only screen and (max-width: 767px) {
Best regards,
ElliottOctober 15, 2015 at 6:34 pm in reply to: HELP!! Tried adding Menu Descriptions and Now Menu is not appearing #519484Hi msbllc!
You most likely made a typo during the edit as it’s kind of a complex edit to begin with. Upload a fresh copy of the theme and try using pure CSS instead like so.
li#menu-item-1561::after { content: "Testing testing"; position: absolute; top: 60%; left: 15px; width: 300px; }
And keep copying / pasting that into your custom CSS and change the “1561” with the ID of each menu link.
Cheers!
ElliottHey envapk2!
Add this to your custom CSS.
.av-main-nav li { min-width: 110px; }
Cheers!
ElliottHey mcraig77!
That’s going to take a lot of time and code so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottHey Gero!
I’m guessing your wanting line 469 in the /enfold/config-template-builder/avia-template-builder/php/font-manager.class.php.
@font-face {font-family: '{$font_name}'; font-weight: normal; font-style: normal;
Cheers!
Elliott -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts