Forum Replies Created

Viewing 30 posts - 29,101 through 29,130 (of 35,168 total)
  • Author
    Posts
  • in reply to: How to make icons smaller only on mobile? #925228

    Hi,
    Please add .studioicons to the code like this:

    #top .studioicons .iconbox_icon {
    	font-size: 100px !important; /* Icon size */
    	width: 74px !important; /* Container size */
    	height: 74px !important; /* Must be the exact same value as the width */
    }

    Best regards,
    Mike

    in reply to: New Product Not Showing #925227

    Hi,
    Glad that it is sorted out, is there anything else we can assist with today, or shall we close this?

    Best regards,
    Mike

    in reply to: Buttons with rounded edge and color background icons #925226

    Hi,
    If you would like this today for the two buttons at the top of your page, please add this code in the General Styling > Quick CSS field:

    .avia-button-center.avia-builder-el-3,.avia-button-center.avia-builder-el-4 {
    display: inline-block !important;
    }
    .avia-button-center.avia-builder-el-3 {
    margin-left: 23%;
    }

    Best regards,
    Mike

    in reply to: header.php error after update #925217

    Hi,
    Thanks for clarifying, I examined your header code and it looks fine with no errors, I also tried to reproduce the issue by replacing my header.php with the pastebin, but could not. So I can only make guesses what had happened, but the key point is that you won’t have any issues the way your header.php stands today.

    Best regards,
    Mike

    in reply to: New Page adding multiples #925211

    Hi,
    WordPress by default creates a single page for each attachment that you have on your site, therefore when you create a new page it gets the -2 added.
    The attachment page is not a true page that you will find listed with your pages, it is dynamically created, but it reserves the permalink.
    One way around this is to go to the image in your media folder and click it so you get the Attachment Details popup, then look for “Edit more details” and click:
    2018-03-11_102156
    Click screen options at the top of the page and check the box “slug”:
    2018-03-11_102405
    Then at the bottom of the page you can change the slug, which is the permalink, to something different so you can create the new page you want.

    Here is another option: How to Hide Media Attachment Pages in WordPress

    Best regards,
    Mike

    in reply to: How to hide or remove woocommerce price sorting option? #925073

    Hi,
    If I understand correctly, you would like to remove the price option:
    2018-03-10_154608
    Try this code in the General Styling > Quick CSS field:

    .product-sorting ul.sort-param.sort-param-order ul > li:nth-child(3) {
    display:none !important;
    }

    Best regards,
    Mike

    in reply to: Anchoring #925065

    Hey Epic,
    Sorry I was unable to login, please check password.
    But I do see you have the class “get-sugared” but in order for anchors to work you need to add a ID.
    currently the url in the Private Content area will work for you

    Best regards,
    Mike

    • This reply was modified 8 years ago by Mike. Reason: move url to Private Content area

    Hi,

    @ttunkel
    seems your site is back up now, has this been resolved?


    @spitsdesign
    glad to hear your issue was also resolved, please note that for future upgrades, if you update via FTP, please delete the enfold theme folder and then upload the new enfold theme folder, or update via the admin panel.

    Best regards,
    Mike

    in reply to: New Product Not Showing #925049

    Hey Nathan,
    I believe the booking calendar is show now, Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Google maps is not working #925047

    Hi,
    Good tip about adding a space after the asterix @Guenni007

    Best regards,
    Mike

    in reply to: How to use the download plug-in? #925043

    Hi,
    Plugins can be installed though the “Add New” button at the top of the Plugin page, and then searching for the one you want to use. Please refer to the plugin author for how to use the plugin: EasyAzon Support

    Best regards,
    Mike

    in reply to: header.php error after update #925032

    Hey alanfeenan,
    Do you mean that you saw the /> from line 32 on the front end of your site, or that you saw /> in line 32 and are questioning it?
    the /> in line 32 is the closing bracket for the meta line, it should be there.

    Best regards,
    Mike

    in reply to: Custom Header Buttons #925028

    Hey Willem7904,
    Please create a folder in your child theme named “includes” and add your modified copy of the helper-main-menu.php inside it.
    Going forward you should not have to add the code again.

    Best regards,
    Mike

    in reply to: Urgent – http 500 error after update #925025

    Hi,
    Glad it is resolved, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: New Page adding multiples #925024

    Hey Darren,
    Do you mean that in your news section you have duplicate content, or that when making a new page with a certain title it shows as a -2 ?
    If it is the -2 issue, then please check your “trash” for the same title and check your “media” for a file with the same title, this will cause your page with the same title to have a -2
    If this doesn’t help, 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: Header and footer load over page content #925022

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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: Footer Widgets not showing in Blog & Portfolio pages. #925020

    Hey rengarajan,
    Please check that for your Blog & Single Portfolio Pages, the Layout > Footer Settings option in the editor is set to “Display the footer widgets & socket”
    If this doesn’t help, 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: right position for mobil #925016

    Hey xianeK,
    In order to get your wish, please try creating your page with a copy of the content in another section below your current content, with all the image elements to the left, and all the text elements to the right. Then set the Screen Options > Element Visibility to hide on mobile for your current content, and hide on desktop & tablet for your new content.
    2018-03-10_141705

    Best regards,
    Mike

    in reply to: Adjusting number of words on Blog for Grid layout. #925015

    Hey Maxyringo,
    You ca adjust the except length by adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 300;
       return $length;
    }

    adjust the “300” to suit. It stands for characters.
    Note that if you have a image in your post within the except length, the length shown in your blog grid will be shorter.

    Best regards,
    Mike

    in reply to: Title of my page is missing #925010

    Hey Sandra,
    Your title is in the gray bar above your content, Please see screenshot in Private Content area.
    If you wanted a larger title in your content area, please try to add a special heading element above your content, or a title with H1 tags around the title.

    Best regards,
    Mike

    in reply to: Buttons with rounded edge and color background icons #925006

    Hi,
    I looked at your page and it seems the buttons already have the radius applied:
    2018-03-10_125848
    Perhaps try clearing your site & browser cache.
    You can change the social icons background-color by adding this code in the General Styling > Quick CSS field with the colors you want:

    #top #wrap_all .av-social-link-facebook:hover  a{color:#fff; background-color:#621AAC!important;  }
    #top #wrap_all .av-social-link-twitter:hover   a{color:#fff; background-color:#621AAC!important;  }
    #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#621AAC!important;  }
    

    Best regards,
    Mike

    in reply to: Layerslider demo content Enfold 2017 #924999

    Hey adjgruv,
    I have included the export of the layerslider demo in the Private Content area that you can import, but your PHP ZipArchive Extension is disabled on your webhost, you will need to ask your webhost to enable in order to use the export. This is also why the layerslider demo didn’t set up correctly.

    Best regards,
    Mike

    in reply to: Hover Color Outline #924986

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

    #header .av-main-nav > li > a > .avia-menu-text:hover {
    border:2px solid rgba(104, 219, 215, 1) !important;
    padding:12px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border-radius: 20px !important;
    }
    #header .av-main-nav > li > a:hover {
    padding: 0 1px !important;
    }

    Best regards,
    Mike

    Hi,
    Thanks @Guenni007, I think you are right, the background of the next section is just barely off, creating a line.
    2018-03-10_112826

    Best regards,
    Mike

    in reply to: contact 7 form not working properly still #924975

    Hi,
    Well done, our job will be easier when everyone deletes IE11 :)
    Anyways, glad we could help, we will close this now, have a great day & Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    I see that your .htaccess doesn’t include the wordpress IfModule mod_rewrite rules:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    you should include this below your AuthType rule, and it would not affect how your AuthType works.
    I couldn’t test because your file has owner / group permissions set to “0 0”
    This makes since as your server path seems to include /homepage/
    Please look on the WordPress > Dashboard > Settings > Permalink Settings, down at the bottom under “Product permalinks” for “Shop base” woocommerce captures your server path.
    That is to say without the wordpress rewrite rules, your server path is pass to the links.
    I hope this makes sense the way I explained it.

    Best regards,
    Mike

    in reply to: Contact Forms not sending. Not in spam or inbox #924959

    Hi,
    @guenni007 I tried to reproduce your error with changing the color scheme of the contact mail form, but I always got the success message & the mail was always sent. Please see if this is the correct set up:
    Enfold 2017 demo, contact form element, email address same as site/admin email, color scheme set to dark, other settings:
    2018-03-10_102032
    no extra functions in functions.php (localhost test) PHP v7.0.3
    message recived:

    Subject: New Message (sent by contact form at v4.2.6)
    To:  (Email address hidden if logged out) 
    X-PHP-Originating-Script: 0:class-phpmailer.php
    Date: Sat, 10 Mar 2018 15:22:07 +0000
    From: " (Email address hidden if logged out) " < (Email address hidden if logged out) >
    Message-ID: < (Email address hidden if logged out) >
    X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer)
    MIME-Version: 1.0
    Content-Type: text/html; charset=utf-8
    
    Name: Mike <br/>E-Mail:  (Email address hidden if logged out)  <br/>Subject: Testing Dark Contact Form <br/> <br/>Message: Testing Dark Transparent Form Color Scheme <br/> <br/>

    I also tested with the function above.

    Best regards,
    Mike

    in reply to: Import only Part of a demo #924951

    Hi,
    I found that publishing your product made it visible. I changed it back to “Draft” so you can try.

    Best regards,
    Mike

    in reply to: Blurry Woocommerce thumbnails #924949

    Hi,
    I took a look and find that your images look good in the shop & on the product page, perhaps your regenerated thumbnails worked and you need to clear your cache?
    Please see screenshots in Private Content area.
    I couldn’t login to investigate further because of a “leaked password” error, Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Picture border in gallery #924944

    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
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones 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

Viewing 30 posts - 29,101 through 29,130 (of 35,168 total)