Forum Replies Created

Viewing 30 posts - 32,761 through 32,790 (of 34,546 total)
  • Author
    Posts
  • in reply to: WooCommerce catalogue images are blurry #810710

    Hey Steffen,
    Your site seems to be down, I will try again later. Can you provide a screenshot of a catalogue page image so I’m sure we are looking at the same thing?

    Best regards,
    Mike

    in reply to: Function to edit SEP #810709

    Hey borkent,
    Open functions-enfold.php then find this code around line 415

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/'));

    Change that with

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '>'));

    You can save this as a copy to your child theme folder, I just tested on a new install and it works :)

    Best regards,
    Mike

    in reply to: DISTANCE HEAD TO SUBHEADING #810704

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

    Best regards,
    Mike

    in reply to: Contact form in Chrome #810703

    Hey C-LabMX,
    Try this code in the General Styling > Quick CSS field:

    select option {
        background: #84796B!important; 
        color: #fff!important; 
    }

    Best regards,
    Mike

    in reply to: custom menu colors not working properly #810701

    Hey smorgan7777,
    Can you please provide a screenshot with the colors you would like listed?

    Best regards,
    Mike

    in reply to: Site is showing up as mobile on desktop #810700

    Hey nicolechanphoto,
    I was able to load the desktop version, please see the link in the Private Content area.

    Best regards,
    Mike

    in reply to: Advanced Store Locator Google Map Not Showing #810698

    Hey ronduring,
    Sounds like the plugin has a conflict with the theme, have you checked the plugin support page for a possible fix? Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    Best regards,
    Mike

    in reply to: Negative Space in Blog Element #810696

    Hey dvus4l,
    I couldn’t find the blog section, can you please provide a direct link to it and perhaps a screenshot of the white space areas you would like to remove?

    Best regards,
    Mike

    in reply to: Add to cart onle with mouseover #810694

    Hey studioinktvis,
    Each of these site seem to have custom coding to accomplish this effect. You may be able to find a plugin to do this, or you could hire a freelancer here, or on Upwork. But this kind of customization is beyond the scope of support we can provide here.

    Best regards,
    Mike

    in reply to: INSTALL NEW FONTS WITHOUT CHILD-THEME #810688

    Hey mleite1,
    The child theme is used because we are editing the functions.php, to not use the child theme please try using a plugin such as: http://wordpress.org/plugins/wp-google-fonts/

    Best regards,
    Mike

    in reply to: Show mobile menu on higher resulution #810687

    Hey j0schi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    Hey jbinmn,
    I checked each page on your site and could see your “Schedule Time with Jon” button in the top “extra elements” area. Which page was it not showing on?

    Best regards,
    Mike

    in reply to: Gray header on mobile #810684

    Hi,
    If you only want it for mobile try:

    @media only screen and (max-width: 767px) { 
    #header{
    background:#ffffff!important;
    }}

    Best regards,
    Mike

    in reply to: Mobile Menu Issues #810681

    Hey Marcus,
    I removed:

    .show_mobile_menu #mobile-advanced {
        display: block;
    }

    and added:

    @media only screen and (min-width: 426px) and (max-width: 1023px) { 
    #advanced_menu_toggle {right: 40px!important; }}

    Please clear your cache: [http://www.refreshyourcache.com/en/home/] :)

    Best regards,
    Mike

    in reply to: How to change total posts on grid style? #809419

    Hi,
    Try going to Settings in your main WordPress menu, then Reading, and change the Blog pages show at most number.

    Best regards,
    Mike

    in reply to: Mobile version does not respond right #809418

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

    Best regards,
    Mike

    in reply to: Socket Text #809417

    Hey Picante,
    1. Add the below code to Enfold > General Styling > Quick CSS

    .push-right{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    }
    @media only screen and (max-width:767px) {
    .push-right{
    position:relative;
    right:auto;
    transform:none;
    }}

    2. Add the below html in Enfold > Footer > Copyrights

    <div class="push-right"> Text you like on the right side </div>

    Best regards,
    Mike

    in reply to: Tabs in table not responding on firefox #809415

    Hey lancelot22,
    The Tab Section has some issues with firefox and it has already been reported and our devs are hard at work on it.
    Please try to avoid spaces in the tab names? For instance, if the tab is called Tab 1, then try renaming it to Tab_1.

    Best regards,
    Mike

    in reply to: How to change total posts on grid style? #809409

    Hey aqin_fh,
    I’m not sure what you mean. Can you explain a little more?

    Best regards,
    Mike

    in reply to: Gradient Overlay on Background Image #809408

    Hey KyriK,
    When you add your Color Section, make sure to go to the Section Background Overlay tab and Enable Overlay.
    postimage
    Then you can add your Gradient Overlay code in the General Styling > Quick CSS field:

    .av-section-color-overlay {
    background-image: -webkit-linear-gradient(90deg,#1769ac 10%,#3AA17E 90%)!important;
    background-image: linear-gradient(90deg,#1769ac 10%,#3AA17E 90%)!important;
    }

    Notice the class is “.av-section-color-overlay”, that is because you enabled it above :)
    postimage

    Best regards,
    Mike

    in reply to: Problems with Gallery grid #809405

    Hey helderluis,
    Sorry url can’t be reached, can you add another. Can you also explain a little more, perhaps with screenshots?

    Best regards,
    Mike

    in reply to: SKU Positioning #809403

    Hi,
    OK, I’ll have to try again.
    Can you please include a admin login in the private content area so we can take a closer look?

    Best regards,
    Mike

    in reply to: Upload different image for overlay #809401

    Hi,
    I understand, try inspecting their code, you’ll see they use a class called “.advisor-img” for their image which has transparent edges. and a another class “.onhover” with display:none for the drawings. Hope this helped :)

    Best regards,
    Mike

    in reply to: Shop menu item dropdown size #809398

    Hi,
    It would be more effective to create a solution for you while examining the code of your site :)

    Best regards,
    Mike

    in reply to: Strong Testimonials and Enfold schema #809396

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

    Best regards,
    Mike

    in reply to: Menu is covering top part of anchor points content #809395

    Hi,
    Please try adjusting the padding size. For mobile add this code with a different amount of padding:

    @media only screen and (max-width: 427px) { 
    .anchor { padding-top: 90px; }}

    Best regards,
    Mike

    in reply to: Icon Size & Colour Keep Changing #809393

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

    Best regards,
    Mike

    in reply to: Mobile version does not respond right #809391

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

    @media only screen and (max-width: 767px) { 
    .template-shop div.product div.summary {width: 100%!important;}
    #top div.product .woocommerce-tabs {top: -10px!important;}
    }
    }

    Best regards,
    Mike

    in reply to: Masonry gallery: different thumbnail than picture? #809387

    Hey erhan,
    Mobil cihazlardaki sekme bölümünün başlıklar için arka plan renginin olmadığını görüyorum
    postimage
    Başlıkları arka plan rengini verecek şekilde bu CSS’yi oluşturdum, Bu kodu Genel Stil> Hızlı CSS alanında deneyin:

    @media only screen and (max-width: 767px) {
    .responsive #top .main_color .tabcontainer .active_tab, .tab.fullsize-tab {
        background-color: #c0d6db!important; 
        color: #ffffff!important; 
        border-width: 0 0 5px!important; 
    }}

    postimage
    Enfold’u kullandığınız için teşekkür ederiz.

    Best regards,
    Mike

Viewing 30 posts - 32,761 through 32,790 (of 34,546 total)