Forum Replies Created

Viewing 30 posts - 32,551 through 32,580 (of 33,332 total)
  • Author
    Posts
  • Hey mjakubicek,
    Can you please explain how you believe there is an error and what are the signs of the error?
    Because when a visitor fills out your contact form, WP uses your web host (php mail) to send it to you. It is not sent by Yahoo, or any others. Now is you are using Yahoo for your business (contact form) and you test your form with your yahoo address it will be blocked, this is well documented, but it does not affect real contact email from visitors. Any other deliverably issues with your web host mail could be pointing to a black listed IP.

    Best regards,
    Mike

    in reply to: Lightbox Backgournd Color #778312

    Hi,
    Try different opacity settings, 1 is full color, 0.9 is next step down, all the way to 0

    .mfp-bg {
    background-color:#1D6047 !important;
    opacity: 1 !important;
    }

    Best regards,
    Mike

    in reply to: Accordion toggle font sizes and formatting #778310

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

    Best regards,
    Mike

    in reply to: Tracking Button (call) For FullScreen Slider #AdwordsTag #778308

    Hey alsonjonsolutions,
    Please refer to this link for a possible solution: https://kriesi.at/support/topic/please-clear-this-up-for-em-ga-tracking-2/#post-349057

    Best regards,
    Mike

    in reply to: I am getting diagonal lines all over my posts! #778307

    Hi,
    I don’t see them nether in Chrome, Edge, Firefox, or Safari. What Vinay was saying is in Chrome try right clicking to get the context menu and choose “Inspect” Chrome will show you the developer view of your site and the class of the diagonal lines. If we can’t see it we can’t tell you what code to use to hide it :)
    In the example below I right clicked on a gray horizontal line in your sidebar.
    postimage

    Best regards,
    Mike

    in reply to: Accordion toggle font sizes and formatting #778301

    Hey rvetter,
    Try this code in the General Styling > Quick CSS field:

    .toggler {
    font-weight:800 !important; 
    color: #222 !important; 
    }

    I added the darker font color, but you cam remove if you want :)

    Best regards,
    Mike

    in reply to: Post View Plugin with Child Theme #778299

    Hi,
    I’ve asked for some help with this, it might take a day for them to look at it. Thanks a lot for your patience and for using Enfold.

    Best regards,
    Mike

    in reply to: Underlined Google phone Code #778298

    Hi,
    Oh, my mistake, glad I added that screenshot :)
    Try this code in the General Styling > Quick CSS field:

    a#number_link:hover {
        text-decoration: underline!important;
        color: inherit !important; 
        opacity: 1 !important; 
    }

    Best regards,
    Mike

    in reply to: cant edit my website since last update!!!! #778296

    Hi,
    Please see if for the user that is having the issue, if the “Disable the visual editor when writing” box is checked in the profile.
    If so uncheck it :)

    Best regards,
    Mike

    in reply to: decreasing font size in content slider #778295

    Hi,
    I retested this quick css code and it works on my end, perhaps it was a caching issue, but if you are happy with your work around we will close this. Thank you for using Enfold.

    .new-special-heading h3, h3.slide-entry-title{
    font-size: 18px!important;
    }
    
    .p1, .s1, .slide-entry-excerpt p {
      font-size: 13px!important;
    }

    this makes the text 13px & the headings 18px

    Best regards,
    Mike

    in reply to: Lightbox Backgournd Color #778291

    Hey mcraig77,
    Try this code in the General Styling > Quick CSS field:

    .mfp-bg {
    background-color:#1D6047 !important;
    }

    Best regards,
    Mike

    in reply to: Post View Plugin with Child Theme #778290

    Hey kghorbani,
    First copy the file “single.php” from the Enfold theme and paste in your child theme. Then add your code above to around line 33, see the screenshot, and that will put your “post views” above the title, see screenshot. I know you asked for it to be on the line with the date, and if that is still very important let us know, but this was where I could place it :)
    postimage

    Best regards,
    Mike

    in reply to: Underlined Google phone Code #778283

    Hi,
    Please try to clear your cache, the number didn’t change colors for me on hover.

    Best regards,
    Mike

    in reply to: Glossy icon regular and hover #778282

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top #menu-item-search a:hover, 
    .html_header_top.html_header_sticky #header #menu-item-search a {
    color:#1D6047!important;
    }

    Change the color to what you want for non-hover, use this with your other code that controls the hover color.

    Best regards,
    Mike

    in reply to: Custom social icon #778269

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

    Best regards,
    Mike

    in reply to: Blog post in tab section with author image on the left #778268

    Hey Krzysztof,
    I believe I understand, you want the blog post to have the author image to the left and the post full width. Yet when you remove the sidebar the author image is centered. My first thought is if you have nothing in the sidebar it will take no space, My second thought is that you have a Two_Fifth column with nothing in it keeping the blog post from being full width, have you tried removing it? If you leave all as is and try this code in the General Styling > Quick CSS field:

    .avia-builder-el-4 {
    display: none !important; 
    }
    .avia-builder-el-2 {
    width: 95% !important; 
    }

    I achieve your result, I believe.
    postimage
    Hope I understood correctly.

    Best regards,
    Mike

    in reply to: Advanced Layout Builder debug mode not working properly #778255

    Hey maxndi,
    I believe I understand, you wanted to use the debugger to copy portfolio entries. You also had a white space at the top of the post. I logged in and viewed each post, which all had the white space at the top created by the “Color Section Element”, so coping and pasting the debug code will just keep adding it. I removed the “Color Section Element” from /profilgleiter-flach-2/ created /profilgleiter-flach-4/ and pasted the debug code and it worked fine. Please let us know if this answers your question.

    Best regards,
    Mike

    in reply to: Post Masonry with Category Filter on IE9 #778241

    Hey scherar,
    Try this code in the General Styling > Quick CSS field:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }
    
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Best regards,
    Mike

    in reply to: Mobile problems #778236

    Hey huckle,
    It seems to be working now, maybe the move was still populating at the time? Please check again.
    https://search.google.com/search-console/mobile-friendly?id=zEP_7NQqWH-IJgqURMHstw
    http://www.responsimulator.com/?url=http%3A%2F%2Fdomainholdings.com%2F
    postimage
    Best regards,
    Mike

    in reply to: General Question on WordPress Comments Notification #775201

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

    Best regards,
    Mike

    in reply to: Blog Thumbnails #775199

    Hi,
    The two sites are not the same, the first site had the images to the left side and the second one had the images above. You should compare the two post types to see which options are selected. I can see that two have different classes which means they have different options selected.

    Best regards,
    Mike

    in reply to: Why do testimonials have extra padding on mobile? #775194

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

    Best regards,
    Mike

    in reply to: Reduce Padding Under Blog Title #775193

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .av-vertical-delimiter {
    display: none !important; 
    }

    Best regards,
    Mike

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

    Best regards,
    Mike

    Hi,
    Das ist eine gute Nachricht, wir werden das jetzt schließen. Vielen Dank für die Verwendung von Enfold.

    Best regards,
    Mike

    Hi,
    You may find this solution helpful: https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/

    Best regards,
    Mike

    in reply to: Display video in a lightbox after a click on an image #775187

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

    Best regards,
    Mike

    in reply to: Woocommerce single product image #775182

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Try removing lines 64 – 84 of single-event.php, it should look like:

    			<div class='av-single-event-meta-bar'>
    				
    					<div class='av-single-event-meta-bar-inner'>
    					
    					<!-- Event meta -->
    					<?php do_action( 'tribe_events_single_event_before_the_meta' ) ?>
    						<?php
    						/**
    						 * The tribe_events_single_event_meta() function has been deprecated and has been
    						 * left in place only to help customers with existing meta factory customizations
    						 * to transition: if you are one of those users, please review the new meta templates
    						 * and make the switch!
    						 */
    						if ( ! apply_filters( 'tribe_events_single_event_meta_legacy_mode', false ) )
    							tribe_get_template_part( 'modules/meta' );
    						else echo tribe_events_single_event_meta()
    						?>
    					<?php do_action( 'tribe_events_single_event_after_the_meta' ) ?>
    				
    				</div>
    			</div>

    Be sure to save a backup copy. Your still working on your localhost right?

    Best regards,
    Mike

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 32,551 through 32,580 (of 33,332 total)