Forum Replies Created

Viewing 30 posts - 25,411 through 25,440 (of 34,867 total)
  • Author
    Posts
  • in reply to: Event Espresso Featured Image not showing in liste #1004483

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Weird problem when underlining paragraph text #1004482

    Hi,
    This is the css causing it:

    #top .all_colors u, #top .all_colors span[style*='underline;']{color:#719430;line-height:1.4em;font-family: 'Caveat', 'Helvetica Neue', Helvetica, Arial, sans-serif;text-decoration:none !important;display:inline-block;}

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

    #top .all_colors .av_textblock_section p span[style*='underline;']{
    color: inherit !important; 
    line-height: inherit !important; 
    font-family: inherit !important;
    text-decoration: underline !important;
    display:inline-block;
    }

    Best regards,
    Mike

    in reply to: Burger/Mobile Menu / How can I get it bigger/thicker? #1004479

    Hi,
    Thank you, Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Event Espresso Featured Image not showing in liste #1004477

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Adjusting Viewport Breakpoint #1004475

    Hi,
    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Cant save settings – "Saving didnt work! " #1004474

    Hey sommersystems,
    I took a look and see you are getting this error from your server:

    Failed to load resource: the server responded with a status of 403 (Forbidden)

    Please see this article: Fixing 403 Forbidden Error

    Best regards,
    Mike

    in reply to: Event Espresso Featured Image not showing in liste #1004469

    Hey 360airwalk,
    To show the image, Please try this code in the General Styling > Quick CSS field:

    #top.post-type-archive-espresso_events .small-preview {
        display: block !important; 
    }

    Best regards,
    Mike

    in reply to: Adjusting Viewport Breakpoint #1004468

    Hi,
    Glad Vinay could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Allow registred user upload portfolio elements #1004466

    Hey tavomenas,
    You can allow users to do this, but they would need to have the role of “Author” which will allow them to create, upload, & publish.
    Since you don’t want them to publish, you should use a plugin such as: User Role Editor
    Here is a article about How to Add Custom User Roles in WordPress

    Best regards,
    Mike

    Hey sandrameyer,
    To hide the form labels open your mailchimp element & go to the form styling tab and check the Hide Form Labels box:2018-09-01_150024
    This will make the form use gray placeholder text instead.
    To change the font, Please try this code in the General Styling > Quick CSS field:

    ::-webkit-input-placeholder {
        color: #919191 !important;
        font-family: Roboto !important; 
        font-size: 10px !important;
    }
    :-moz-placeholder {
        color: #919191 !important;
        font-family: Roboto !important; 
        font-size: 10px !important;
    }
    ::-moz-placeholder {
        color: #919191 !important;
        font-family: Roboto !important; 
        font-size: 10px !important;
    }
    :-ms-input-placeholder {
        color: #919191 !important;
        font-family: Roboto !important; 
        font-size: 10px !important;
    }

    Best regards,
    Mike

    in reply to: Weird problem when underlining paragraph text #1004463

    Hey thomasoo,
    This looks like a css rule overriding the default, please link to the page so we can examine it.

    Best regards,
    Mike

    in reply to: Lightbox not working #1004462

    Hi,
    I took a look at your site and I notice this warning when I click on your image, while the lightbox is trying to open

    VM5738 wpforms-form-abandonment.min.js:1 Resource interpreted as Document but transferred with MIME type image/jpeg: "your-ulr/wp-content/uploads/2014/02/rectangular-gallery_0000_main_mlc_on_chairlift.jpg.jpg".
    abandonClick @ VM5738 wpforms-form-abandonment.min.js:1
    dispatch @ VM5679 jquery.js:3
    r.handle @ VM5679 jquery.js:3
    Navigated to your-url/wp-content/uploads/2014/02/rectangular-gallery_0000_main_mlc_on_chairlift.jpg.jpg

    I believe your “Form Abandonment Addon” for WPForms is redirecting the lightbox clicks, please try ddisabling the addon and/or WPforms temporary to test.

    Best regards,
    Mike

    in reply to: MySQL Requirements #1004455

    Hey patde22,
    Sorry for the late reply, unfortunately I don’t have v5.5 to test with, so please try to install on your server.
    If you would like to use a free server for testing Hyper.Host offers a free plan.

    Best regards,
    Mike

    in reply to: using :before to add an icon and a link #1004452

    Hi,
    Sorry for the late reply, I believe you are looking for:
    \enfold\config-templatebuilder\avia-shortcodes\blog\blog.php

    Best regards,
    Mike

    in reply to: Split the content into pages #1004444

    Hi,
    I understand that at first you were using the WordPress default editor and when you added your page breaks your anchor links didn’t point to the right pages anymore, to correct you will need to adjust the links in your table of contents, because they needed to point to a different page. Here is and example:

    
    <a href="#Anchor2">Fish & Seafood</a>
    
    <a href="?your-page&page=2#Anchor3">Poultry</a>
    
    <a href="?your-page&page=3#Anchor4">Meat</a>
    

    Note how the first link doesn’t have the page added, because it is pointing to the anchor on the same page, where the others need to point to other pages.

    If you want to use the advanced layout builder you will need to break your content into your pages and manually create them.

    Best regards,
    Mike

    in reply to: Change woocommerce price position on single product page #1004427

    Hi,
    I believe I have it this time, I changed the function in your functions.php to this:

    function move_price(){
      ?>
      <script>
     jQuery(window).load(function(){
      jQuery( '.av-woo-purchase-button p.price:nth-child(odd)' ).insertBefore( '.special-heading-border' );
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'move_price');
    

    and I added this code in the General Styling > Quick CSS field:

    .single-product.woocommerce-page .av-special-heading-h3 p.price:nth-child(odd)  {
    display: none !important;
    }

    to remove the second price.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to change Icon Box Font Size? #1004387

    Hi,
    Ok, can I at least see your site without logging in?
    Ok, so let’s talk about your site not updating after you make changes…
    Please explain how you are making your font choice, from within the theme option or with custom code?
    Please disable: Enfold Theme Options > Performance > JS & CSS file merging and compression
    and change this setting to: Enfold Theme Options > Performance > Disable Template Builder Elements > Always load all elements
    Please disable any and all caching plugins, and any CDN (content delivery network) plugins/settings, please note that Jetpack has a CDN setting.
    Please check your webhost and disable any server side caching.

    Best regards,
    Mike

    in reply to: Color links #1004376

    Hi,
    Sorry for the late reply,
    1: to have all of the links blue, please change this css:

    #top .all_colors a strong {
        color: #1a0dab !important;
    }

    to this:

    #top .all_colors a strong,#top .main_color strong a {
        color: #1a0dab !important;
    }

    2 & 3: I believe you are referring to the submit button under the comment form, & the other buttons on the other page, please try this css for all of these buttons:

    /*button color*/
    .main_color input#submit.submit,.main_color .avia-button.avia-color-theme-color {
        background-color: red !important; 
        color: #ffffff !important;
    }
    /*button hover color*/
    .main_color input#submit.submit:hover,.main_color .avia-button.avia-color-theme-color:hover{
        background-color: blue !important; 
        color: #ffffff !important; 
    }

    I have included the color & the hover color so you can adjust to your needs.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004363

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: How to change Icon Box Font Size? #1004362

    Hi,
    Try adding the info in the Private Content area, and also add some text in the main area, such as “Please see below”
    Sorry but without seeing your site I can’t offer the correct solution.

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004357

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: LayerSlider – Demo Slider Missing #1004354

    Hi,
    The demo doesn’t come with that slider, but you could “right-click > save-as” the two images from the demo site and add them to your easy slider.
    As for the slider on your homepage, I’m not sure what white space you mean, but please check that when editing the page, in the editor sidebar named “Layout” see if the header is set to “transparency ” this would hide the white background of the main menu, if so, then chamge.
    If this doesn’t help, then please include a screenshot of the issue.

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004344

    Hi,
    Thanks, the issue was your string of dashs in your css, I commented it out like this

    /*--------*/

    and now the code I added works, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004330

    Hi,
    Thank you for removing it. When testing this code:

    @media only screen and (min-width: 768px) { 
    .html_header_sidebar #top #header.av_never_sticky {
        position: fixed!important;
    }
    }

    the mobile menu is not sticky, and at tablet and above the sidebar menu is sticky.
    Perhaps when you tested it you needed to clear your cache, or there is an error in your css.
    If you include a admin login we could take a look.

    Also with this code your logo shows on the mobile menu, did you want that?

    Best regards,
    Mike

    in reply to: "Responsive Mbile Menu" – is sticky #1004310

    Hi,
    Please try removing your code above and use this code instead:

    @media only screen and (min-width: 768px) { 
    .html_header_sidebar #top #header.av_never_sticky {
        position: fixed!important;
    }
    }

    If this doesn’t help, please leave your code removed so I can test without it.

    Best regards,
    Mike

    in reply to: Footer Widget Title Bold #1004264

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Blog Widget Styling Preview Styling #1004263

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Image in header #1004262

    Hi,
    This should be possible with some css like this:

    #media_image-2 {
        top: -100px;
    }

    But I don’t see the image on your site anymore so I can’t adjust the code to the correct calculation, please add the image back and adjust the negative number to suit, or let us know and we can assist.

    Best regards,
    Mike

    in reply to: Reduce space between taxonomy line #1004260

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Burger/Mobile Menu / How can I get it bigger/thicker? #1004259

    Hi,
    Yes the navigation works correctly on my mobile and desktop, because I am logged in to your WordPress site.
    If I log out of your WordPress site then all of the navigation links are redirected to the homepage.
    This is due to your settings at: Enfold Theme Options > Maintenance Mode.
    Please un-check this option, or login to your WordPress admin page.

    Best regards,
    Mike

Viewing 30 posts - 25,411 through 25,440 (of 34,867 total)