Forum Replies Created

Viewing 30 posts - 17,701 through 17,730 (of 35,074 total)
  • Author
    Posts
  • in reply to: Unwanted border showing beneath grid-row #1195440

    Hi,
    Thanks for the login, on your /live-virtual-receptionists/ page I found your border below the button, please use this css to hide:
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-358 #after_submenu_1.container_wrap {
        border-top-width: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: Content Mismatch With Post & RSS Feed #1195438

    Hi,
    Perhaps if Getresponse has a way to mark which fields to use, since I have not used Getresponse for RSS before, can you explain the steps you take, perhaps with screenshots, To add a screenshot please try using https://savvyify.com/img/ and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: A couple of questions about demos installation #1195435

    Hi,
    I took a look at one of your posts “/un-dia-perfecto/” and found that your “social share box” at the end of your post is hidden with css from the “learnpress” plugin:

    @media screen and (min-width: 61.5625em){
    body:not(.search-results) article:not(.type-page) .entry-footer {
        display: none; 
    }
    }

    This will correct:

    @media screen and (min-width: 61.5625em){
    body:not(.search-results) article:not(.type-page) .entry-footer {
        display: block !important; 
    }
    }

    and as you can see the social icons will show:
    2020-03-23_053844.md.png
    Next I went to the page “recursos > cursos” and see that your sidebar has the default demo widgets, to add your own widgets simply add them to the “sidebar pages” sidebar, this will replace the demo widgets. If you want no widgets right now, simply add a empty “Custom HTML” widget and nothing will show, rigth now I added a “Custom HTML” widget with only a title “SIDEBAR FOR PAGES” to show which sidebar it is.

    Best regards,
    Mike

    in reply to: Sticky Menu on Mobile not sticky #1195416

    Hi,
    I tested this again on the https://kriesi.at/themes/enfold-band/ demo on mobile and the header was sticky.
    Perhaps you have a misplaced bracket, or something similar. We could be of more assistance if we could examine your site.

    Best regards,
    Mike

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .post-entry .av_textblock_section p,#top .post-entry .entry-content p {
    	 text-align: left !important; 
    }

    After applying the css, Please clear your browser cache and check.
    This should make all of your text aligned left.

    Best regards,
    Mike

    in reply to: upgrade from differnt theme #1195324

    Hi,
    You would upload the “enfold.zip” file into the “WordPress > Appearance > Themes > Add New”

    Best regards,
    Mike

    in reply to: Remove mobile padding #1195323

    Hey navindesigns,
    Removing the padding from the second image also removed the padding from the text above it, so the second rule tries to add the padding back to the text.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-162 #wrap_all #av-layout-grid-2.av-flex-cells .no_margin.avia-builder-el-11 {
        padding: 0% !important;
    }
    .responsive #top.page-id-162 #wrap_all #av-layout-grid-2.av-flex-cells .no_margin.avia-builder-el-11 .av_textblock_section {
    	padding-left: 8% !important;
        padding-right: 8% !important;
    }
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    Hey JonathanUstin,
    If you want to edit the header.php file look for this on line 81 </head> and add your script before or after it depending on if you want the code to fire in the “head” or the “body”
    Or you can add this code to the end of your functions.php file in Appearance > Editor if you want it in the header:

     function add_custom_gtm(){
    	?>
    	<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MN3P7B"
    	height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    	<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    	new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    	j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:";j.async=true;j.src=
    	'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    	})(window,document,'script','dataLayer','GTM-MN3P7B');</script>
    	<?php
    	}
    	add_action('wp_head', 'add_custom_gtm');

    Please adjust the code to suit.
    If you want the code in the “body” add this code to the end of your functions.php file:

    add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10);
    function ava_after_main_container_mod() {
    	?><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MN3P7B"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:";j.async=true;j.src=
    '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-MN3P7B');</script><?php
    }

    Please adjust the code to suit.

    Best regards,
    Mike

    in reply to: Change background color of main menu #1195320

    Hi,
    Thanks for the link, I assume that you mean the black menu bar, in the theme settings this is combined with the “Logo Area background color”, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #header_main_alternate,#top #header .av-main-nav > li > a {
    	background-color: #f8f8f8 !important;
    }

    This also changes the color of the search icon background and the menu item backgrounds, remove the last part if you don’t want that ,#top #header .av-main-nav > li > a

    Best regards,
    Mike

    in reply to: Theme not working well after update #1195319

    Hi,

    @threemarketinginc
    Since your sites are still using 3.4.7 you will need to update via FTP or your cPanel’s “file manager”
    2020-03-14_101810.md.png
    This is because of a change that Envato made in removing the old API for the new “Token”
    The easiest and safest way to update is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Hover effect doesn't work correctly on products #1195318

    Hi,
    Thank you, I took a look at your page and found that when hovering over your product image on the right side the mouse changes size quickly and the flickering of the background image occurs, I thought this was due to some javascript, but when I add this css it all stops and behaves correctly:

    #top.postid-107581 .product-images:hover .woocommerce-product-gallery__image {
        width: 100%;
        height: 100%;
    }

    Please add this css and clear your browser cache and check, it will only effect the one page.

    Best regards,
    Mike

    in reply to: swaping fonts for headings #1195315

    Hey Christian,
    You can go to Enfold Theme Options > Advanced Styling and choose “All Headings” or each of your headings individually, then choose the font-family you wish.

    Best regards,
    Mike

    in reply to: Unwanted border showing beneath grid-row #1195313

    Hi,
    Typically, an admin login does the trick.

    Best regards,
    Mike

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a {
    	opacity: 0 !important; 
    }

    Best regards,
    Mike

    in reply to: No Share links visible at the bottom of the blog post #1195309

    Hi,
    Since you are using the Advanced Layout Builder for your posts, you can add this code to the end of your functions.php file in Appearance > Editor:

    add_filter( 'avf_template_builder_content', 'enfold_customization_next' );
    function enfold_customization_next( $content ) {
    	if ( is_singular('post') ) {
    	$content .= '<div style = "clear:both;"></div>';
    	$content .= get_previous_post_link();
    	$content .= get_next_post_link();
    	return $content;
    	}
    	else {
    		return $content;
    	  }
    }

    If you have “Tags” assigned to your posts this will show a next & previous link at the bottom of the page.
    2020-03-22_160004.png

    Best regards,
    Mike

    in reply to: CUSTOM FIELDS #1195305

    Hey aiepro,
    Please read this article it suggests installing the Advanced Custom Fields plugin to create the interface that you wish.

    Best regards,
    Mike

    Hey telliPra,
    You do not want copies of the files from the enfold folder inside of your child theme. Please remove these.
    In your child theme, you only want style.css, screenshot.png, and functions.php
    style.css & functions.php should be mostly empty except the comments.
    Later, after you decide to modify a theme file, you can add that to your child theme.

    Best regards,
    Mike

    Hey tonyiatridis,
    The reason you are not having luck with css to make the text in your post look the same as your blog is because in the post the paragraph already has style="text-align: left;" so that will have to be removed first.
    I believe the text on the blog page is “justify” note how both ends of the paragraph is squared.

    Best regards,
    Mike

    in reply to: Custom Social Icon #1195288

    Hi,
    The login url doesn’t seem to be working right now, please check
    Is your new YouTube icon function like this:

    function avia_add_custom_icon_play($icons) {
    	$icons['youtube-play'] = array( 'font' =>'fontawesome', 'icon' => '61802');
    	return $icons;
    	}
    	add_filter('avf_default_icons','avia_add_custom_icon_play', 10, 1);
    	
    	function avia_add_custom_social_icon_play($icons) {
    	$icons['youtube-play'] = 'youtube-play';
    	return $icons;
    	}
    add_filter('avf_social_icons_options','avia_add_custom_social_icon_play', 10, 1);

    Best regards,
    Mike

    in reply to: How to change order of portfolio items #1195283

    Hey makni1,
    Sorry, there isn’t. How are you trying to order?
    If Date didn’t work perhaps Last modified will?

    Best regards,
    Mike

    in reply to: Add new image sizes on child functions php #1195272

    Hey Rafael,
    Sorry for the late reply, Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_image_size( 'materia', 1200, 670, true );
    add_image_size( 'r7-imagem', 660, 360, true );
    add_image_size( 'veja-mais', 157, 112, true );
    add_filter( 'image_size_names_choose', 'my_custom_sizes' );
    function my_custom_sizes( $sizes ) {
        return array_merge( $sizes, array(
            'materia'               => __('Materia','avia_framework'),
    		'r7-imagem'             => __('R7 Imagem','avia_framework'),
    		'veja-mais'             => __('Veja Mais','avia_framework'),
        ) );
    }

    I tested this and the sizes showed in my media sizes while using the “Simple Image Sizes” plugin to display the media sizes.
    2020-03-22_121551.png

    Best regards,
    Mike

    in reply to: Category boxes with images bottom of post #1195268

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: How to change comment box text? #1195266

    Hi,
    I’m so glad this is working for you :) While it was hard, I now have that satisfied feeling :)
    We will close this and look for your next “easy” question ;)

    Best regards,
    Mike

    in reply to: Content Mismatch With Post & RSS Feed #1195265

    Hi,

    @Isotopper
    If I understand correctly you are using a “Getresponse” plugin which gets the “title” from the data “description” when using the Advanced Layout Builder.
    Yet it works correctly when you use the Classic Editor?
    I’m not sure what we can do to change this behavior, many plugins can not read our Advanced Layout Builder shortcodes correctly, so this is probably what the issue is.

    Best regards,
    Mike

    Hi,
    Very good, so how do you want the links to look “on-hover” and not “on-hover”?

    Best regards,
    Mike

    in reply to: Category boxes with images bottom of post #1195261

    Hi,
    Glad we could help, shall we close this then?

    Best regards,
    Mike

    in reply to: Notification CUSTOMIZATION #1195260

    Hi,
    I see, with that shortcode the class is correct and working.
    2020-03-22_111556.png
    I guess I don’t understand what your question is.

    Best regards,
    Mike

    in reply to: Allowed memory exhausted #1195259

    Hi,
    Your MonsterInsights seems to load slowly on your dashboard, have you tried disabling your plugins to find which one is hogging the resources?
    Have you asked your web host for help changing the memory limit?
    I have not seen any sites having trouble with the layerslider with a Memory Limit of 256M.

    Best regards,
    Mike

    in reply to: How To Get Home Page Image with Moving Text on Top? #1195258

    Hi,
    Sorry, I don’t have an iPhone, but please try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top .slideshow_caption {
        left: 50% !important; 
        width: 70% !important; 
    }
    .slideshow_align_caption > H1.avia-caption-title {
    	font-size: 20px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Enfold accordion not visible in a popup window #1195254

    Hi,
    Thank you for the login, first, your popup didn’t have a trigger set, so I added the “click” trigger to it, then the “popup maker” plugin seems to try executing the shortcodes outside the builder so it is necessary to set the option Enfold Theme Options > Performance > Disable Template Builder Elements > Always load all elements so the shortcodes will fire.
    and then add this function to your functions.php, which I did for you.
    Now the “accordion” works in your popup, but not your “animated numbers”, probably because the animation for the numbers was fired on page load, not on popup load.
    You may wish to try a popup plugin such as WP Popups which seems to work fine “out-of-the-box”.

    Best regards,
    Mike

Viewing 30 posts - 17,701 through 17,730 (of 35,074 total)