Forum Replies Created
-
AuthorPosts
-
December 16, 2014 at 4:50 pm in reply to: Troubles with the header (fixed/responsive/height…) #368967
Hi!
The sticky header option is not working on your site. Did you do customizations? 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.
Do those two steps and let us know when your done so we can take another look.
Best regards,
ElliottHi!
So your wanting to display the parent category first if it has one and then the children behind it. The function you linked is just for getting the children of a certain category.
I don’t see an easy way of going about this. I don’t know of any way to sort them like how your wanting. I’ll flag this for the rest of our team to see if they have any idea on what we could do.
Regards,
ElliottHey!
I checked on a Nexus 7 and the only problem I’m seeing is that the social icons and the pagination looks weird because of this custom CSS your using.
.single-big a { height: 165px !important; }Regards,
ElliottHey pixelmad!
Add this to your custom CSS.
.single-product-main-image { float: none !important; width: 100% !important; }Are you wanting to separate the sidebar?
Regards,
ElliottHi!
You had the menu created correctly but you did not have it set to display in the theme menu area. When you edit your menu scroll down to the bottom where it says “Menu Settings” and you can see where to set the menus to the theme menu areas.
Regards,
ElliottDecember 16, 2014 at 12:24 am in reply to: How to make pdf open in browser when clicking on portfolio items? #368690Hey hmsvictory!
Hmm, If you link directly to the PDF then I think it should open it up in the browser instead of downloading it. This may be different for certain browsers though.
Go ahead and send us a link and we’ll take a look.
Regards,
ElliottHey serge esteves!
You shouldn’t have any speed issues with that. Let us know if you have any other questions.
Regards,
ElliottHey ITIS!
Thanks for using Enfold.
What I would do is use the post_tag taxonomy and then when you create your portfolio posts just add a tag for the city, etc etc. When using post tags though be sure to keep them separate because it will be pulled from all post types, regular and portfolios.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi oestersund!
Add this to your custom CSS.
#top .fullsize .template-blog .blog-meta, .template-blog .blog-meta img, .template-blog .blog-meta a { height: auto !important; width: 300px !important; }Regards,
ElliottHey!
If you set a title for the image in your media library then it should be displayed there. If your still having trouble then send us a link so we can get a better idea of what’s going on.
Best regards,
ElliottHi!
Sorry I misunderstood. I cropped your image. It should be displaying fine now.
Best regards,
ElliottHey Jack!
Please see here, https://kriesi.at/support/topic/enfold-child-theme-site-speed-optimization/#post-121161.
Here is another related topic, https://kriesi.at/support/topic/optimize-enfold-responsive-theme-speed/.
Regards,
ElliottHey MeryVi!
You can use our “Upcoming Events” element for that. Open up /enfold/config-templatebuilder/avia-shortcodes/events_upcoming.php and on line 191 you should see this.
$query = array( 'paged'=> $page, 'posts_per_page' => $params['items'], 'eventDisplay' => 'upcoming');Change it to this.
$query = array( 'paged'=> $page, 'order'=> 'DESC', 'eventDisplay' => 'all');Now our “Upcoming Events” shortcode will display all events in descending order.
This is if your not selecting a category in the shortcode. If you are selecting a category then you’ll need to edit the query right above this on line 180.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi Groeier!!
Try adding this to your custom CSS.
.avia-tooltip { z-index: 1000 !important; }Cheers!
ElliottHi!
Hmm, I’m not sure on how we will be able to optimize this. They cannot increase the execution time?
I suppose you could try setting the “Number of entries” option to a smaller number.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
I tested your code out on my XAMPP setup with a child theme and it’s working fine. It switches the mobile icon to three solid lines instead of dots and lines.
Which version of the theme are you using? If it’s not 3.0.4 then be sure to update to the latest version and then try downloading our child theme here, http://kriesi.at/documentation/enfold/downloads/, and add your code to the bottom of the functions.php file.
Best regards,
ElliottDecember 15, 2014 at 10:36 pm in reply to: Contact Page not sending message to email addresses #368626Hi!
I’m not sure what “XInternal data” is. I couldn’t find any information on it with google either. Enfold is used on thousands of sites so I doubt the headers are wrong.
Go ahead and send us a WordPress login so we can take a look around.
Regards,
ElliottDecember 15, 2014 at 10:31 pm in reply to: Events Calendar widget not displaying correctly since Enfold update… #368620Hi maastrichtuniversity!
That’s how it looks on my end as well. Take a screenshot and highlight how your wanting it to look and we’ll give you some CSS to use.
Regards,
ElliottHey MuraTopcu!
I believe you only need one license for that. You can read up more about the themeforest licenses here, http://themeforest.net/licenses.
Cheers!
ElliottHey ejo14!
Navigate to Dashboard > Enfold > Sidebar Settings and check the “Sidebar on Smartphones” setting.
Cheers!
ElliottHi mailclub!
I didn’t see any issues on my end. Take a screenshot and highlight what your seeing.
Also be sure your zoom setting is set to 100% and that compatibility view is turned off.
Regards,
ElliottHi!
Open up /enfold/includes/loop-index.php and on line 89 you should see this.
//echo preview imageAdd this right above it.
if ( get_post_meta( get_the_ID(), 'enfold_custom_video_url', true ) ) { $slider = '<a href="'.get_post_meta( get_the_ID(), 'enfold_custom_video_url', true ).'" rel = "lightbox" title="'.$featured_img_desc.'">'.$slider.'</a>'; }And then for your regular posts (not post formats) create a new custom field with a name of “enfold_custom_video_url” and a value of the URL to your video.
Best regards,
ElliottHi Tim!
Perhaps you set a fixed width value in the slide settings instead of 100%.
Send us a WordPress login and we’ll take a look.
Regards,
ElliottHey anubis!
I viewed your link but all of the images are the same size. Did you get this sorted?
If your still having problems then take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHey codecreative!
Some of your images are 140 x 140 and some are a lot bigger, 400 x 400 ish. We can force them to all be a certain size with CSS but the smaller ones will look pixellated.
You can either force the big ones to display smaller.
.avia-image-container-inner { max-width: 50% !important; }Which would look better. Or force the smaller ones to display bigger.
.avia-image-container-inner { min-width: 100% !important; }Though what I would do is scale the images to the same height before uploading.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 15, 2014 at 9:26 pm in reply to: Page goes blank when trying to acess enfold settings, creating new pages etc.. #368582Hey jorgepavajeau!
First off try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy.
Next try turning on WordPress debugging, http://codex.wordpress.org/Debugging_in_WordPress, and then check your server error logs for any information that can help us pinpoint the problem.
Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
I downloaded your video and tried it on my XAMPP setup but it’s not working there either. I get this message.
Media resource http://localhost/wp-content/uploads/2014/12/V2.mp4 could not be decoded.Does the video work when you upload it to vimeo or youtube?
Cheers!
ElliottHey Stefano!
Open up /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and change line 641 from this.
$output .= "<a class='av-masonry-pagination avia-button avia-color-theme-color av-masonry-load-more' href='#load-more' {$data_string}>".__('Load more','avia_framework')."</a>";To this.
$output .= do_shortcode("[av_button label='Load More' link='manually,#load-more' link_target='' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='av-masonry-load-more']");Regards,
ElliottHey!
I don’t think there are. You can create a request here though, https://kriesi.at/support/enfold-feature-requests/, and we may see them get added in a future update.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
I added this.
.avia-content-slider .slide-entry-wrap { float: none !important; width: auto !important; margin-bottom: 0px !important; }That will get both of them to fit into two columns.
Cheers!
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
-
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
