Forum Replies Created
-
AuthorPosts
-
Hi!
Your trying to add images inside the tooltips of your hotspots correct? Send us a WordPress login so we can get a better idea of what’s going on.
Best regards,
ElliottHi vin8tan!
Not sure what we will be able to do about that. Send us a link and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi cptnem0!
Open up /enfold/includes/related-posts.php and change line 107 from this.
$post_thumb = get_the_post_thumbnail($related_post->ID, $image_size, array('title' => esc_attr(get_the_title($post_thumbnail_id))));To this.
$post_thumb = get_the_post_thumbnail($related_post->ID, array(300, 300), array('title' => esc_attr(get_the_title($post_thumbnail_id))));You can change how many gets displayed on line 55.
$postcount = ($columns * 1);You may need some CSS too though depending on the layout your using. Send us a link and we’ll take a look.
Best regards,
ElliottHi stewroids!
When you edit your special heading set the padding bottom option to 0px. If you need it to be a bit more then send us a link and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottDecember 17, 2014 at 6:04 pm in reply to: Using Left Menu Version – Left menu is not responsive #369617Hi!
Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi kennethwang14!
You do not have any images inside it. I couldn’t figure out what version of Enfold your using so 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 you still have problems after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey kmicks!
Try adding this in between them.
<br />Or this.
\nIf that’s not working then send us a WordPress login and we’ll take a look. (your site is under maintenance mode)
Cheers!
ElliottDecember 17, 2014 at 5:52 pm in reply to: Enfold 3.0.4 update did not solve problems after WP update #369596Hey!
@FocusedEnergy, Your getting some errors. Let’s try completely deleting Enfold from your WordPress theme directory via FTP before downloading + uploading a fresh copy from themeforest. This will ensure that all files are updated properly.
@Davidnascimento, Your using Enfold 2.5.4. Do the same thing as FocusedEnergy to fix the problem.Regards,
ElliottHi tremblayly!
I logged in and checked but you don’t have any featured images set for your posts.
If your not sure how to set it then see here, http://bit.ly/1xrkpRy.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey odpcband!
It looks like your using Enfold 3.0.1. You need to update to the latest version, 3.0.4.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHey!
Go ahead and create a backup and then download a fresh copy from themeforest and install it via FTP, http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/.
Best regards,
ElliottHi Steven!
You forgot to include the login information. Reply here with the login information and we’ll take a look.
Regards,
ElliottHi virtualsa!
Are you referring to the “tres lagoas” image? Try adding this to your custom CSS.
@media only screen and (max-width: 767px) { .avia_image { width: 50% !important; } }If that’s not it then take a screenshot and highlight what your seeing so we can get a better idea.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
In your layers you have all of the text and images set with pixel values from the left side. You’ll want to change that so they are set with percentages, 50%, 75%, etc etc.
Best regards,
ElliottDecember 17, 2014 at 5:19 pm in reply to: sidebar menus different on set pages vs. automatic #369565Hey eastrenia!
1. Send us a WordPress login so we can take a closer look.
2. You’ll need to remove the color section above it.
3. Navigate to Dashboard > Settings > Permalinks and you can change the portfolio categories base setting.
Best regards,
ElliottDecember 17, 2014 at 5:11 pm in reply to: Contact Page not sending message to email addresses #369560Hey!
Thanks for posting your solution. Can you elaborate more on what the problem was? Your hosting provider requires you to use your server email address?
Best regards,
ElliottHey Groeier!!
Send us a link to the topic your referring to please.
Regards,
ElliottHi!
Sorry, I thought we were talking about the masonry entries. I don’t see an easy way of doing that for the masonry gallery unfortunately. You would need to style it with CSS instead.
.av-masonry-load-more { }Regards,
ElliottHi Bruno!
That’s not going to look good on small screens. You could try using some basic HTML and CSS in a codeblock element.
<div style = "width: 4%; float: left; margin-right: 1%"> column 1 </div> <div style = "width: 4%; float: left; margin-right: 1%"> column 2 </div> etc etcRegards,
ElliottHi Julie!
Try adding this to your custom CSS.
.lato.events-archive .breadcrumb { display: none !important; }Regards,
ElliottHey!
Take a screenshot and highlight what your seeing so we can get a better idea.
Regards,
ElliottDecember 17, 2014 at 4:41 pm in reply to: Disabling 'comments' button on 404 page and changing title of the same #369515Hey!
Open up /enfold/framework/php/class-framework-widgets.php and change line 442 from this.
$count = empty($instance['count']) ? '' : $instance['count'];To this.
$count = empty($instance['count']) ? '3' : $instance['count'];Regards,
ElliottHi!
I switched the width to 45% from 48% so it should be 2 columns on all screen sizes now. If you only want it to happen between certain sizes then use this code.
@media only screen and (min-width: 480px) and (max-width: 767px) { }Where 480px – 767px is the screen width range where you want it to be 2 columns.
Cheers!
ElliottHi!
It’s not letting me login either.
Best regards,
ElliottHey!
Your talking about the background of the current menu link in your sidebar correct? You can use this CSS to change it’s background.
.widget .current-menu-item { background: none repeat scroll 0 0 purple !important; }Your screenshot looks very faint when compared to how it’s displaying on my end. Perhaps it’s something wrong with your monitor? Have you tried viewing on a different computer?
Regards,
ElliottHi!
Let’s try completely deleting the theme before downloading + uploading a fresh copy from themeforest. If your still seeing the problems after that then send us a WordPress login and we’ll take a look.
Best regards,
ElliottDecember 16, 2014 at 11:49 pm in reply to: How to automate navigation within portfolio categories and subcategories #369235Hi whatscookin!
Our portfolio posts should have the next and previous links displayed by default. You can see it on our demo here, http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/.
Is your portfolio post set to fullwidth? If so then try this out, https://kriesi.at/support/topic/enfold-portfolio-post-nav-not-showing/.
Cheers!
ElliottHi!
You still have it set to “.homebox2” when it should be “homebox2”. Send us a WordPress login and we’ll fix it for you so you can see how it’s done.
Best regards,
ElliottDecember 16, 2014 at 10:57 pm in reply to: Animated numbers not animating on Internet Explorer 8 #369216Hey!
It’s worth a try. Not sure what it could be. I would also viewing on a different computer if there is one available.
Best regards,
ElliottHi!
It seems to be working fine on my XAMPP setup. Are you sure the images have an alt text set?
Cheers!
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
