Forum Replies Created
-
AuthorPosts
-
Hey!
Is the site subscribed to a cdn? Please try to purge the cache. Check the site on another browser.
Regards,
IsmaelHi!
I checked the page and found that the gallery is inside a h3 heading tag? Was that intentional? I accessed the dashboard but I can’t find the page with the gallery in the list: https://www.ecpubliclibrary.info/site/wp-admin/edit.php?post_type=page
Best regards,
IsmaelOctober 1, 2015 at 9:30 am in reply to: override header title and breadcrumbs on archive & taxonomy pages #512021Hi!
I think this will help:
https://codex.wordpress.org/Child_Themes
https://developer.wordpress.org/themes/basics/template-hierarchy/Template files includes header.php, single.php, page.php or any files responsible for the frontend. If you want to override a function from the functions-enfold.php, just copy the whole function ( example: avia_title ) inside the child theme’s functions.php file.
Regards,
IsmaelOctober 1, 2015 at 9:26 am in reply to: Previous and Next Post Popout Links at Edges of Window #512018Hey!
The post navigation doesn’t show up because you build the post content in the advance layout builder. You have to use the default editor. http://dev.solacesystems.com/wp-admin/post.php?post=14775&action=editBest regards,
IsmaelHey dimhack!
Thank you for using Enfold.
You can try the solution provided here: https://kriesi.at/support/topic/technical-question-2/#post-470089
Regards,
IsmaelHi!
I checked the functions.php file but I can’t find the deactivation code. http://www.dkimage.gr/wp-admin/theme-editor.php?file=functions.php&theme=enfold
add_theme_support('deactivate_layerslider');Once you installed the layer slider plugin, enter your purchase code: http://www.dkimage.gr/wp-admin/admin.php?page=layerslider
Best regards,
IsmaelHi!
Sorry for the delay. Please edit comments.php file, look for this code around line 70:
<div class='comment_container'>.. replace it with:
<div class='comment_container' itemscope='itemscope' itemtype='https://schema.org/UserComments'>Modify includes > loop-index.php, look for this code on line 109:
if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';Below, add this:
echo "<meta itemprop='image' content='{$link}'></meta>";Cheers!
IsmaelHey Mathias!
Thank you for using Enfold.
You can decrease the font size and padding of the menu items:
@media only screen and (max-width: 1100px) { #top .av_seperator_big_border#header .av-main-nav > li > a { padding: 3px 14px 3px 5px; font-size: 12px; } }Best regards,
IsmaelHi Joe!
Thank you for using Enfold.
Each menu item has its own unique id. You can find that id by viewing the page source: http://wpsites.net/tools/find-nav-menu-item-i-d/
Use the id selectors to modify the menu items. If you can provide the link to the current page, we’ll provide the css modifications.
Regards,
IsmaelHey!
You can try this in the Quick CSS field:
.avia-image-container.av-styling-.avia-builder-el-2.avia-builder-el-no-sibling.avia-align-center .avia-image-container-inner { position: relative; bottom: -150px; }You might want to turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelOctober 1, 2015 at 7:04 am in reply to: Need to add Yelp to social icons header & footer here it is – how do I insert? #511962Hi!
Alright. We added the icon for you.
Cheers!
Ismael-
This reply was modified 10 years, 6 months ago by
Rikard.
October 1, 2015 at 6:50 am in reply to: How do you turn off lightbox on blog featured image? #511958Hi!
Could you please provide the link to the actual post? You can try this in the Quick CSS field:
.big-preview a { pointer-events: none; }Or this:
.small-preview { pointer-events: none; }Regards,
IsmaelHey!
This is what I get when I add the code:

Please remove browser cache then check the page again.
Best regards,
IsmaelHi!
Thanks for the update. It’s been a while now. If you check my last post, we are actually asking for the loop-index.php file because the last developer might have modified that file. Anyway, I inspect the style.css file and he did the modification via css. If you inspect the featured image , you’ll see this class attribute “attachment-entry_with_sidebar”:
<img width="470" height="246" src="http://myholytrinitychurch.com/wp-content/uploads/2013/04/myholytrinity-Why_Anglican.jpg" class="attachment-entry_with_sidebar wp-post-image" alt="myholytrinity-Why_Anglican">It means that it is a theme generated thumbnail. Try to add this in the functions.php file to adjust the thumbnail:
function wp_23223255_6469586506596() { add_image_size('entry_with_sidebar', 999, 999); add_image_size('entry_without_sidebar', 999, 999); } add_action( 'after_setup_theme', 'wp_23223255_6469586506596', 11 );Adjust the width and height values (999) if necessary. You need to use this plugin afterwards. https://wordpress.org/plugins/force-regenerate-thumbnails/
Best regards,
IsmaelHey!
I’m sorry but the login credentials are not working. Please check. I visited the frontend and the codes suggested on the previous post are reflected in the slider. Please hard refresh the page or remove browser cache.
Best regards,
IsmaelOctober 1, 2015 at 6:10 am in reply to: multisite clone duplicator doesn't work properly with enfold #511943Hey!
I tested the Import / Export panel in a multisite installation and it actually works. Note that after you import the settings, you don’t have to click the “Save” button because the importer will automatically reload the panel to reflect the new settings.
Best regards,
IsmaelOctober 1, 2015 at 6:02 am in reply to: multisite clone duplicator doesn't work properly with enfold #511941Hi!
I’m so sorry to hear that. Could you please provide a list of the issues you encounter on a multisite installation? So far you listed an incompatibility issue with another plugin called “multisite-clone-duplicator” and “import theme settings” not working.
Regards,
IsmaelHey Peter!
Thank you for using Enfold.
Please add this in the functions.php file:
add_filter('avf_markup_helper_attributes', 'avf_markup_helper_attributes_modified', 10, 2); function avf_markup_helper_attributes_modified($attributes, $args) { if($args['context'] == 'body' && is_singular('portfolio')) { $attributes['itemtype'] = 'https://schema.org/MediaObject'; } return $attributes; }Best regards,
IsmaelHi!
You have this code in the Quick CSS field:
.entry-content-header { display: none; }Please remove it.
Cheers!
IsmaelHey!
The header shrink behaviour is disabled on mobile devices. Did you hide the widget on smaller screens?
Regards,
IsmaelHi!
I actually created a new custom widget area called “Facebook” on Appearance > Widgets panel. You can find the “Enfold Facebook Widget” there. Just change the url.
Regards,
IsmaelHi!
Can you access the directory listing editor? It is stuck in the ““Location Targeting” overlay and we got this error:
You have included the Google Maps API multiple times on this page. This may cause unexpected errors.Please try to deactivate all plugins.
Regards,
IsmaelHi!
Try to use this:
.header-scrolled .widget img { height: auto !important; width: 50% !important; } .header-scrolled .widget { top: -12px !important; }Best regards,
IsmaelHey anma!
Thank you for using Enfold.
1.) There is no solution available other than the filter via functions.php file. You can try to trick it using css but you will still have to change the arrows via functions.php:
.avia-post-prev { right: 0; left: auto; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .avia-post-next { left: 0; right: auto; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }For the arrow icons:
add_action('init', 'avia_replace_default_icon', 10, 1); function avia_replace_default_icon($icons) { global $avia_config; $avia_config['font_icons']['next']['icon'] = 'ue878'; $avia_config['font_icons']['prev']['icon'] = 'ue879'; return $icons; }2.) Change the background with this:
#top .avia-post-nav { background: red background: red; }3.) You can try the solution here: https://kriesi.at/support/topic/remove-current-portfolio-post-from-related-portfolio-grid-enfold/#post-491961
4.) The login credentials above are not working. Please check.
Cheers!
IsmaelHey taylormanning!
Thank you for using Enfold.
Are you trying to add a related post section? Add tags across all posts to set them as related posts.
Best regards,
IsmaelSeptember 30, 2015 at 9:09 am in reply to: Header menu – css-style change – Only for Alternate menu #511198Hi!
Please remove this code:
div#header_main_alternate.container_wrap { box-sizing: border-box !important; color: rgb(53, 49, 42) !important; display: block !important; font-family: Lato !important; font-size: 13px !important; font-weight: normal !important; text-align: left !important; width: 1140px !important; }You can start with this:
div#header_main_alternate.container_wrap { background-color: black; width: 100% !important; margin: 0 !important; } .html_header_top.html_bottom_nav_header .main_menu ul:first-child li, .html_header_top.html_bottom_nav_header .main_menu ul:first-child li a { height: 51px; line-height: 51px; }Adjust the values as you like.
Regards,
IsmaelHey!
Please add this in the Quick CSS field to remove the space:
#top .fullsize .template-blog .post .entry-content-wrapper { margin: 0; }Best regards,
IsmaelSeptember 30, 2015 at 8:51 am in reply to: Need to add Yelp to social icons header & footer here it is – how do I insert? #511182Hey!
Thank you for the info but it’s still not working. Please check it carefully. If you want to add a yelp icon, edit functions.php then look for this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, you can add the filter:
add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['yelp'] = array( 'font' =>'fontello', 'icon' => 'ue800'); return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1); function avia_add_custom_social_icon($icons) { var_dump($icons); $icons['Yelp'] = 'yelp'; return $icons; }Adjust the icon value (ue800) if necessary.
Best regards,
Ismael -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
