Forum Replies Created

Viewing 30 posts - 31,081 through 31,110 (of 33,791 total)
  • Author
    Posts
  • in reply to: Header in stretched layout max-width problem #844376

    Hey lucindaholland,
    Just to be sure I’m looking at the right part, please see screenshot in Private Content area.
    I draw a red box around the header, but it looks like it is not full width to me.
    Is this what you see? Can you add a screenshot of what you would like to see?

    Best regards,
    Mike

    in reply to: Edit theme files #844373

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

    Best regards,
    Mike

    in reply to: Logo in header #844372

    Hi,
    Please change to this:

    #top .logo img.alternate {
        margin-top: 7px!important; 
    }

    Best regards,
    Mike

    in reply to: How can I make the arrows into links on my icon lists? #844369

    Hi,
    Making the icons a link is a feature that has been added since the post you were reading, I went ahead and made this change:
    Edit the Icon List > open the list item to edit the icon > choose the link for the title > choose the “Icon Only” in the “Apply link to icon” option.
    2017-08-26_114041
    Although this made the Icon outer circle egg shaped.
    2017-08-26_115957
    If you don’t like that Try this code in the General Styling > Quick CSS field:

    .services-in-page-nav-icons a {padding: 0 24px!important; }

    2017-08-26_120044
    Or try a solid icon without a border.
    I tested these icons on my localhost and they didn’t change shape:
    2017-08-26_120439

    Best regards,
    Mike

    • This reply was modified 7 years, 6 months ago by Mike.
    in reply to: How to store contact form messages #844365

    Hi,
    Please try https://wordpress.org/plugins/wp-mail-logging/
    I found it easy to use, and worked well the last time I tested it.

    Best regards,
    Mike

    in reply to: Icons #844364

    Hi,
    When you click on a tab section in the editor the first time, it selects it to edit the content,
    2017-08-26_105845
    Clicking again, after it has been selected, will open the tab editor so you can change the title, icons, and colors.
    2017-08-26_110102

    Best regards,
    Mike

    in reply to: How Do I Get Rid of the Extra Menu? #844360

    Hey Kim,
    You can change the setting at Enfold Theme Options > Header > Extra Elements
    2017-08-26_105210

    Best regards,
    Mike

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

    #top.page-id-4510 .lightbox-added {padding: 0px !important; }
    #top.page-id-4510 .av-masonry-container {max-width: 1200px!important; }

    I used “max-width” so that it would scale down for smaller screens, but you could change it to “width” should you like.

    Best regards,
    Mike

    in reply to: Featured Image Preview Size in Blog Post #844355

    Hey mmr1234,
    The difference I see between the old and new posts is the old one is using the srcset attribute and includes 7 image sizes, and the new one is not. Can you please include a admin login in the private content area so we can take a closer look.
    But first, please Try disabling your plugins to rule out a conflict.

    Best regards,
    Mike

    in reply to: Update (4.1.2) funktioniert nicht – Fehler cURL error35 #844353

    Hi,
    Wanted to check that your issue is solved, seems that FTP did work for you. Shall we close this then?

    Wollte überprüfen, ob dein Problem gelöst ist, scheint, dass FTP für dich gearbeitet hat. Sollen wir das dann schließen?

    Best regards,
    Mike

    in reply to: Category posts view #844347

    Hi,
    To have excerpts show on your category pages you have two options when using the default editor, one is to add the “more” quicktag in your post where you would like the excerpt to end.
    2017-08-26_080908
    The other option is to edit /wp-content/themes/enfold/includes/loop-index.php on line 33, you will find

    $blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";

    replace it with

    $blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt_read_more";
    if(is_single()) $blog_content = "content";

    To not lose this change with the next update you should use a child theme and add the modified file to your child theme folder. Here’s some more info on this: Using a Child Theme
    Overwrite Parent files with Child Theme
    While on the subject of excerpts, note that for blog page excerpts you can also control them by activating the “excerpt” box by going to your “screen options” at the top of your post page and checking the box, which will give you a extra text box below your post.
    2017-08-26_083921

    Best regards,
    Mike

    in reply to: Problems with Google Maps API key too #841783

    Hi,
    Sorry I’m not sure what it could be, the error is what Google is sending back to your site: RefererNotAllowedMapError
    2017-08-20_164945
    I will ask for help from the rest of the team.

    Best regards,
    Mike

    in reply to: how can i MUTE a video being used as a BACKGROUND? #841777

    Hi,
    Perhaps this explains it then?

    Best regards,
    Mike

    in reply to: Enfold Portfolio Arrows #841775

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

    Best regards,
    Mike

    in reply to: can I insert a Read more text link after a subheading #841774

    Hey Malene,
    I’m not sure I understand where you would like the read more link, can you show a screenshot of what you would like to see?

    Best regards,
    Mike

    in reply to: Blog Layout #841770

    Hey simplifytheweb,
    Have you tried switching to a boxes layout? See Enfold Theme Options > General Layout > Layout
    then you can set the size in the dimension tab.
    2017-08-20_155710

    Best regards,
    Mike

    in reply to: Custom menu slider css not working on homepage #841768

    Hi,
    It looks like you are using a text block for the code, please try a code block.

    Best regards,
    Mike

    in reply to: Changing Button Text #841767

    Hi,
    It seems that filter was replaced by a plugin starting with v3.0
    Please see https://wordpress.org/plugins/wc-custom-add-to-cart-labels/
    it is now in your plugin list, please try activating it and choosing your new button text.
    I removed the filter code for you so there won’t be any conflict.

    Best regards,
    Mike

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

    #top .checkout .col-2 {display:none !important; max-width: 1px !important; }
    #top .checkout .col-1 {min-width: 100% !important; }
    .page-id-608 div.entry-content {padding: 0 15% !important; }

    2017-08-20_153041

    Best regards,
    Mike

    in reply to: how can i MUTE a video being used as a BACKGROUND? #841760

    Hi,
    The only reason that makes sense is this statement from Vimeo:

    The volume of the player is a setting that follows a user around the web, whether they’re on vimeo.com or viewing an embedded player. The way our player is built, if you change the volume on one Vimeo player, it affects subsequent viewings elsewhere.

    Your site seems to be using Vimeo, are the background videos also?

    Best regards,
    Mike

    in reply to: logo centered in mobile screen #841756

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

    @media only screen and (max-width: 767px) { #footer.container_wrap.footer_color {text-align: center!important; }}

    Best regards,
    Mike

    in reply to: Color-Section – full size image shown on mobile #841755

    Hi,
    I see that on Android and windows mobile it is working correctly, as you stated.
    please see screenshot in Private Content area.
    Just to rule out caching, have you cleared your cache on your ipad and iphones?

    Best regards,
    Mike

    in reply to: Iconlist in two columns #841753

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

    Best regards,
    Mike

    in reply to: Enfold Portfolio Arrows #841751

    Hi,
    For this arrow:
    2017-08-20_143221
    and this one:
    2017-08-20_143549

    .mfp-prevent-close {display:none !important;}

    Best regards,
    Mike

    in reply to: Rounded button #841748

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

    .avia-builder-el-36 span.avia_iconbox_title {font-size: 26px !important; }
    .avia-builder-el-36 .avia-button.avia-size-large {padding: 15px 4px 13px !important; 

    This targets only that button with “.avia-builder-el-36” you can change or remove to suit. Also adjust font-size to suit.
    2017-08-20_141709

    Best regards,
    Mike

    in reply to: Submenu is not sticky once switched to mobile #841744

    Hey efini,
    You will need to change line 4833 in shortcodes.css from:

    .responsive #top .av-submenu-container{top: auto !important; position: relative !important; 

    to:

    .responsive #top .av-submenu-container{top: auto !important;/* position: relative !important; */

    because it is using ” !important; ” we can’t over ride it easily.
    it can be found at enfold/css/shortcodes.css

    Best regards,
    Mike

    in reply to: Can`t remove socket section #841743

    Hi,
    since you have a lot of menu items you may find switching to mobile menu sooner will help.
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 1024px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    Adjust width to suit

    Best regards,
    Mike

    in reply to: Enfold Portfolio Arrows #841741

    Hi,
    Sorry, that was the arrows I saw on my portfolio, can you link to your page with the arrows, or take a screenshot?

    Best regards,
    Mike

    in reply to: Removing Side Bar and Blue Colored Footer on Product Page #841739

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

    Best regards,
    Mike

    in reply to: main menu (one page website) scroll down to right section #841738

    Hi,
    Creating a anchor link is easy, I have made this step-by-step tut for you.
    1) open the page you want a link on and choose a section to link to, I will choose a color section near the bottom of the page.
    2017-08-20_130726
    2) I open the element and find the “For Developers: Section ID” at the bottom and enter a unique name: anchor1
    2017-08-20_130953
    3) save and go to menus, to add the menu link.
    4) choose “Custom Links” and enter your unique name with a hash before it: #anchor1, then enter some link text, click “Add to menu”, and save the menu.
    2017-08-20_125737
    5) then go to your page and test your link, well done!
    2017-08-20_131159
    Remember your #anchor1 link will only work on that page.
    Bonus Tip) if you make your menu link include the page your element is on, it will work from anywhere on your site, in this example it is: /elements/#anchor1

    Best regards,
    Mike

Viewing 30 posts - 31,081 through 31,110 (of 33,791 total)