Forum Replies Created

Viewing 30 posts - 30,841 through 30,870 (of 33,819 total)
  • Author
    Posts
  • 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

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

    Hi,
    Did you add “my-bold-text” to the “Custom Css Class” in your element where you are going to use the blue bold?
    2017-09-16_101428
    I tried to login to check, but the default login page is not found (/wp-admin/) what is your login url?
    please add a url to one post where you are going to use the blue bold so we can check.

    Best regards,
    Mike

    in reply to: No space between image and footer/socket area #850248

    Hi,
    I went to your site, though the link above, but didn’t see the link in your socket. Can you make a screenshot of how you want your socket to look, placement of all links, and please include a admin login in the private content area so we can help?

    Best regards,
    Mike

    in reply to: Changing Site Logo to Text #850246

    Hi,
    Can you please explain what you are trying to change in the footer? Perhaps a screenshot of what you would like to see?

    Best regards,
    Mike

    in reply to: centered logo width limited to 605px? #850244

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

    Best regards,
    Mike

    in reply to: WooCommerce show sold products #850242

    Hi,
    Shall we close this then?

    Best regards,
    Mike

    in reply to: Getting Things Aligned on Mobile #850240

    Hi,
    Shall we close this then?

    Best regards,
    Mike

    in reply to: centered logo width limited to 605px? #850239

    Hi,
    shall we close this then?

    Best regards,
    Mike

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

    Best regards,
    Mike

Viewing 30 posts - 30,841 through 30,870 (of 33,819 total)