Forum Replies Created
-
AuthorPosts
-
Hey!
1.) Please remove the modifications from the previous thread then add this on functions.php:
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 ); function avia_append_search_nav ( $items, $args ) { if ($args->theme_location == 'avia') { $search_form = get_search_form(false); $items .= '<li id="menu-item-searchbox">'.$search_form.'</li>'; } return $items; }Use this on Quick CSS:
li#menu-item-searchbox form div { display: block !important; opacity: 1 !important; width: 100px !important; } li#menu-item-searchbox form div #s { width: 150px !important; max-width: 150px; } li#menu-item-searchbox { top: 25px; } #top #searchsubmit, .ajax_load { right: -50px; }2.) Use this on Quick CSS or custom.css to change the position of the social icons:
#header_main .social_bookmarks { right: 35%; }Regards,
IsmaelHey creatiffco!
Thank you for using Enfold.
If you want the masonry overview page opens the image on a lightbox when you click a thumbnail, edit the portfolio item then look for the Overwrite Portfolio Link setting. Set to “Define custom link” then provide a link to the actual image.
Cheers!
IsmaelHey siestajoye!
Thank you for using Enfold.
I’m not sure if this is going to help you but have you tried a custom post type switcher plugin like this one? http://wordpress.org/plugins/convert-post-types/
It will automatically convert posts to portfolio items.
Best regards,
IsmaelHi!
You can change the body font on Enfold > General Styling > Font panel. It will also change the menu font. Or you can, add this on Quick CSS or custom.css to change the font family of the main menu:
span.avia-menu-text { font-family: 'Oswald', sans-serif !important }Cheers!
IsmaelHi!
Thank you for the update.
Can you please give us a link to the blog page? We would like to see the issue. Please refer to this link on how to properly use the read more tag on posts: http://en.support.wordpress.com/splitting-content/more-tag/
Cheers!
IsmaelHi!
Thank you for the update.
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 1340px) and (min-width: 989px) { .responsive .av-masonry-entry { width: 25%; } }Best regards,
IsmaelSeptember 9, 2014 at 4:55 am in reply to: How can I make the post title appear above the featured images on the blog page? #315578Hey!
Yes, copy the the includes folder with the loop-index.php on your child theme folder.
Regards,
IsmaelHey!
Thank you for the update.
I checked the website on mobile view and the background of the color section is properly set to no-repeat and fixed. It doesn’t repeat as you described.
Regards,
IsmaelHey!
Please set all button sizes to Medium then add this on Quick CSS or custom.css:
.avia-button.avia-size-medium { padding: 12px 16px 10px; font-size: 13px; min-width: 150px; width: 150px; max-width: 150px; }Regards,
IsmaelHey!
Thank you for the update.
Please edit the Table element the set the row with the numbers to “Pricing Row”.
Best regards,
IsmaelHi!
Thank you for the update.
Where is the portfolio page? Please provide a link. Transparent headers works best for pages without a sidebar or if there is a color section or full width sliders right beneath the header. You can change the header background color with this:
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div { background-color: #dadfdb; color: #808080; }Regards,
Ismael-
This reply was modified 11 years, 4 months ago by
Ismael.
Hi adrianwackernah!
Thank you for visiting the support forum.
Please refer to this link for a possible fix: https://kriesi.at/support/topic/issue-with-seo-by-yoast/
Regards,
IsmaelHi rjflaherty!
Thank you for using Enfold.
Please set the Blog Style on Enfold > Blog Layout panel to “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”. Edit the Blog page, switch to the Advance Layout Builder then insert the Blog Posts element. Set the Blog Content length to excerpt.
Regards,
IsmaelHi!
Have you tried using the Custom Menu widget instead of nested sidebar navigation?
Best regards,
IsmaelHi atrixdave!
Thank you for using Enfold.
1.) Try adding this on functions.php:
function avf_portfolio_title_args($args) { $title = get_the_title($id); if(is_singular('portfolio')) { $terms = get_the_terms( $id, 'portfolio_entries' ); $portfoliocat = array(); foreach ( $terms as $term ) { $portfoliocat[] = $term->name; } $args['title'] = $portfoliocat[0]; } else { $args['title'] = $title; } return $args; } add_filter('avf_title_args', 'avf_portfolio_title_args', 10, 1);2.) Set the the Media page as parent page of the Podcasts page. See if that changes the breadcrumbs.
3.) Add this on Quick CSS or custom.css to hide the post title:
span.trail-end { display: none !important; }Cheers!
IsmaelHi!
You need to contact your host to install those php extensions for the layer slider. Have you tried deleting the slider then create it again from scratch?
Cheers!
IsmaelHi!
We’re really sorry but we can’t help you with this one. You can contact the plugin author for support. The justified image grid is a premium plugin, they will be able to help you better.
Cheers!
IsmaelHi matjaz_!
Thank you for using Enfold.
Do you mind if we take a look at the actual website? Make sure that you’re running Enfold 2.9.2.
Cheers!
IsmaelHi Lukine!
Thank you for using Enfold.
Make sure that you’re running Enfold 2.9.2. This should fix the issue with WordPress 4.0.
Regards,
IsmaelSeptember 8, 2014 at 12:43 pm in reply to: Problem with the alignment Space when inside a color section #315002Hey!
No, it’s not a bug. Can you please delete the css snippet temporarily? The columns are aligned perfectly without it when I checked the site. You can also leave the css snippet if it fixed the issue.
Best regards,
IsmaelSeptember 8, 2014 at 12:39 pm in reply to: widget area and page edit on control panel not working #315001Hey!
Thank you for using Enfold.
Make sure that you’re running Enfold 2.9.2 to compensate for the WordPress 4.0 update. This should sort the issue. If not, maybe a plugin is causing the issue. Deactivate all plugins then test it again.
Best regards,
IsmaelHey lome61!
Thank you for visiting the support forum!
Yes, there are minor occurring issues with the plugin but so far they can be fix with small snippets of codes like this one ( https://kriesi.at/support/topic/issue-with-seo-by-yoast/ ) for example. You should avail the premium version of the plugin to get better support: https://yoast.com/wordpress/seo-premium/
Regards,
IsmaelHi Iano999!
Thank you for using Enfold.
Please go to Enfold > Mobile Menu panel then look for the Header Mobile Menu activation. Choose the second option.
Regards,
IsmaelHi!
The website is on maintenance mode. Please give us a temporary login details so that we can see the button issue. Please try to delete the enfold_child.css file on wp-content/uploads/dynamic_avia folder. Change anything on the theme options then save changes to regenerate the file. See if the button gets fixed.
Best regards,
IsmaelSeptember 8, 2014 at 12:16 pm in reply to: Customize language switcher in primary menu links #314991Hi Antonia!
Thank you for using Enfold.
Do you mind if we take a look at the actual website? The default language selector for the theme should be flag symbols, not dropdown selector. You can remove the current language flags using this on Quick CSS:
.avia_current_lang { display: none; }Cheers!
IsmaelHey Francesco!
Thank you for using Enfold.
Did you check the settings on Woocommerce > Settings > Checkout panel? Make sure that the checkout page is properly assigned along with the end points. Please refer to this link: http://docs.woothemes.com/document/woocommerce-endpoints-2-1/
Best regards,
IsmaelSeptember 8, 2014 at 12:04 pm in reply to: Don't display featured/preview image on single post for all posts #314984Hey!
Glad you figured it out. If you still have questions, let us know. :)
Cheers!
IsmaelHi!
You might need to use the Custom Menu widget in place of the nested sidebar navigation. :)
Regards,
IsmaelSeptember 8, 2014 at 11:59 am in reply to: Fullscreen Slider Font Color for Caption Title and Caption Text #314978 -
This reply was modified 11 years, 4 months ago by
-
AuthorPosts
