Forum Replies Created

Viewing 30 posts - 54,241 through 54,270 (of 67,491 total)
  • Author
    Posts
  • Hi!

    Alright. I can see it now. Please try this on functions.php:

    function add_mega_menu_css(){ ?>
    
    <style type="text/css" id="av-browser-width-mm"> #header .three.units{width:302.5px !important;} #header .six.units{width:605px !important;} #header .nine.units{width:907.5px !important;} #header .twelve.units{width:1210px !important;}</style>
    
    <?php } 
    add_action('wp_head', 'add_mega_menu_css', 5);

    If I am not mistaken this mega menu issue has been fixed on version 3.0.2. Please download the latest version from your themeforest account then update the theme via FTP.

    Best regards,
    Ismael

    in reply to: Admin panel not working #346485

    Hi!

    Yes, you can safely delete the file then regenerate it by toggling any of the settings on the theme options panel. Please make sure that folder and file permissions are correct. Deactivate all plugins then test the theme options again.

    Regards,
    Ismael

    in reply to: Remove some portion from widget #346106

    Hey!

    You can edit includes > loop-index.php, find this line of code:

    <span class='date-container minor-meta updated'><?php the_time(get_option('date_format')); ?></span>
    

    Use the the_modified_date function. Please refer to this link: http://codex.wordpress.org/Function_Reference/the_modified_date

    Best regards,
    Ismael

    in reply to: Custom category image #346100

    Hi!

    Sorry about that. The suggested plugin is not working but this one works like a charm. Please use this one: http://premium.wpmudev.org/blog/how-to-add-feature-images-to-your-wordpress-categories/

    Not all fonts have subset latin extensions or support all character sets. If you want, you can use this filter to manually add the extension on specific fonts if they support it:

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    add_filter( 'avf_google_content_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans Subset'] = 'Open Sans:400,600&subset=latin,latin-ext';
    return $fonts;
    }

    Select Open Sans Subset as Heading Font on General Styling panel.

    Regards,
    Ismael

    in reply to: Enfold theme incomplete? #346089

    Hi!

    Have you tried to import the dummy data on Enfold > Import/Export panel? If you have the latest version 3.0.2, you can download the new demos. This will give you the closest possible layout that you can see on the theme demo. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues. Regarding the child theme, please refer to this link for more info: http://kriesi.at/documentation/enfold/using-a-child-theme/

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Cheers!
    Ismael

    in reply to: Page is blank but all code elements show in backend #346066

    Hey!

    Thank you for the info.


    @katandmouse
    : Please try to revert back to one of the available revisions. If you can’t see the revisions panel, go to Screen Options to enable it. Did you add any html codes to this particular page?

    @Dragan: There are icon boxes on the front end which is not visible on the ALB screenshot. Is this fixed?

    Best regards,
    Ismael

    in reply to: LayerSlider is not responsive #346061

    Hi!

    I’m really sorry but the site isn’t loading on my end. Did you add any ip or regional blocks? All support team members have been notified about this issue. Please wait for one of them to respond.

    Best regards,
    Ismael

    in reply to: firefox and safari issue after the last 3.0.1 update #346056

    Hey!

    Glad it worked. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Please create another thread. We’ll check it there.

    Best regards,
    Ismael

    Hi!

    Alright. After a few minutes of inspection, it does not seem to be a database issue. For some reason, the website fails to load the icon fonts. The error from the chrome console shows that the font icons are missing as I have mentioned before. I should have said not accessible. There’s a chance that the site can’t pull icon font files because access is forbidden. Please check if all file and folder permissions are correct. If you didn’t change or modify the parent theme files, please delete the entire wp-content/themes/enfold/ folder and upload the uncompressed enfold folder from your hard drive.

    No, I didn’t deactivate the plugins because I don’t see any unusual or uncommon modules on the plugins panel.

    Best regards,
    Ismael

    in reply to: Mega Menu Not Displaying Properly #345731

    Hi 123456!

    Thank you for using Enfold.

    Do you have the latest version of Enfold, 3.0.2? Please toggle the settings on Enfold > General Layout > Dimension panel. Adjust the Maximum Container width to reset the settings. Save changes.

    Best regards,
    Ismael

    in reply to: LARGE Testimonial Slider on Mobile #345727

    Hi!

    The logo looks fine when I checked it. You can adjust the mobile logo with this:

    @media only screen (max-width: 768px) {
    .responsive .logo a, .responsive .logo img {
    max-height: 65px !important;
    height: 65px !important;
    top: 5px;
    }
    }

    Best regards,
    Ismael

    in reply to: Buttons to share Woo Commerce products? #345722

    Hi!

    Thank you for the info but you forgot the website url. Please replace the code with this:

    add_action('woocommerce_after_single_product_summary', 'avia_add_social_toolbar', 10);
    function avia_add_social_toolbar()
    {
    		$content  = avia_social_share_links(array(), false);
    		$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
    		
    		echo $content;
    	    
    }

    Best regards,
    Ismael

    Hey!


    @antilimited
    : Is it possible for you to create a test site from the dev site? This time, please use this plugin to transfer the website: WP MigrateDB or WP MigrateDB PRO

    Refer to this link on how to properly transfer the site from development to production vice versa:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Cheers!
    Ismael

    Hi!

    Thank you for using Enfold.

    You can still use the Color Section element. It won’t go fullwidth if you’re using the left sidebar as menu.

    Best regards,
    Ismael

    in reply to: Removing excerpt from blog element #345718

    Hey!

    Which page is this exactly? A url to the actual page will help. Possible reasons why blog posts are still showing are:

    1.) A Blog Posts element is present on that page.
    2.) You set this page as Posts page on Settings > Reading panel.

    Cheers!
    Ismael

    in reply to: 'order again' button / display issue on "thank you" page #345715

    Hi!

    Thank you for using Enfold.

    We need to see the actual page with the issue. Please post the url here along with a temporary login details so that we can check the page.

    Regards,
    Ismael

    in reply to: Layer Slider Enfold 3.0 Not Working #345714

    Hi!


    @careprint
    : There are jquery issues reported on the console when I checked the site on Chrome. Please try to deactivate all plugins then test it again. As Josue suggested, please try to create a new slider then create a test page with the slider on it.

    Regards,
    Ismael

    in reply to: Function for adding additional head html #345712

    Hi!

    Yes, it will add the font as available font option on Enfold > General Styling > Fonts panel.

    Regards,
    Ismael

    in reply to: The Events Calendar 404 page #345711

    Hey!

    Thank you for the update. I tried to search for queries related to this issue but all of the modern tribe moderators’ response is either, “It is a priority”, “We’ll try to fix it on the next update” etc. I can’t find any conclusive solution at this moment. These are the links to the following thread:

    http://tri.be/support/forums/topic/404-page-not-found-on-no-event-date/
    https://tri.be/support/forums/topic/page-not-found-in-page-title-for-empty-calendar/#post-55676
    https://wordpress.org/support/topic/the-events-calendar-day-link-takes-me-to-404-page

    I’ll report the issue to Kriesi. Please wait for his response.

    Cheers!
    Ismael

    in reply to: Upgrade causes blog url to break #345707

    Hey!

    Yes, the latest version is 3.0.2 but you’re using 2.9.2. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Actually, the theme version, I think, is not fully related to the issue but you should upgrade nevertheless. Did you add any custom filters (avf_title_args) on functions.php? Something like:

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
        if ( $args['title'] == 'Blog - Latest News' )
        {
            $args['title'] = get_the_title($id);
            $args['link'] = http://www.yoursite/_your_custom_blog_url_goes_here_;
            $args['heading'] = 'h1';
        }
    
        return $args;
    }

    Regards,
    Ismael

    in reply to: Lightbox background in transparent white? #345705

    Hi!

    Thank you for the info.

    You can add this on Quick CSS or custom.css to change the lightbox background overlay:

    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 1 !important;
    background: white !important;
    }

    Cheers!
    Ismael

    in reply to: Portfolio Items tags? #345704

    Hi!

    Thank you for the link.

    Portfolio items built from the advance layout builder will not render tags by default. You can add this on functions.php:

    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {	
    	if(is_singular('portfolio'))
    	{
    		$content .= '<span class="blog-tags minor-meta">';
    		$content .= the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
    		$content .= '</span></span>';
    	}
    
    	return $content;
    }

    Cheers!
    Ismael

    Hi!

    Let us know if it works. We’ll keep the thread open.

    Best regards,
    Ismael

    Hi!

    I checked the site on IE11 and the full width image loads fine every time I refresh (hard, no cache) the page. You can install cache and minify plugins to further optimize loading speed.

    Best regards,
    Ismael

    in reply to: Wider logo or Logo and text to right of it #345699

    Hi!

    Thank you for the update. If possible, avoid bumping the thread because it will take us longer to answer your inquiry. You can force the mobile menu to show earlier on Enfold > Header > Mobile Menu panel. Choose the second option of the Header Mobile Menu activation.

    Regards,
    Ismael

    Hi!

    Can you please provide a link to the actual post where og:type meta property is not present? The open graph settings on Yoast should be enough. Deactivate the plugin that we suggested then use Yoast. Go to SEO > Social then enable the Add Open Graph meta data option.

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #345697

    Hi!

    Thank you guys for the Hebrew translation. :)

    Best regards,
    Ismael

    Hey macatokio!

    Thank you for using Enfold.

    You can set the page to have a sidebar then you can hide the sidebar for that specific page via CSS. Something like this:

    .page-id-2 aside.sidebar {
    display: none !important;
    }
    
    .page-id-2 .container .av-content-small.units {
    width: 100%;
    border: none;
    }

    If you want to add an option for this particular setting, you can hire a freelance developer. Unfortunately, this particular request or modification is more than what we can offer as a support team. Thank you for understanding.

    Cheers!
    Ismael

    in reply to: highlighted button on menu #345162

    Hi!

    Have you tried Elliot’s suggestion? That should remove the button style on the Home menu link.

    Cheers!
    Ismael

    in reply to: Category Page Editing #345160

    Hey!

    That will go on the functions.php file. For complex category or archive page modification, please visit Envato Studio or Werkpress.

    Cheers!
    Ismael

Viewing 30 posts - 54,241 through 54,270 (of 67,491 total)