Forum Replies Created

Viewing 30 posts - 721 through 750 (of 2,122 total)
  • Author
    Posts
  • Hey pgridneff,

    Thanks for getting in touch with us!

    In the extra info area add this instead – <a href="tel:+1-800-555-5555" rel="nofollow">Call 1-800-555-5555</a>

    Best regards,
    Jordan

    • This reply was modified 8 years, 5 months ago by Jordan.
    in reply to: WPML language switcher centered on sidebar logo menu #654611

    Hey L,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    in reply to: Footer Widgets #654608

    Hey mnakhai,

    Thanks for getting in touch with us!

    I could open and make changes to both footer widgets you have added. See my screenshots in the private section.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Jordan

    in reply to: Mega Menu alignment issues #654605

    Hey xuamox,

    Thanks for getting in touch with us again!

    You can add the following CSS along with the one you added above:

    #top #header .avia_mega_div > .sub-menu > li > ul {
        left: 0px !important;
    }

    Best regards,
    Jordan

    in reply to: Continuous Page Refreshing #654597

    Hey Catherine,

    Thanks for getting in touch with us!

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
    In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)

    Best regards,
    Jordan

    in reply to: Button size all the same for medium size button #653467

    Hi,

    Would you mind providing login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    Hi,

    Thanks for the info!

    Please also add the following code:

    .sub-menu.avia_mega_hr {
        padding-top: 0px !important;
    }

    Also the text is no longer bold. Please try clearing your browser’s cache and refreshing the page.

    Best regards,
    Jordan

    in reply to: entry space probem #653447

    Hi,

    Glad to have been of help!

    Best regards,
    Jordan

    in reply to: Button size all the same for medium size button #653446

    Hi,

    Thanks for sharing the link!

    Your buttons are size medium but in your code you have used the CSS class .avia-size-large. Try changing your code to the following:

    .avia-button.avia-size-medium { 
    min-width: 260px; 
    padding: 30px 60px; 
    }

    Best regards,
    Jordan

    in reply to: Share Buttons On Every Page??? #653444

    Hi,

    It’s not a problem. Glad you were able to fix the issue and feel free to reach out to us again if you need anything else.

    Best regards,
    Jordan

    Hi,

    Could you please provide a login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    Hey Eoghan,

    Thanks for getting in touch with us!

    Ensure that all files have the correct permissions: https://codex.wordpress.org/Changing_File_Permissions

    Also could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    in reply to: Header Title and Breadcrumbs #653400

    Hi,

    Thanks for getting back to us with the information!

    I logged in and changed the Title and breadcrumbs settings in the theme options and it displayed on your website. You can see my screenshot in the private section.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Jordan

    Hi,

    The hover effect works on my end without having to scroll down and the current menu is highlighted.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Jordan

    in reply to: Promo Box question on Enfold Theme #653391

    Hey LaniBuess,

    Thanks for getting in touch with us!

    The green background color is added to the promo box element itself. Please go to edit the promo box and remove any background color that is set.

    To change the color of the text on the button, please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av_promobox .avia_iconbox_title {
        color: black !important;
    }
    

    Best regards,
    Jordan

    Hey znong51,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #header .mega_menu_title a {
        font-size: 15px;
        font-weight: initial;
    }
    
    #top #header .avia_mega_div > .sub-menu {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    

    Best regards,
    Jordan

    in reply to: logo #653387

    Hi,

    You’re welcome! Sorry we couldn’t be of much help with the image but feel free to reach out to us again if you have any other questions.

    Best regards,
    Jordan

    in reply to: entry space probem #653386

    Hey Alperito,

    Thanks for getting in touch with us!

    You wish to fill the space on either side of your content, correct? Please go to the General Layout under the Enfold theme options and select the layout that you wish to use.

    Best regards,
    Jordan

    in reply to: problem with commenting area #653385

    Hey Alperito,

    Thanks for getting in touch with us!

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Jordan

    in reply to: Hide color section on desktop and tablet #653382

    Hi,

    You’re welcome Andreas, glad to hear it works! Feel free to reach out to us on the forum again if you need anything else.

    Best regards,
    Jordan

    in reply to: logo #653381

    Hi,

    It was placed in a Fullscreen slider element to be displayed on Home V7 in the demo.

    Best regards,
    Jordan

    in reply to: Text rechts neben Logo #653379

    Hi,

    Glad to hear this has also worked!

    Best regards,
    Jordan

    in reply to: Phone bar #653377

    Hi,

    You’re welcome, glad to hear it works!

    Best regards,
    Jordan

    in reply to: Hide color section on desktop and tablet #653230

    Hey Andreas,

    Thanks for getting in touch with us!

    Please try the following code:

    #nameofsectionid {
    display: none !important;
    }
    
    @media only screen and (max-width: 767px) {
    #nameofsectionid {
    display: block !important;
    }
    }
    

    Best regards,
    Jordan

    in reply to: Footer background image dimension #653142

    Hi,

    Yes for mobile you could try:

    @media screen and (max-width: 767px) {
    .footer_color {
        background: #93a080 url(//yourimage.jpg) center center;
    }
    }

    Just change the image URL. Let me know how it goes.

    Best regards,
    Jordan

    in reply to: Mega menu not displaying text on mobile #653139

    Hey Alex,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #mobile-advanced .mega_menu_title {
        color: #FFFFFF !important;
    }
    

    Best regards,
    Jordan

    in reply to: Phone bar #653137

    Hey Luisgasser,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #header_meta{
        background-color: #13171B !important;
    }
    

    Best regards,
    Jordan

    in reply to: logo #653135

    Hey jelle,

    Yes that’s simple a pic, you would need to use Photoshop or another photo manipulation software if you really need to change it.

    Best regards,
    Jordan

    in reply to: Masonry sorting tabs keep showing empty tabs #652935

    Hi,

    Thanks for getting back to me!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .text-sep.avia_hide_sort {
        margin: 0px !important;
        border: none !important;
    }
    

    Best regards,
    Jordan

    in reply to: Full screen Google Map embed code using custom map? #652929

    Hi,

    Thanks for getting back to me!

    I added the !important tag to the ‘max-width: 100%’ part of the code I gave you before. That forced it fullscreen.

    Let me know if you need further assistance.

    Best regards,
    Jordan

Viewing 30 posts - 721 through 750 (of 2,122 total)