Forum Replies Created
-
AuthorPosts
-
January 20, 2015 at 12:12 am in reply to: Is it possible to change the wp archive from monthly to yearly? #382192
Hi aron8778!
Your talking about the WordPress archives widget correct?
Try this plugin out, https://wordpress.org/plugins/anual-archive/.
Cheers!
ElliottHey nectsolutions!
I was able to add a product to the cart in Chrome so I’m not sure what the problem is. Go ahead and take a screenshot and highlight what is going on so we can get a better idea.
Regards,
ElliottHi druzes!
There currently is no options for that but you could use CSS to add a background image though.
.av-hotspot-container .av-image-hotspot_inner { background: url("URL to your image") !important; }Feel free to request this feature here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Regards,
ElliottHey tonidecastro!
Send us a WordPress login and a link to the page so we can get a better idea of what’s going on.
Best regards,
ElliottHey Anette!
I’m not seeing it on my end. Can you take a screenshot of what your seeing? What is your operating system and browser your using?
Cheers!
ElliottJanuary 19, 2015 at 10:41 pm in reply to: Set main blog image slider to point to blog element below slider #382143Hey Antonio!
Your trying to link to a specific image in your blog page? That is going to be difficult because as you create more posts the content will change so I’m not sure if this is going to be possible.
Send us a link to your blog page so we can see what type of layout your using.
Best regards,
ElliottJanuary 19, 2015 at 10:39 pm in reply to: Transparent header – Social Icons and Phonenumer – Change color when scrolling #382142Hi mischa00!
Your social icons are already turning to grey so I’ll assume you figured that out.
For the phone number you can use this CSS.
#top .phone-info span { color: white; } #top .header-scrolled .phone-info span { color: gray; }Best regards,
ElliottHi razhimself!
I’m sorry but I am a little confused. Are you talking about the google maps? If so then you can grab the coordinates of your address when you edit the shortcode.
Regards,
ElliottHey Rohan!
I refreshed a couple of times but they always displayed on my end. Can you give us some more info on your device?
– Operating System
– Browser and browser version
– Screen resolutionCheers!
ElliottHey rosalieb!
Add this to your custom CSS.
.tribe-events-notices + #tribe-events-header { display: block !important; }Regards,
ElliottHey!
Drag a codeblock element over to your content and add this inside it.
<style type = "text/css"> #av_section_1 > .container { height: auto !important; } </style>That will make it so the color sections height will change when the testimonials transition instead of the contents of the color section.
Cheers!
ElliottJanuary 19, 2015 at 10:16 pm in reply to: Enfold LayerSlider – some text boxes start on screen (and shouldn't). Preview OK #382129Hi nilfri!
Can you send us a WordPress login so we can take a look at the slider settings?
Regards,
ElliottHi!
I logged in and selected the footer image from your media library and saved and it seems to be working fine.
Also, make sure to update WordPress and Enfold.
Regards,
ElliottJanuary 19, 2015 at 9:57 pm in reply to: HTML formatting working in visual editor, but not in preview or live page #382115Hi sstromberg!
Try using imgur.com to upload your screenshots.
For the iconbox add this to the content to create bullets.
<ul> <li>first item</li> <li>second item</li> </ul>Regards,
ElliottHi!
Your link keeps timing out for me.
Make sure your using the latest version of Enfold, 3.0.5, and that all plugins are deactivated.
If your still having problems then send us a WordPress login and we’ll take a look.
Regards,
ElliottHey fabian_arndt!
It seems to be displaying fine on my end. Try clearing your browser cache or view in a different browser.
Best regards,
ElliottJanuary 19, 2015 at 9:42 pm in reply to: Layerslider – slider preview blank and not showing any images. #382103Hey!
I’m having trouble logging in. Is the information correct?
Cheers!
ElliottHey alwo!
I think it’s from the “blood sample” number. Try removing that “u” looking character to see if that fixes it.
Best regards,
ElliottHi!
Why are you using a codeblock element there? Remove the codeblock element and add the easyslider to your content. When you edit one of the slides you can add our button shortcode into the caption text field.
Best regards,
ElliottHey!
It looks like you switched it to use the AJAX preview now. For that you can add our video shortcode to the preview text and then set it to display no images, only the preview text.

Cheers!
ElliottHey sitesme!
All you need to do is add a
?iframe=trueto the end of your URL.If you want to use a class then you can add it to line 824 in the /enfold/js/avia.js file.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey!
Try adding this to the bottom of your functions.php file.
add_filter( 'wp_footer', 'enfold_customization_loggedin_css' ); function enfold_customization_loggedin_css() { if ( !is_user_logged_in() ) { ?> <style type = "text/css"> /* your css to hide the elements goes here */ </style> <?php } }That will check is the user is not logged in. You can add your CSS in there to hide the elements.
Best regards,
ElliottJanuary 19, 2015 at 7:46 pm in reply to: Post with featured image not above but beside the header #382053Hey!
Try adding this.
.single .entry-content-header { margin-top: 110px; }If that’s not correct then take another screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHi!
So you want to set an icon as the background of a color section? I’m sorry but I do not think that is possible. You would need to take a screenshot of your icon to make it an image and then use that on the color section background.
Regards,
ElliottJanuary 19, 2015 at 7:40 pm in reply to: image gallery: image shows up by click instead with mouseover #382049Hi vonhektor!
Open up /enfold/js/shortcodes.js and change line 2287 from this.
gallery.on('mouseenter','.avia-gallery-thumb a', function()To this.
gallery.on('click','.avia-gallery-thumb a', function()Regards,
ElliottHi!
Ok it’s displaying for me now. Not sure why it was not last time. It seems to be in the correct spot though.

What browser and version are you using?
Regards,
ElliottHi!
Not sure what could be going on there. We don’t do anything special with the comments.
I would try contacting the plugin author or find a new plugin.
You can see where we display the comments on line 100 in the comments.php file.
If you want to hide the trackbacks and pings then delete lines 107 – 121 in the same file.
Best regards,
ElliottHey!
I’m sorry but I do not understand. Take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
Yes, send us a login and we’ll take a look.
Best regards,
ElliottHi alessioandreani!
Are you using the WordPress default gallery shortcode?
See here, http://codex.wordpress.org/Gallery_Shortcode.
We do not change any of it’s features. If you want to display the images in their full size then select “full” for the size setting.
Best regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
