Forum Replies Created
-
AuthorPosts
-
December 12, 2015 at 2:24 am in reply to: Masonry Gallery loading the same images on every page #551356
Hi rhines-customs!
We’ll have an update fixing the pagination issue released here soon. Please be patient.
Cheers!
ElliottHey cherrmann!
It looks like it’s from your custom CSS.
.av-main-nav>li>a { font-weight: 600 !important; }
Cheers!
ElliottHi user951!
Add this to your custom CSS.
#header .avia_mega_div .units { border-right-style: solid !important; }
You can change the font sizes in Dashboard > Enfold > Advanced Styling.
Cheers!
ElliottHey Jonas!
You have an empty paragraph element after the first column which is causing it to look weird.
Try deleting the iconbox content and add it back in. If your typing out code then make sure you close each tag you use.
I couldn’t figure out which version of Enfold your using. Be sure that your using the latest version, 3.4.6, and deactivate all plugins while testing.
Regards,
ElliottHi fritzves!
No, not currently. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/.
Regards,
ElliottHey mordiel!
I see the mobile menu icon fine. Try clearing your browser cache or view in a different browser.
If your still having trouble then take a screenshot and highlight what your seeing so we can get a better idea.
Best regards,
ElliottHi m_gnowit!
It’s probably the title text of the image your seeing. It’s a browser behaviour. Try removing the title.
Or if I’m misunderstanding then send us a link to your page and take a screenshot highlighting what your seeing.
Cheers!
ElliottHey sebok100!
Are you using a caching plugin? If so then be sure to clear it’s cache.
Regards,
ElliottHi tomitos!
Send us a link to your page and we’ll take a look. Your trying to position it to the right side of the screen or the right side of the Enfold container? (that uses the maximum container value in Dashboard > Enfold > General Layout > Dimensions)
Cheers!
ElliottHi researchtools!
I tried viewing your link but I’m getting a bunch of errors.
Failed to load resource: net::ERR_CONNECTION_REFUSED
Regards,
ElliottHi avwebmaster!
I checked your link but it doesn’t look like your using Enfold there. Send us a link to the problem and we’ll take a look.
Regards,
ElliottDecember 12, 2015 at 2:00 am in reply to: Display Sidebar on mobile before content for product page #551339Hey AsadIC!
You can use this CSS to get it to display on mobiles.
@media only screen and (max-width: 767px) .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: block !important; }
But it would take a lot of editing to have it display on top of your content on mobiles so it would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottDecember 12, 2015 at 1:58 am in reply to: Enfold – Masonry displays duplicate posts if paged #551337Hi Julie!
Your using Enfold 3.4.1. Update to the latest version, 3.4.6, to fix the pagination problems.
You can see all of the changes in the version.txt file in the theme download from themeforest.
Cheers!
ElliottDecember 12, 2015 at 1:56 am in reply to: How to set up blog when I had one under different theme #551335Hi healthcoachangie!
I’m sorry but I’m not really sure I understand. Let’s do 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 the problem after doing the above two steps then send us a WordPress login and a screenshot highlighting the problem so we can take a look.
Cheers!
ElliottHi gb!
It’s just a regular image element with an animation applied to it. You can add the animation in the shortcode options.
You can also do this with the column elements in the “Animation” tab in the column settings.
Cheers!
ElliottDecember 12, 2015 at 1:52 am in reply to: How to make portfolio item linked to a page, instead of to a portfoilo gallery #551333Hey jockejansson!
When you add your images to the Masonry Gallery look to the right and there will be some settings. The last one lets you set a custom URL for the image.
Regards,
ElliottHey robphat!
Try this out, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and let us know when your done and we’ll give you some CSS to use.
Best regards,
ElliottHi djshortkut!
Add this to a codeblock element in the page.
<style type = "text/css"> #av_section_2 span.iconlist-char { font-size: 50px !important; } </style>
Or give the color section an ID and you can use it in the Quick CSS field.
Cheers!
ElliottHi jonathankarcz23!
Woocommerce does this with widgets. There should be some filitering widgets in Dashboard > Appearance > Widgets.
Regards,
ElliottHey!
Add this.
ins::before { display: none !important; } .woocommerce-tabs > div { background: red !important; }
Best regards,
ElliottDecember 11, 2015 at 3:22 am in reply to: Alternate mobile logo for pages with transparent desktop logo #550829Hi!
It’s aligned left. Do you mean you want it to display flush to the left hand side of the screen? In that case you can do that in Dashboard > Enfold > Header > Extra Elements > Let logo and menu position adapt to browser width.
Cheers!
ElliottHey!
Add this to your custom CSS.
.template-blog .entry-content-wrapper, .template-blog .entry-content-wrapper * { width: 100%; max-width: 90% !important; text-align: left !important; }
Best regards,
ElliottDecember 11, 2015 at 3:11 am in reply to: Logo on the left, Picture on the right, Menu below in the middle #550825Hey!
Your doing this right? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
I did not see the widget in your header. Go ahead and add it in and we’ll take a look.
Regards,
ElliottDecember 11, 2015 at 3:05 am in reply to: How can I add simple sliders or gallery with caption in tab elements? #550822Hi endnote!
You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to enable the debug view for the layout builder.
When you do this you should see the code for each tab. You can add a regular image or column element and copy / paste it’s code into each tab. It won’t work for all shortcodes but for a simple column and image it should work fine.
Cheers!
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
Hi!
Try surrounding it all with this.
<div class = "avia-gallery"> </div>
If that does not work then send us a login and a link to the page.
Best regards,
ElliottHey!
What is the customization your doing? Paste the code you used here and we’ll check to see if it can be done in a child theme.
Best regards,
Elliott-
This reply was modified 9 years, 7 months ago by
Elliott.
December 11, 2015 at 2:58 am in reply to: RTL Style problem in tablet mode (columns are not in order) #550816Hi!
I’m sorry but I do not know. If our devs can find a workaround then we’ll see it get added in a future update.
Best regards,
ElliottDecember 11, 2015 at 2:57 am in reply to: Product Category Pages Full width page banner and description #550815Hey Ken!
Your current image is 1500px wide, I would try around 2000px depending on how many screens you wish to target. Or add this to your custom CSS.
.av-parallax-inner { background-size: 100% !important; }
Regards,
ElliottHi legalmartin!
The gallery does not have this feature yet. As an alternative you could try out the Masonry Gallery element. You can set custom links on each image as you select it.
Best regards,
ElliottDecember 11, 2015 at 2:48 am in reply to: Problem with updating Enfold to 3.3.1, compatibility issues with UberMenu 3.0.1 #550811Hi!
Sorry, we can’t give that out. I recommend updating WordPress as soon as possible. That will help a lot with the hacking issues.
Also read this, http://codex.wordpress.org/Hardening_WordPress.
Best regards,
Elliott -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts