Forum Replies Created

Viewing 30 posts - 32,311 through 32,340 (of 35,297 total)
  • Author
    Posts
  • in reply to: Mobile Menu Not Showing #852957

    Hi,
    Try this code in the General Styling > Quick CSS field, this will make the text white on-click so you can read it. Keep the other code also as it makes the text blue before click.

    #av-burger-menu-ul li a:hover .avia-menu-text {
        color: #fff !important;
    }

    To answer your second question, you can use the Enfold Theme Options > Advanced Styling to set your menu colors, choose “Main Menu Links” from the drop down and pick your styles. But you need to do this twice with one time checking the “Apply only to mouse hover state” to ensure you have covered all of the mouse actions.
    I hope you try the css above first, because it’s easier for you.
    Please clear your cache after your changes.

    Best regards,
    Mike

    in reply to: Development site won't display or scroll correctly #852953

    Hey eskitaco,
    Sorry for the late reply, I have fixed your issue, It was because you used the ID “header” in the first color section. I changed it to “header1” and now the page scrolls. Please check whatever css your had for that ID and change it to “header1”

    Best regards,
    Mike

    in reply to: Blog Posts – Image on left / text on right #852952

    Hi,
    Sorry, but this would require exstive customization to work, If you really want this try hiring a freelancer.
    While the image and content can be lined up side by side, the read more button is a part of the content div so it can’t be centered across all devices with just css. The template should be re-written so the image will fit better with the content.
    2017-09-16_155007

    div.big-preview {display: inline-block !important; float: left; width: 300px !important; padding-right: 10px;}
    div.entry-content {display: inline-block !important; float: right; width: 300px !important; padding-left: 10px;}
    

    Wish I could have been more help.

    Best regards,
    Mike

    in reply to: Massive modification #852949

    Hey massimobr,
    I think this is related to this WordPress issue: Fixing a WordPress pagination 404 error Please try the included solution.

    Best regards,
    Mike

    in reply to: Header on side full height #852947

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

    .html_header_sidebar .logo {padding: 10px!important; }

    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Menu in mobile version #852945

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

    @media only screen and (max-width: 767px){
    .responsive #top .av-logo-container .avia-menu {
        left: 20px!important; 

    }}
    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: Center Tabs #852942

    Hi,

    @samvasgr
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Can't Disable Comments on Posts #852941

    Hi,

    @samurai_666

    Please start a new post with the admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Adding images with links to header #852937

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

    Best regards,
    Mike

    in reply to: Headline and breadcrumbs colour #852936

    Hi,
    I took another look and found the word “Blog” in your breadcrumbs was blue and not white, This will fix that:

    .alternate_color strong {color: #e4e6f0 !important;}

    Best regards,
    Mike

    in reply to: Bold element refusing to show as blue! #852935

    Hi,
    Thanks for the info but I’m unable to get to the login page, perhaps you have a security plugin that has changed the login url, please post your full login URL

    Best regards,
    Mike

    in reply to: I'm sharing how to fix a missing SVG header logo #852931

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Page URL keeps putting a -2 at the end #852928

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

    Best regards,
    Mike

    in reply to: Change header colour #852926

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

    Best regards,
    Mike

    in reply to: Updated to 4.1.2. Now all page links will not work! #852925

    Hi,
    It looks like you are using a temporary URL, which may not have the DNS setup correctly, your root url, the dot com before the ~ is giving a 404. Ask your host to check the DNS.
    Another option is this: Temporary URL

    Best regards,
    Mike

    in reply to: ENFOLD – Error after update #852918

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Configure Button "Back to top" #852917

    Hi,
    You can make the changes by adding custom css to your General Styling > Quick CSS field
    For example to make it red add this:

    #scroll-top-link {
        background-color: red!important; 
    }

    Best regards,
    Mike

    in reply to: Enfold in many sites? #852916

    Hey Jesus,
    You would need to purchase a license for each domain.

    Best regards,
    Mike

    in reply to: Page URL keeps putting a -2 at the end #852915

    Hey mckeown2,
    You have a photo in your media with the same name, try changing the name of the file and then you should be able to fix the url.

    Best regards,
    Mike

    in reply to: How to add Glyphicons to Enfold #852914

    Hey Marcel,
    Have you tried to upload the zip file in the “Iconfont Manager”? We have reports that the FlatIcon packs work there, perhaps Glyphicons will too. Another option is the Glyphicons include vectors which can be chosen as a custom image from some of the elements.

    Best regards,
    Mike

    in reply to: Remove debugging code from page source. #852912

    Hi,
    I tested adding this code to the end of your functions.php file in Appearance > Editor:

    add_action('init','avia_remove_debug');
    function avia_remove_debug(){
    	remove_action('wp_head','avia_debugging_info',1000);
    	remove_action('admin_print_scripts','avia_debugging_info',1000);
    }

    and it removed the debug info, do you have a caching plugin that you can clear? Is your host caching your site?
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    Hey handanhy,
    The < character is the the start of an html tag and the > character is the ending character, so these in your table are causing the error. Use this code in your table to replace the symbol and numbers, changing the “100” to your number:

    <span class="html_greater_than">100</span>
    <span class="html_less_than">100</span>

    Then add this code in the General Styling > Quick CSS field:

    .html_greater_than:before { content: '>'; }
    .html_less_than:before { content: '<'; }

    Best regards,
    Mike

    in reply to: Set the Open Sans font lighter #852904

    Hi,
    Try replacing your code with this:

    .title {font-family: 'Open Sans'!important; 
        font-weight: lighter!important; }

    For your test Special Header try:

    h1.av-special-heading-tag {font-family: 'Open Sans'!important; 
        font-weight: lighter!important; }

    Best regards,
    Mike

    in reply to: minimum height #852895

    Hi,
    On that page your Grid Row is the main content, so edit it, making the min height 700px.
    please see screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: Click-to-call on Footer and Header #852890

    Hi,
    Glad we were able to help, shall we close this now?

    Best regards,
    Mike

    in reply to: having problem saving #852889

    Hey afektomer,
    I was able to create a new page called test, with a few elements and it saved correctly, I then set it to draft.
    Please try adding elements to test. If you find at a point that you can’t save the page, Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause. There maybe a conflict with a plugin and one or more elements.
    Please see link in Private Content area.

    Best regards,
    Mike

    in reply to: There is no top button on mobile version #852886

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

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
      display: block !important;
    }
    }

    Best regards,
    Mike

    in reply to: Change header colour #852884

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

    #top .av_header_transparency .phone-info {color: #fff !important;}

    Best regards,
    Mike

    in reply to: I want to add custom fonts i have in zip format #852883

    Hi,
    I would recommend using a plugin such as: Use Any Font
    Here is a video on how to use it: Use Any Font : Installation Here’s another: How to Use Any Font

    Best regards,
    Mike

    in reply to: Remove autopost to Facebook #852879

    Hey mckeown2,
    Go to your WordPress dashboard > Settings > Sharing > Sharing Settings and un-connect your facebook account.
    please see screenshot in Private Content area

    Best regards,
    Mike

Viewing 30 posts - 32,311 through 32,340 (of 35,297 total)