Forum Replies Created
-
AuthorPosts
-
Hey!
Yes it’s displaying correctly while scrolled. Try reinstalling Chrome to see what happens.
Best regards,
ElliottHi!
I don’t know. It must be something with our print.css stylesheet but it’s weird I cannot reproduce it on my XAMPP setup. What happens when you actually print the page? It seems to look fine in Chrome’s print debug tools.
I’ll flag this for the rest of our team to see if they have any idea on what it could be.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi lewebat!
Try adding this in /enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css.
a[href="#avia_sc_slider_accordion"] { display: none !important; }Regards,
ElliottHey!
It’s not letting me in.
For the “Video player” text add this to your custom CSS.
.mejs-offscreen, .mejs_offscreen { display: none !important; }EDIT: Ok I was able to login now but it’s not happening on my end. The site you linked me to is different from the one your having the problem on. Make sure you deactivate all plugins and completely delete the theme before downloading + uploading a fresh copy from themeforest.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey!
I’m guessing it’s the caching plugin. Activate the plugins and then clear it’s cache and then clear your browser cache to see the changes.
Best regards,
ElliottHey!
It looks like your using Enfold 2.7 which has prettyPhoto installed. I would consider updating to the latest version of Enfold. In the later versions we switched out prettyPhoto with MagnificPopup which functions a lot better. You can see it in action here, http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/.
If you still wish to edit prettyPhoto then you’ll need to open up the prettyPhoto folder in Enfold and edit the background images it uses.
Cheers!
ElliottHi!
I’m not really sure what you mean there. Do you mean your using a “Custom HTML” element in the contact form but it’s not displaying?
Go ahead and take a screenshot highlighting what is going on so we can get a better idea.
Cheers!
ElliottHey!
Your trying to create some more whitespace between your footer and your content correct? Andy’s code should be working, I didn’t see it in your source code though, did you remove it?
Paste all of the custom CSS your using here and we’ll take a look.
Cheers!
ElliottHey!
1. You can move them up or down with the top value, https://kriesi.at/support/topic/mobile-search-icon-near-the-cart-in-mobile-view/#post-377558.
2. I’m not sure what you mean here. Are you trying to hide the search and cart icons on screen sizes between 767 and 989?
Cheers!
ElliottHey user877!
Open up /enfold/js/shortcodes.js and find lines 4167 – 4168.
trans_val = ( sliderHeight * direction * -1), trans_val2 = ( sliderHeight * direction);And change them to this.
trans_val = ( sliderHeight * direction), trans_val2 = ( sliderHeight * direction * -1 );Regards,
ElliottJanuary 15, 2015 at 11:24 pm in reply to: Is there a way to have submitted forms stored in the backend as a log #380523Hi glozemedia!
There is no feature for that currently. It would be best to use the CF7 or gravity forms plugins for that.
You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something added in a future update.
Best regards,
ElliottHi tdebrouwer!
I’m sorry but I am having trouble understanding. You cannot add padding to images. Are you trying to make it so the image displays in the center? If so then add this to the “Left” option.
50%Regards,
ElliottHi!
It looks like your using Enfold 2.9.2. Go ahead and update to the latest version, 3.0.4, and then deactivate all of your plugins.
If your still having problems then send us a WordPress login and we’ll take a look.
Regards,
ElliottJanuary 15, 2015 at 10:43 pm in reply to: Breadcrumbs – remove You are here, change home to icon #380507Hey!
Try adding this to your custom CSS.
.breadcrumb-trail > span:nth-child(2), .breadcrumb-trail > span:nth-child(3) { display: none; }But it sounds like your only wanting to do this on your single posts correct? If so then do this instead.
.single .breadcrumb-trail > span:nth-child(2), .single .breadcrumb-trail > span:nth-child(3) { display: none; }Best regards,
ElliottHi!
You can drag elements into a color section. Go ahead and drag an icon element inside a color section and save.
If that’s not what your trying to do then send us a link to your page and take a screenshot highlighting your intentions so we can get a better idea.
Regards,
ElliottHi!
That would be hard to do because every screen size is different. I tried viewing your screenshots but they all give me a 404.
Regards,
ElliottJanuary 15, 2015 at 10:26 pm in reply to: Icon Alignment on Mobile | Change from vertical to Horizontal #380494Hi!
Send us a WordPress login.
Best regards,
ElliottHi!
I don’t see an easy way of going about that unfortunately. It’s going to take a lot of time and code to make it work like how your wanting so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHey!
Did you get this sorted? If your still trying to change the order then you can find that on line 940 in the class-framework-widgets.php file.
avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc');Let us know if you have any other questions.
Regards,
ElliottJanuary 15, 2015 at 9:50 pm in reply to: Product & Featured Image Zoom Needed ~ Any Suggestions? #380477Hi!
I don’t know of any that I can recommend either. Since you need to use it with Woocommerce I would try asking the Woocommerce community to see if anyone has done this before, https://support.woothemes.com/hc/communities/public/topics.
Cheers!
ElliottHey!
There wouldn’t really be any point in adding the social share to your blog page and archives. They are for users who want to share something they find interesting on your site so having them on pages or posts with actual content would be good. Your blog pages and archives will continually change as you create more posts so it’s only going to confuse people.
It’s also going to confuse the social networks because they will not know what featured image or article summary to grab from.
If you still wish to add though then open up /enfold/archive.php and find line 73.
<!--end content-->And add this above it.
<?php echo avia_social_share_links(); ?>Regards,
ElliottHi zappiss!
Navigate to Dashboard > Enfold > Blog Layout and uncheck the “Blog Post Author” option.
Regards,
ElliottHey!
This user was having the same problem it looks like, https://kriesi.at/support/topic/layerslider-dont-save/#post-222339.
I would try Josue’s suggestion in that thread. If that’s not working then it would probably be best to contact the LayerSlider support to see if they have any idea on what it could be.
Regards,
ElliottHi!
Send us a link and we’ll take a look.
Regards,
ElliottHey Kris1711!
The products are a bit different from the regular posts. This sounds like it would be easy to do but it’s actually going to take a lot of HTML and CSS changes to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottJanuary 15, 2015 at 9:04 pm in reply to: Anchor links jumping up too far with bootstrap tabs #380428Hi Tom!
Not sure what would be going on there. This is bordering on custom work though since your using a lot of external coding, etc etc.
You think it is smoothscroll? Not sure if this is correct but you could try changing line 88 in the /enfold/js/avia.js file from this.
$('a[href*=#]', container).avia_smoothscroll(container);To this.
$('a[href*=#]:not(.custom_class)', container).avia_smoothscroll(container);And then add a class of “custom_class” to your links.
Cheers!
ElliottHey!
The codeblock element would go inside your portfolio page where your using the portfolio grid shortcode.
Cheers!
ElliottJanuary 15, 2015 at 8:54 pm in reply to: ERRORS: Feature image not uploading/ updates not taking #380422Hi!
So the page is updating fine but your not seeing the results on the front end correct? This sounds like a caching problem. Try deactivating all of your plugins and then view in a different browser to see if the changes display then.
Send us a WordPress login if your still having problems and we’ll take a look.
Regards,
ElliottJanuary 15, 2015 at 8:52 pm in reply to: How to set a default posts division for each new post #380419Hi!
Our AJAX search form limits the results to 5. Send us a link to your search page results so we can get a better idea of what your referring to.
Best regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
