Forum Replies Created
-
AuthorPosts
-
June 6, 2015 at 6:05 am in reply to: The Color Section animated down arrow is not visible on mobile #455383
Hey pako69!
Thank you for using Enfold.
Add this to the Quick CSS field to adjust the position of the link:
@media only screen and (max-width: 767px) { #top .scroll-down-link { bottom: 140px; }}
Regards,
IsmaelJune 6, 2015 at 6:02 am in reply to: How to show tags in articles when layout made with avia builder? #455381Hey Lango2332!
Thank you for using Enfold.
If you use the advance layout builder for posts, all default elements such as the featured image, post meta info, comments etc. will be removed. You need to add all the contents manually.
Cheers!
IsmaelHi brian7454!
Thank you for using Enfold.
You can find the template on config-templatebuilder > avia-shortcodes > portfolio.php. Unfortunately, you can’t modify the portfolio grid template in the child theme but you can use the existing filters to modify the content of the portfolio grid. Regarding the plugin, please contact the plugin author for more info.
Regards,
IsmaelHey!
The “2014 JobsCentral” displayed the correct product thumbnail when I checked it on my iPod, safari browser. Is this the only product getting mismatched product image?
Regards,
IsmaelHi brentaxe!
Thank you for using Enfold.
Please extract the actual enfold zip file before uploading to WordPress. Refer to this link for more info: http://kriesi.at/archives/wordpress-beginners-how-to-start-with-enfold-from-scratch
Cheers!
IsmaelHey bongoman!
Thank you for using Enfold.
The youtube resize properly when I checked the page. Did you fix it?
Regards,
IsmaelHi!
Looks like the color section is the one causing the issue or the widget in the sidebar. The combination of the two breaks the layout of the page. What happens when you remove the TLW plugin?
Best regards,
IsmaelHey tech500!
Thank you for using Enfold.
You can’t copy third party scripts in the debug editor. It is actually advisable not to tamper with the codes inside the debug editor field. Place the code inside a code or a text block. The builder works fine when I test it: http://www.silkphotos.com/wp-admin/post.php?post=987&action=edit
Regards,
IsmaelJune 5, 2015 at 8:04 am in reply to: Please help with Layout, I want to post a banner at the top! #454968Hey!
There is no documentation for that, unfortunately, but I can tell you now that there is no hook above the main header aside from the avia_meta_header action hook.
Best regards,
IsmaelHi anubis!
Thank you for using Enfold.
Use images with the same size or dimension. The size of the logo images in the demo is 705x350px including the whitespaces.
http://kriesi.at/themes/enfold/files/2013/10/wordpress.png
http://kriesi.at/themes/enfold/files/2013/10/envato.pngCheers!
IsmaelHey understandchristianity!
Thank you for using Enfold.
You can add this to the functions.php to reverse the post navigation:
add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2); function enfold_customization_postnav($entries, $settings) { $entries['prev'] = get_next_post($settings['same_category']); $entries['next'] = get_previous_post($settings['same_category']); return $entries; }
Cheers!
IsmaelHey!
Videos are disabled on mobile screens by default so it will not affect the mobile performance of the site. Website optimization is outside our role as theme support. What we can do is to give you specific instructions and point you to related articles. Please follow the suggestions provided here:
http://kriesi.at/archives/4-key-wordpress-image-optimization-tips
https://codex.wordpress.org/WordPress_OptimizationAgain, you can resize the parallax backgrounds as a start:
http://nomadigo.com/wp-content/uploads/2014/04/photodune-4821077-business-solutions-m.jpg
http://nomadigo.com/wp-content/uploads/2014/04/photodune-5564847-new-technologies-m-B.jpgRegards,
IsmaelHi!
Those speed tests force you to use the exact thumbnail size proportionate to their intended size in the browser or container which, in most cases, will compromise the image quality, ratio and proportion. This is not viable when you’re working on responsive containers such as the portfolio grid. However, you can still resize the thumbnails to ensure that the number of unnecessary pixels is minimal, and that your large assets in particular are delivered as close as possible to their display size. You can do that by editing the theme’s preset thumbnail sizes on functions.php:
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
Cheers!
IsmaelJune 5, 2015 at 7:11 am in reply to: Minor bug report with Fullwidth Easy Slider, Enfold 3.2 #454954Hey Mat!
Thank you for using Enfold.
We need to access to the website. Please post the login credentials here. Try to add the code inside a css media query:
@media only screen and (max-width: 767px) { .avia-slideshow-button-2 { margin-left: 0px !important; } }
Best regards,
IsmaelHi!
Thank you for using Enfold.
After updating to Enfold 3.2, try to purge the cache if you have a cache plugin or any server cache. Test it on another browser. Version 3.2 works fine on our installation so it’s either a third party plugin or something in your server that is causing the issue.
Best regards,
IsmaelJune 5, 2015 at 7:06 am in reply to: How to add section from advanced builder frontpage to each blog post #454950Hey!
Please give us a link to the actual post with the issue. Try to enclosed the shortcodes inside a container, a div tag. The share section has an offset position, maybe that’s why it covers the shortcodes.
Best regards,
IsmaelJune 5, 2015 at 7:03 am in reply to: After adding a new menu item it is not saved and menu crahses #454948Hey!
Please try to switch to a default theme. Delete the menus then switch again to Enfold. Re-create the menu from scratch. Might have to do with a broken or corrupted menu item.
Best regards,
IsmaelJune 5, 2015 at 7:02 am in reply to: Company Logo to be displayed everywhere on the site excepted on the frontpage #454947Hey!
Alright. I’m sorry if I can’t understand you clearly, maybe a screenshot will clear things out. Use imgur or dropbox. Have you tried using the Color Section element to change the background of the content?
Cheers!
IsmaelHi!
Use css media queries to keep the container responsive.
http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/Regarding the javascript, I’m not sure how will that work. You can hire a freelance developer to add it for you. Visit codeable: http://kriesi.at/contact/customization
Best regards,
IsmaelHey!
How did you modify the tag archive pages to look like that? Did you create a new template?
Regards,
IsmaelJune 5, 2015 at 6:48 am in reply to: Need only one of my webpages not show up as a menu item on my website #454939Hey!
1.) Go to Appearance > Menu panel.
2.) Create a menu.
3.) Set it as Enfold Main Menu in the theme location settings, look for it below the menu editor.
4.) Add the pages that you want to display in the main menu.I think you missed step number 3.
Best regards,
IsmaelHi!
Did you get a refund? If you did then that’s good. It’s weird that you bought the product but they don’t let you have it. You should report that to Envato. Like I said, you don’t need to buy the plugin because it is already included in the theme package.
Cheers!
IsmaelHey!
Is there any website that you know with an example of the “image-flip”? We would like to check it.
Regards,
IsmaelHi!
Use the menu id instead of the menu name.
add_filter('wp_nav_menu_args', 'my_wp_nav_menu_args_filter'); function my_wp_nav_menu_args_filter($args) { if ($_COOKIE['division'] == 'west' && $args['menu_id'] == 'avia-menu' ) { $args['menu'] = '7'; } return $args; }
Change 7 to the menu id of the “West Main Menu”. How did you set the cookie?
Cheers!
IsmaelHi!
I checked the first section and the styling reflects the alternate content settings. Alternate content background color is set to #fafafb.
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content, .alternate_color .av-share-box ul, #top .alternate_color .av-related-style-full .related-format-icon, .alternate_color .related_posts.av-related-style-full a:hover, .alternate_color.avia-fullwidth-portfolio .pagination .current, .alternate_color.avia-fullwidth-portfolio .pagination a, .alternate_color .av-hotspot-fallback-tooltip-inner, .alternate_color .av-hotspot-fallback-tooltip-count { background-color: #fafafb; color: #666666; }
Try to change the color settings to something bright like yellow, violet etc. to see which elements are affected by the current settings.
Best regards,
IsmaelHi!
Yes, that is an option if you want to set the featured image manually. If you want to use the default featured image option and get the actual image size, you can resize the blog image thumbnail. Edit function.php, look for this code:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
Adjust the width and height and then regenerate or upload the images as featured image again.
Cheers!
IsmaelHi set_carsten!
Thank you for using Enfold.
Make sure that you have the latest version, 3.2. You can find the option on Enfold > Header > Header Layout panel. Adjust the Header Style settings.
Regards,
IsmaelHey chris2712!
Thank you for using Enfold.
The error clearly states that the issue comes from the plugin files, not from the theme. Unfortunately, we don’t provide support for third party plugins. Please contact the plugin author regarding this issue.
Cheers!
Ismael -
AuthorPosts