Forum Replies Created

Viewing 30 posts - 25,501 through 25,530 (of 34,550 total)
  • Author
    Posts
  • in reply to: How to change Secondary Menu color? #994597

    Hey Oliver,
    Do you mean the top bar on your site where the phone number is? It seems the correct color is already set, has this been resolved?

    Best regards,
    Mike

    in reply to: gallery images no lightbox #994592

    Hey nautrino,
    I see you have a child theme with a copy of the header.php in it.
    The header.php has changed, so please add a copy of the current header.php to fix your lightbox issue.
    please save a copy of your old header.php as you may have made changes to it that you will want to do to the new header.php

    Best regards,
    Mike

    in reply to: Bullets for Recent Posts Widget in Sidebar? #994591

    Hey Moondreamer21,
    When you say you want a “custom bullet” is it a image or just the regular dot? Can you link to it.

    Best regards,
    Mike

    in reply to: Text Colour and Icons in top header #994589

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

    .phone .av-icon-char {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
    }

    Best regards,
    Mike

    in reply to: Hide Sidebar Menu #994586

    Hi,
    This css will hide the menu for the whole site, Please add this code in the General Styling > Quick CSS field:

    .avia-menu.av-main-nav-wrap {
    display: none !important;
    }

    This css will hide the menu on only one page, in this case your frontpage:

    #top.home .avia-menu.av-main-nav-wrap {
    display: none !important;
    }

    if you want to target a different page, please let us know.

    Best regards,
    Mike

    in reply to: How to make the special heading align to the right #994584

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

    .main_color .align_right .special-heading-inner-border,.main_color .align_left .special-heading-inner-border {
    border-color: transparent;
    }

    this covers the two classes “align_right” & “align_left” so that it won’t interfere with the rest of your site.

    Best regards,
    Mike

    in reply to: Facebook widget phone #994580

    Hi,
    I’m not sure as I don’t have that browser installed, I would ask at their support on Google Play.

    Best regards,
    Mike

    in reply to: Open sans font weights #994576

    Hi,
    Yes I understand, if you follow the same steps I did above do you get the same result?
    Another option is to try adding the font weight in directly at: enfold\framework\php\font-management\class-avia-type-fonts.php
    on line 726, look for:

    'Open Sans'			=> 'Open Sans:400,600',

    and change to:

    'Open Sans'			=> 'Open Sans:300,400,600,700',

    Best regards,
    Mike

    in reply to: Font Weight Difference in Enfold 4.4.1 #994575

    Hi,
    I believe I figured out the issue, on your main site there seems to be some opacity on the test, I tried to replicate it on your beta site on the frontpage under the heading: “BE UNIQUE. BE CLASSY.” and it seems to match.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    The reason your footer text is not showing on mobile, is because the small screen is making it show higher than the background image, which makes it white text on a white background.
    Please try this code in the General Styling > Quick CSS field to make the background image a little taller to show the text:

     @media only screen and (max-width: 767px) { 
    #top.page-id-983 #av_section_1.avia-builder-el-3 {
        background-size: cover !important; 
    }
    }

    I wrote this for the one page, let us know if you need it for more pages.

    for the hr’s try changing to this:

    <hr style="border-top: 1px dashed #CCBDB8;"/>

    for the extra space above your title, Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.page-id-983 .template-page.content {
        padding-top: 10px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Open sans font weights #994548

    Hi,
    The goal was to register the additional font weights, I tested this on my local by adding the code to my functions.php and then going to Enfold Theme Options > Advanced Styling where I set “All Headings (H1-H6)” to “Open Sans”, font weight “bold”
    Then I checked a heading on my frontpage, which has the font-weight “700”

    Which element are you trying to add the font weight to?
    Please ensure you have cleared your page cache.

    Best regards,
    Mike

    in reply to: Text Colour and Icons in top header #994538

    Hi,
    I added this html to your Enfold Theme Options > Header > Extra Elements > Phone Number or small info text field:

    <span class="phone">[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]<a href="tel://1-555-555-5555">0412 552 293</a></span>
    <span class="calendar">[av_font_icon icon='ue85b' font='entypo-fontello' size='20px'][/av_font_icon]<a href="http://elitemassagesolutions.com.au/book-online/">Book Online</a></span>

    then I added this css to your Enfold Theme Options > General Styling > Quick CSS field:

    .phone .av-icon-char,.calendar .av-icon-char {
        margin-top: -7px;
    }
    .phone a,.calendar a {
    color: #fff !important; 
    }

    I also added a link to your booking page next to your calendar icon.
    Please check and let us know if you need any adjustments.

    Best regards,
    Mike

    in reply to: Facebook widget phone #994524

    Hi,
    Do you mean this browser:
    2018-08-07_130109
    it has built in ad/content blocking, so this would explain your issue.

    Best regards,
    Mike

    in reply to: Body background – General styling #994521

    Hi,
    Is this the image you wish to remove:
    https://ozk.mkk.mybluehost.me/wp-content/uploads/2018/08/driedleaves.png
    we can assist, but we will need a admin login
    Please open a new thread so we can assist, and include your admin login in the Private Content area, but as this is not your thread your login info will not be private.
    To open a new thread please go to:

    then click the big blue button at the top of the forum
    2018-08-07_125447

    Best regards,
    Mike

    in reply to: Menu links not working on mobile version #994392

    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: Transparent header #994347

    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: Remove Quotes & Comma in Audio #994206

    Hi,
    I added the script in a code block on the page. I also changed it so it will work with all of titles. The last one didn’t have a title, hopefully I gave it the correct title.
    Please check.

    Best regards,
    Mike

    in reply to: How to change position Icon box #994202

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

    #top.page-id-572 #whathedoes .avia-icon-list .iconlist_icon {
        height: 30px !important; 
        width: 30px !important; 
        line-height: 30px !important; 
    }

    Please clear your browser cache and check.
    feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Change color and size of full width separator #994199

    Hi,
    Please change your code to:

    #top.home #product_info {
        border-top-color: #efbb20 !important; 
        border-top-width:3px !important; 
        border-top-style:solid !important; 
    }

    if this doesn’t resolve it, please add this code:

    #top.home #after_submenu_1 {
        border-top-color: transparent !important; 
    }

    Best regards,
    Mike

    Hi,
    I was unable to look at your functions.php because the editor is disabled at:
    WordPress > Appearance > Editor
    Please enable it or include ftp access.
    I also see your version of Enfold is old (4.2.6) and should be updated (4.4.1)
    I recommend creating a backup first, and if your webhost offers staging site in your cPanel, I would use it to test how your site will respond to the update.
    staging-1
    staging-2

    Best regards,
    Mike

    in reply to: Menu links not working on mobile version #994187

    Hi,
    You should see two of each of those menu items, the first one is for opening the menu folder, the second it for going to the page.
    Please see the setting at: Enfold Theme Options > Main Menu > Burger/Mobile Menu > Clone title menu items to submenu

    Since you selected to display submenu items on click or on hover, the parent menu item does no longer navigate to the URL it contains, but toggles the visibility of its submenu items. If you want users to be able to open the parent menu URL the theme can create a clone of that item in the submenu

    Please see screenshot in Private Content area.
    Does your screen look like my screenshot?

    Best regards,
    Mike

    in reply to: Hover color of the font on the mobile menu #994183

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: New homepage spacing & font size and weight issues #994180

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

    Best regards,
    Mike

    in reply to: Remove Quotes & Comma in Audio #994178

    Hi,
    Please include a admin login & FTP access in the Private Content area

    Best regards,
    Mike

    in reply to: Enfold read more tag in text block work around #993917

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

    Best regards,
    Mike

    Hi,
    Glad @guenni007 was 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: table padding quick css #993914

    Hey capuchin,
    Please try adding this css:

    .avia-table.tbl_xscape tr:nth-child(1) td:nth-child(1) {
        padding-top: 40px;
        padding-left: 40px;
    }
    .avia-table.tbl_xscape tr:nth-child(1) td:nth-child(2) {
        padding-right: 40px;
    }
    .avia-table.tbl_xscape tr:nth-child(2) td:nth-child(1) {
        padding-bottom: 40px;
        padding-left: 40px;
    }
    .avia-table.tbl_xscape tr:nth-child(2) td:nth-child(2) {
        padding-right: 40px;
    }

    Best regards,
    Mike

    in reply to: Menu links not working on mobile version #993897

    Hey bauchope,
    I took a look at your site with a Android mobile, and all of the burger menu links worked correctly.
    Please describe the steps to reproduce your issue.

    Best regards,
    Mike

    in reply to: Main Menu – reducing space between navigating text #993782

    Hey MarkusLange,
    To remove some space between the menu items, Please try this code in the General Styling > Quick CSS field:

    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
    margin-left: 0px !important;
    margin-right: -5px !important;
    padding-left: 5px !important;  
    }
    .av-main-nav > li > a {
        padding: 0 5px !important; 
    }

    feel free to adjust to suit.

    If you would like some more room, you can make the menu space larger with this:

    #menu-item-shop .cart_dropdown_link {
        padding: 0 19px !important; 
    }
    .responsive .container.container.av-logo-container {
        padding: 0px 20px !important; 
        max-width: 100% !important; 
    }

    again, feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Not able to access all site functions #993781

    Hey shailendra,
    Thank you for the login, when adding a image to your color section for your background, please scroll down though the options and ensure that the image is large. In my test I couldn’t find a image larger than 600px, and most were 300px. So I believe you choose images that are too small to cover the page.
    Please see screenshot in Private Content area of the option I’m referring to.

    Best regards,
    Mike

Viewing 30 posts - 25,501 through 25,530 (of 34,550 total)