Forum Replies Created

Viewing 30 posts - 4,561 through 4,590 (of 34,963 total)
  • Author
    Posts
  • in reply to: “undefined” popup when open pages #1429197

    Hi,
    Glad to hear that you have found the issue, unfortunately we don’t have any experience with this plugin and we are limited to supporting third party plugins.
    Try checking with the plugin author if there is an issue with the latest WordPress or PHP version, or if there is a know workaround for this issue, as the author would know more about this than us. Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Product Short Description – Woo commerce #1429180

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Credit where credit is due #1429179

    Hey Michelle,
    Recently another user was using the Co-Authors Plus plugin which allows multiple authors to be assigned to a post.
    Then they used this snippet:

    add_filter( 'the_author_posts_link', function( $markup ) {
    	if ( ! function_exists( 'coauthors_posts_links' ) ) {
    		return $markup;
    	}
    
    	ob_start();
    	coauthors_posts_links();
    	$output = ob_get_contents();
    	ob_end_clean();
    	return $output;
    } );

    to display the authors on the frontend:
    Enfold_Support_4181.jpeg
    The plugin has a Github page with code snippets that I believe you may be able to get the author image to show also, but you will need to do some testing. We are limited to the support we can provide for third party plugins, and I don’t use the ACF plugin so I can’t offer guidance with it, but I’m pretty sure that you could achieve what you want with ACF and a function snippet in your child theme functions.php
    Try looking on Upwork for a ACF expert, you could probably get it done fairly cheaply.

    Best regards,
    Mike

    in reply to: Breadcrumb does not show category #1429175

    Hey Michelle,
    On my test site my post breadcrumbs include the categories:
    Enfold_Support_4285.jpeg
    I believe that the Yoast SEO plugin overwrites the breadcrumbs as a option, if you are using this plugin please check the options.
    Otherwise try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the conflict.

    Best regards,
    Mike

    in reply to: Make blog header span full width #1429174

    Hi,
    I see that the original featured image image is smaller than the full screen width, so first you will need to make this as large as your screen width.
    Then install the Simple Image Sizes plugin and adjust image size for entry_with_sidebar size and the featured size and turn off cropping
    and then use the Regenerate Thumbnails plugin to reset the thumbnail sizes, typically this plugin works better that the other plugin for regenerating thumbnails.
    If you have trouble try uploading a new image that is fullwidth with a different file name to ensure the new image size is working correctly.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Make blog header span full width #1429138

    Hi,
    Glad that this helped, the image may look pixelated because it is a featured image thumbnail (825px x 425px) shown at full screen, I didn’t notice it much on my screen, but if you have a larger screen you might notice it more.
    When I check the title is centered on the screen, but if you mean center align the text try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .single-post .big-preview.single-big .banner {
        text-align: center;
    }

    You can remove the image overlay in the Enfold Theme Options ▸ Advanced Styling ▸ Linked Image Overlay option:
    Enfold_Support_4279.jpeg

    Best regards,
    Mike

    in reply to: Button color #1429111

    Hi,
    To add the hover color, add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-15  .main_color input[type='submit'].wpcf7-submit:hover {
      background-color: #b0c9ce;
      color: #01427a;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Posts Titles #1429110

    Hi,
    When I try the the Enfold Theme Options ▸ Advanced Styling ▸ H3 option as Ismael suggested it works correctly:
    Enfold_Support_4274.jpeg
    Enfold_Support_4277.jpeg
    But if you only want this font change on one page, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-30 .slide-entry-wrap h3.slide-entry-title {
    	font-size: 18px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Button color #1429108

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.page-id-15  .main_color input[type='submit'].wpcf7-submit {
      background-color: white;
      color: #01427a;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Column with background will be cut off #1429107

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: AV-Gallery: line grid incomplete #1429105

    Hi,
    Glad Yigit was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
    PS: All page elements are in #top #wrap_all so this is correct.

    Best regards,
    Mike

    in reply to: Avis clients #1429080

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Content element “Icon Circles” #1429079

    Hey Roswitha,
    Please set the First Active Icon to the icon that you want to be active. It looks like you are only using one icon, so choose “1”:
    Enfold_Support_4270.jpeg
    then on the frontend the title and content will show after the animation:
    Enfold_Support_4272.jpeg
    To have a faster animation and disable the mouse-over events so the title doesn’t hide again, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-icon-circles-icon-text {
        transition: all 0.1s cubic-bezier(0, 0, 0, 0);
    }
    #top .avia_start_animation .avia-icon-circles-icon {
        transition: all 0.1s 0.1s cubic-bezier(0, 0, 0, 0);
    }
    #top .avia_animation_finished .avia-icon-circles-icon-text {
    	opacity: 1;
    }
    #top .av-icon-circles-container {
    	pointer-events: none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Mise à jour thème #1429077

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Avis clients #1429076

    Hey Sébastien,
    To correct this try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .home .avia-testimonial-wrapper {
    	min-height: 213px;
    }

    this makes the testimonial element height equal to the larest testimonial slide.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Cannot change font family #1429074

    Hi,
    Any setting in the Advanced Styling has priority, you could try using “default” or don’t use the Advanced Styling option, or set the Advanced Styling to the font you want to use.

    Best regards,
    Mike

    in reply to: HELP!!! Problem cache in the home page #1429064

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold. Happy New Year.

    Best regards,
    Mike

    in reply to: AV-Gallery: line grid incomplete #1429063

    Hi,
    Thanks, this is what I see on my Mac with Safari:
    Screen-Shot-2023-12-31-at-8.24.44-AM.png
    I don’t have a iPad or iPhone, but when I use the Safari Responsive Design Mode to emulate a iPhone I do see the issue.
    So I have submited a issue report to the Dev Team for them to review and linked to this thread so they can see your screenshots.
    Since it is a holiday I’m not sure how long it will take to hear back from the Dev Team, but I will leave this thread open and report back when I hear from them.
    Thank you for your patience and understanding and for using Enfold. Happy New Year :)

    Best regards,
    Mike

    in reply to: HELP!!! Problem cache in the home page #1429060

    Hey opificioilgranello,
    Thanks for the login, typically when you see the correct page when you are logged in, but not when you are logged out, this is a caching issue, either with your browser, or a plugin, or the server cache.
    I disabled your SeedProd and checked the page with a private browser and your site looked the same, I then enabled your SeedProd again.
    So please try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History, (if you are using Safari) and check again.
    Try checking if your server has a built-in cache and if so try disabling it until you are done building your site.

    Best regards,
    Mike

    in reply to: layer slider mobile view Fullsize with transparent menu #1429059

    Hey DermaBBSaar,
    Thanks for your question, but the site that you have linked to doesn’t seem to be built with Enfold and doesn’t use the LayerSlider.
    For Enfold & the LayerSlider on mobile, typically Enfold doesn’t have a transparent header for mobile, so on mobile the LayerSlider will be below the header, while on desktop with a transparent header the LayerSlider shows to the top behind the header.
    Also in the LayerSlider, typically the desktop slider is in a landscape format, but mobile devices use a portrait format, so a desktop slider will scale down to show the whole slider.
    Typically people will create two sliders one of desktop and the other in a portrait layout to show on mobile, if they want more that a scaled down slider.
    If you have some experience with the LayerSlider, it is possible to use one slider and have the desktop and mobile elements and layout set for all devices, but this can be tricky, here is a basic example of the LayerSlider device options used to show different elements and different sizes. You could also watch some YouTube tutorials. But it is a lot easier to use two sliders and display one or the other.
    So if this describes your situation please give this a try.

    Best regards,
    Mike

    in reply to: How to style hr tag + why are H tags all caps? #1429056

    Hey bbarasa,
    To change the text-transform of H tags you can go to Enfold Theme Options ▸ Advanced Styling ▸ All Headings (H1-H6) and change the text-transform to none:
    Enfold_Support_4266.jpeg
    or you can try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .template-page .entry-content-wrapper h1,#top .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }

    To change the HR element, choose the custom option and then adjust to suit:
    Enfold_Support_4268.jpeg
    I didn’t see a HR element on the page that you linked to.

    Best regards,
    Mike

    in reply to: Column with background will be cut off #1429055

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 768px) and (max-width: 1023px) { 
    #top.home .entry-content-wrapper .no_margin.av_one_third {
    	width: 50%;
    }
    #top.home .entry-content-wrapper .no_margin.av_one_third.first {
    	clear: right;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Profile #1429053

    Hey Samuel Wycliff,
    Thank you for your links, but we don’t build profiles, we support the Enfold WordPress theme, please see here.

    Best regards,
    Mike

    in reply to: AV-Gallery: line grid incomplete #1429052

    Hi,
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Daily losing style of Enfold theme #1429051

    Hi,
    I see, jQuery Migrate is important so I enabled it again. Today I see your style was not correct, but saving the theme settings again solved the issue.
    I recommend disabling all of your plugins and them save your theme settings and then I will check again tomorrow and see if the issue occurs again.
    I did not disable any plugins, so I ask that you will do this.
    I have not seen this issue anywhere else so disabling your plugins is a good place to start.
    What webhost are you using, is it a “Managed WordPress” plan?

    Best regards,
    Mike

    in reply to: AV-Gallery: line grid incomplete #1429049

    Hi,
    Glad to hear that you have your site sorted out, but I don’t see the error on our site, as I wrote above.

    Best regards,
    Mike

    in reply to: Licence #1429048

    Hi,
    No, not that way, do it this way:
    first site ▸ mysite.com
    second site ▸ mysecondsite.mysite.com
    third site ▸ mythirdsite.mysite.com
    Then when you are ready to go live for mysecondsite & mythirdsite you can move then to their domains and purchase a license. To easily move these I recommend the plugin Duplicator, see the video on the plugin page if you have not used this plugin before, it is quite easy to use.

    Thanks and Happy New Year :)

    Best regards,
    Mike

    in reply to: Cannot change font family #1429047

    Hi,
    You would need to remove the Theme Options ▸ Advanced Styling option, clicj the red X and then save the theme settings, and then clear any caching plugin and disable the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable the Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files until you see the correct change on the frontend.
    Also note that if you have a server cache or are using a CDN you will also need to clear these, a CDN can take a few hours to clear.

    Best regards,
    Mike

    Hi,
    The code Ismael posted above worked for me changing the backend “portfolio” labels to “sites” after I adjusted it some:

    add_action('after_setup_theme', function() {
    	remove_action('init', 'portfolio_register');
    });
    
    add_action('init', 'portfolio_register_mod');
    function portfolio_register_mod()
    {
    	global $avia_config;
    
    	$labels = array(
    		'name' => _x('sites', 'post type general name','avia_framework'),
    		'singular_name' => _x('sites', 'post type singular name','avia_framework'),
    		'add_new' => _x('Add New', 'sites','avia_framework'),
    		'add_new_item' => __('Add New Sites Entry','avia_framework'),
    		'edit_item' => __('Edit Sites Entry','avia_framework'),
    		'new_item' => __('New Sites Entry','avia_framework'),
    		'view_item' => __('View Sites Entry','avia_framework'),
    		'search_items' => __('Search Sites Entries','avia_framework'),
    		'not_found' =>  __('No Sites Entries found','avia_framework'),
    		'not_found_in_trash' => __('No Sites Entries found in Trash','avia_framework'),
    		'parent_item_colon' => ''
    	);
    
        $permalinks = get_option('avia_permalink_settings');
        if(!$permalinks) $permalinks = array();
    
        $permalinks['portfolio_permalink_base'] = empty($permalinks['portfolio_permalink_base']) ? __('sites', 'avia_framework') : $permalinks['portfolio_permalink_base'];
        $permalinks['portfolio_entries_taxonomy_base'] = empty($permalinks['portfolio_entries_taxonomy_base']) ? __('sites_entries', 'avia_framework') : $permalinks['portfolio_entries_taxonomy_base'];
    
    	$args = array(
    		'labels' => $labels,
    		'public' => true,
    		'show_ui' => true,
    		'capability_type' => 'post',
    		'hierarchical' => false,
    		'rewrite' => array('slug'=>_x($permalinks['portfolio_permalink_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		'query_var' => true,
    		'show_in_nav_menus'=> true,
    		'taxonomies' => array('post_tag'),
    		'supports' => array('title','thumbnail','excerpt','editor','comments')
    	);
    
    	$args = apply_filters('avf_portfolio_cpt_args', $args);
    	$avia_config['custom_post']['portfolio']['args'] = $args;
    
    	register_post_type( 'portfolio' , $args );
    
    	$tax_args = array(
    		"hierarchical" => true,
    		"label" => "Sites Categories",
    		"singular_label" => "Sites Category",
    		"rewrite" => array('slug'=>_x($permalinks['portfolio_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		"query_var" => true
    	);
    
     	$avia_config['custom_taxonomy']['portfolio']['portfolio_entries']['args'] = $tax_args;
    
    	register_taxonomy("portfolio_entries", array("portfolio"), $tax_args);
    
    	//deactivate the avia_flush_rewrites() function - not required because we rely on the default wordpress permalink settings
    	remove_action('wp_loaded', 'avia_flush_rewrites');
    }

    but to change the permalinks from ‘portfolio-items’ to ‘sites’ you will need to adjust the permalink field and then resave the permalinks:
    Enfold_Support_4262.jpeg
    then the database will be updated:
    Enfold_Support_4264.jpeg
    You will need to do this because you can not overwrite the register-portfolio.php file in the child theme and the original file still add the portfolio function, otherwise you will have your new CPT and the portfolio CPT both showing in the permalinks options.
    Or you can try laptophobo’s plugin option.

    Best regards,
    Mike

Viewing 30 posts - 4,561 through 4,590 (of 34,963 total)