Forum Replies Created
-
AuthorPosts
-
Hi!
That’s for the Broadscope theme. Which slider are you referring to in Enfold? It does not have a “featured image slider”.
Cheers!
ElliottHi!
1. Sorry, that’s only in the Masonry element. You can display your portfolio posts with the Masonry element though. In the Masonry settings under “Pagination” you can find the load more button setting.
2. Are all of your portfolio posts translated to English and have featured images set?
Regards,
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
January 6, 2016 at 4:53 am in reply to: Blog Posts: change the position of 'Share this entry' with 'Leave a reply' #560309Hi!
Sorry I misunderstood. You’ll need to delete line 274 in the /enfold/includes/loop-index.php file.
avia_social_share_links();
And add it to line 46 in the /enfold/single.php file.
Regards,
ElliottHey!
If it’s the category page then you can change it to 4 columns on line 53 in the /enfold/archive.php file.
'columns' => 3,
Cheers!
ElliottJanuary 6, 2016 at 4:44 am in reply to: Product page – full width description (black bar appeared) #560305Hi!
Your screenshot looks like how it should be displaying by default so go ahead and remove your customizations and it should be displayed like how your wanting.
Regards,
ElliottHey Steph!
Go ahead and send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
ElliottHey!
So it’s only that page that is having the problem? I would just delete the page and recreate it but you can enable the debug view to try and figure out which element is causing the issue if you wish.
Try installing a child theme and then add this in the child theme functions.php file.
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
Regards,
ElliottHi offthehook33!
Your referring to the shop loop where we have the add to cart button or view details button? I don’t think there is going to be an easy way to do that. It would be best to hire a freelancer to help you out with that customization.
Regards,
ElliottHi jeffreyvanoostrom!
1. Add this to your custom CSS.
#mobile-advanced #menu-item-3287 > a { height: 52px !important; }
2. You can use this CSS to target them on smaller screens.
@media screen and (max-width: 767px) { .avia-layerslider span.av-icon-char { font-size: 12px !important; } }
3. Add this.
.fallback-table-val { visibility: visible !important; }
Regards,
ElliottHey Gudi!
Add this to your custom CSS.
.av-masonry-date { display: none; }
Cheers!
ElliottHi Jan!
That would take a lot of time and code to implement and would have to be considered custom work. I would consider just adding more images into the gallery or slideshow for the AJAX preview.
Cheers!
ElliottHey laurenhanford!
I would go ahead and create a feature request for this here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest we may see something get added in a future update.
Cheers!
ElliottJanuary 6, 2016 at 4:13 am in reply to: woocommerce coupon code not working // undefined index in buttons_fullwidth.php #560289Hey!
What happens when the default theme is activated?
Regards,
ElliottHey skeereweer!
Add this to your custom CSS.
.menu > li > .sub-menu { top: 90px !important; } .header-scrolled .menu > li > .sub-menu { top: 75px !important; }
Regards,
ElliottHi!
Not sure what it could be. The data-av_icon attribute of all of the icons is set to the question mark symbol. I would try contacting the plugin author to see if they have any idea on what it could be.
Best regards,
ElliottHi saraclementdk!
Your site is timing out for me. Is everything ok?
Also, please create a screenshot highlighting how your trying to customize the spacing.
Best regards,
ElliottHi!
Add this.
.slideshow_align_caption { vertical-align: top !important; top: 10px; }
Regards,
ElliottHi seaventures!
It seems to be displaying fine on my end. Try clearing your browser cache.
Best regards,
ElliottHi!
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHey!
Try this.
.news-time { display: none !important; }
Cheers!
ElliottHey Justin!
Send us a link to your page and we’ll take a look. We can give you some CSS code to get started but the animation might be a bit difficult. You can read up more on it here, https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions.
Best regards,
ElliottHi hasbeat!
That’s a color section element with a parallax background. It’s not a slider.
Just drag a color section element to your page and set the background image up as parallax to get the same effect.
Regards,
ElliottHey Mariusz!
I don’t think that is going to be possible as the tab title events are changed via javascript. You would need to hire a freelancer to help you out with this customization.
Best regards,
ElliottHi!
I uploaded a 1920 x 1200 and didn’t have any issues. Take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
ElliottHey!
1. Login to your server via FTP and navigate to your WordPress theme directory. Delete all copies of Enfold that you see except your child theme.
2. Download a fresh copy of Enfold from themeforest and upload it to your WordPress theme directory via FTP.
3. Activate your child theme.
If you only have one copy of Enfold in your WordPress theme directory then you do not need to set the version in your child theme stylesheet.
Cheers!
ElliottHey Zabrina!
Install this plugin, https://wordpress.org/plugins/wordpress-seo/, and you can change your title meta to whatever you need.
Cheers!
ElliottHey!
1. In the dropdown menu you would select “Portfolio Entries” and it will list all of your portfolio categories to select. If your on Windows you can hold CTRL + click on each category to select more than one.
3. Add this to your custom CSS.
input[type="text"], textarea { background: #777 !important; }
4. I would try the Masonry element out. There are options where you can set it to have the title display at all times and you can set a gap between the elements instead of having them lined up directly beside each other.
Regards,
ElliottHey LiskaD!
You’ll need to update WordPress and Enfold to the latest versions. The versions your currently using are fairly old. Let us know when your done and we’ll take another look.
Regards,
ElliottJanuary 6, 2016 at 2:14 am in reply to: Mega menu second level menu disappears when hovering over first level #560223Hey!
In your child theme stylesheet on line 11 it looks like you have some CSS which is turning the text to white. It does not happen when your child theme is not activated correct?
Best regards,
ElliottHi!
Not sure what it could be. Are all of your Windows updates installed on that machine?
Cheers!
Elliott -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts