Forum Replies Created

Viewing 30 posts - 30,331 through 30,360 (of 34,549 total)
  • Author
    Posts
  • in reply to: Google Font Lora Regular Italic doesn't show up #889875

    Hi,
    I found the error, both were named the same, so I changed one to “Lora italic” it now shows at the very bottom of the list and the other is midway. Please check.

    Best regards,
    Mike

    in reply to: Woo Cart not formatting correctly #889872

    Hi,
    Glad to hear, thanks for using Enfold.

    Best regards,
    Mike

    Hey ucbrianinla,
    I suggest setting your mobile menu to become activate at 768 by going to Enfold Theme Options > Main Menu > Menu Items for mobile
    Then Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 1088px) and (min-width: 769px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 6px;
    font-size: 10px;
    }
    
    .main_menu {
    margin-right: -50px;
    }
    
    .logo img {
    width: 140px;
    }
    }

    This will cover between 769px and 1088px above that your menu & logo will fit.
    If you have other css to address this issue try removing it so there won’t be a conflict.
    please see screenshot in Private Content area of this working at 1024px

    Best regards,
    Mike

    in reply to: Link Post format in Magazine title not linking out #889868

    Hey janicenisha,
    The post is from 2015 and the changes in post: https://kriesi.at/support/topic/enfold-magazine-post-with-link-format-does-run/#post-435156 are already in the file. So I wonder if you just need to add the function to functions.php, I don’t think it will work though due to it’s age.
    I’m still not sure what you are trying to do, can you explain?

    Best regards,
    Mike

    in reply to: Large white space in the tab section element. Need help! #889867

    Hey Nate,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Icon Box Transparency #889866

    Hi,
    I figured the URL out :)
    Try this code in the General Styling > Quick CSS field:

    #top.home .avia-builder-el-11 .iconbox_content,#top.home .avia-builder-el-13 .iconbox_content,#top.home .avia-builder-el-15 .iconbox_content {background: rgba(248, 248, 248,0.7)!important; }

    adjust the number to suit.

    Best regards,
    Mike

    in reply to: Icon Box Transparency #889865

    Hey KellyKilgallon,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Large thumbnail blurry #889863

    Hey KK,
    It looks like your image is 450×450 and showing at 704×704 thus it is blurry. I changed your thumbnail size and it seemed to improve, please check.
    2017-12-17_171701

    Best regards,
    Mike

    in reply to: Woo Cart not formatting correctly #889858

    Hi,
    These are the errors you have on the check out page:
    2017-12-17_165534
    You have 2 elements with non-unique id #_wpnonce, meaning that you need to rename one of them. Read here for more info: https://goo.gl/9p2vKq (link from the console)
    The other error (The SSL certificate used to load resources from https://www.paypalobjects.com will be distrusted in M70) leds to this statement:

    by December 1, 2017, Symantec will transition issuance and operation of publicly-trusted certificates to DigiCert infrastructure, and certificates issued from the old Symantec infrastructure after this date will not be trusted in Chrome.

    If the SSL certificate is distrusted, then resources such as styling will not load. Your check out seems to be with PayPal, the source for the SSL certificate. Please check with PayPal if there is a solution.

    Best regards,
    Mike

    in reply to: I couldn't make any changes in home page. #889856

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

    #text-3 .textwidget p,#text-6 .textwidget p {font-weight: 300 !important; }

    For the “Rooms to Rent”:

    #top.home .avia-builder-el-5 {margin-top: 50px !important; }

    And for making changes to your homepage, first try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    If that doesn’t help, Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    Hey SuperSportsUAE,
    Oddly there was no rule for text alignment at mobile, so the browser was choosing center, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    li {text-align: left !important;}
    }

    Best regards,
    Mike

    in reply to: Google Font Lora Regular Italic doesn't show up #889851

    Hi,
    I added it as H1 and it seems right?
    2017-12-17_162356

    Best regards,
    Mike

    in reply to: Sticky sub menu on mobile #889848

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

    Best regards,
    Mike

    in reply to: Gallery scroll appearance bug #889846

    Hi,
    Perhaps this will help: https://kriesi.at/support/topic/disable-rollover-in-gallery/#post-493229

    Best regards,
    Mike

    in reply to: Numbered icon list #889844

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

    Best regards,
    Mike

    in reply to: Minimum width for a cell with grid row element #889842

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

    Best regards,
    Mike

    in reply to: Google Fonts in Enfold #889841

    Hi,
    1. The function is added at the end of your functions.php file in Appearance > Editor or via FTP
    2. You can upload the file to the wp-content\uploads\yourfont\ folder, typically it will be a group of files such as .ttf & .woff & others. When you download the font it comes with instructions on the folder to upload and the code to add.
    3. Your custom css should be added to your child theme css or in the General Styling > Quick CSS field if your using the parent theme.
    You may find using Use Any Font easier.

    Best regards,
    Mike

    in reply to: Video and enfold #889840

    Hi,
    Thanks a lot for your patience and for using Enfold.

    Best regards,
    Mike

    in reply to: How to target all pages except from one with a CSS code? #889838

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

    Best regards,
    Mike

    in reply to: Admin Interface is broken #889837

    Hi,
    You are getting a 403 error “forbidden” you also are getting this error message:

    Failed to load plugin url: http://www.yoursite.de/wp-content/plugins/advanced-ads/admin/assets/js/shortcode.js

    Please check your file permissions via ftp: Fix File and Folder Permissions
    2017-12-17_154538

    Best regards,
    Mike

    in reply to: Seperate Colors in Main Menu #889834

    Hi,
    If I understand correctly, you would like the background-color of the button yellow, try this css:

    #top #wrap_all .header_color #menu-item-744.av-menu-button-colored>a .avia-menu-text {
    	background-color: yellow!important; 
            color: red !important;
    }

    I made the text color red so you can see it, adjust to suit.

    Best regards,
    Mike

    in reply to: My main menu drop downs sub menu disappears #889833

    Hey RockSolidGear,
    Your opacity is set to 0.0820258 for the sub-menu, it seems to be an in-line style and not in a style sheet. I’m not sure where this would have been added, but Try this code in the General Styling > Quick CSS field:

    .sub-menu {opacity: 1 !important; }

    Best regards,
    Mike

    in reply to: Enable Video Controls Pause/Play w/background video #889830

    Hi,
    Thank you for the demos, it explained well. While looking at bfor2, my idea was to make the max-height for the container that holds the button smaller, because as now the padding covers the whole screen, which is why you can’t click the video. But the video is playing as the background of a color section, so the button’s container can’t be smaller without disturbing the video.
    How about using the layerslider with the video as one slide and the button as another slide on top. I believe this would work better.
    Can you give this a try?

    Best regards,
    Mike

    in reply to: Google Font Lora Regular Italic doesn't show up #889827

    Hi,
    I have added the function and the font seems to be available for you now, please check.

    Best regards,
    Mike

    in reply to: Video and enfold #889823

    Hi,
    I see the issue is with only self hosted videos.
    This issue is being addressed by the dev team. For now it seems that uploading your video to youtube and using the youtube link in the video element will work for now.

    Best regards,
    Mike

    in reply to: Video not showing any longer #889822

    Hi,
    Have you tried uploading your video to youtube and using the youtube link in the video element for now?

    To downgrade, upload manually via FTP: https://vimeo.com/67209750

    Best regards,
    Mike

    in reply to: Append link on copied text #889821

    Hey alice_c_r,
    I gave Append Link on Copy a quick test and it worked well with Enfold. While it is older, there doesn’t seem to be a lot of interest in this function, leading to the lack of updates. Yet while it doesn’t use the WordPress core to do the job, there would be no updates needed.
    Enfold doesn’t offer this function, and editing your functions.php would be using the same code. I suggest giving it a try.

    Best regards,
    Mike

    in reply to: Add html in Masonry excerpt – problems! #889820

    Hi,
    Yes they will not work with the masonry, but Advanced Excerpt
    will work with the blog posts in Enfold. I tested it while I was working on your issue.

    Best regards,
    Mike

    in reply to: add schema to single page of site #889818

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

    Best regards,
    Mike

    in reply to: Change space between Promo Boxes #889813

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

    Best regards,
    Mike

Viewing 30 posts - 30,331 through 30,360 (of 34,549 total)