Forum Replies Created

Viewing 30 posts - 31,441 through 31,470 (of 33,830 total)
  • Author
    Posts
  • Hey DROR,
    Make sure you have at least one portfolio category created and then when you edit the Masonry select the “Portfolio entries” in the “Which entries?” option.
    postimage

    Best regards,
    Mike

    in reply to: Blog Masonry does not display text excerpts #831575

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

    Best regards,
    Mike

    in reply to: Layer Slider activation #831573

    Hey 1_618,
    The purchase code you received for enfold is only valid for enfold. You do not need to activate the layerslider in order to use it, just for a few special features of the slider. If you would like to use them you would need to buy the slider on Codecanyon and then enter the purchase code for the layerslider.

    However, if you want to use the regular slider features as we do in our themes its not necessary to activate it.

    Best regards,
    Mike

    in reply to: Problems displaying Amazon links #831565

    Hi,
    I was referring to the screenshots of the issue you are having, earlier you said you could not post them here for us to see.
    I have looked at your site and can’t find where your Amazon links are, can you link directly to a page please.
    Your link above looks like a shortcode, are you using a plugin to make or show your Amazon links?
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Pages and Categories in Footer #831560

    Hey preissg,
    That is strange, we can hide them all for you, but can you please include a admin login in the private content area so we can take a closer look as to why they are not in your widgets area, as that would be the best way to remove them. Do you want “INTERESSANTE LINKS” to be the only one that shows, or do you want that one gone too?

    Best regards,
    Mike

    in reply to: Move Hamburger Mobile Menu – to Topbar #831555

    Hey sdigit,
    Try going to Enfold Theme Options > Header > Menu and Logo Position and choosing “Logo right, Menu left”
    If this is not what you mean, Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Streched Logo #831553

    Hey preissg,
    Your css in /wp-content/plugins/easy-facebook-likebox/public/assets/css/public.css is making the image width: 100%
    While it’s not trying to target your header it is due to a poor targeting command.

    .responsive , .responsive  span, .responsive  span iframe[style],  .responsive  span img {
        width: 100% !important;
    }

    We can try to fix with this code in your Quick CSS:

    .logo a {width: 340px!important; }

    Best regards,
    Mike

    in reply to: WPML not all images found – taxonomies #831549

    Hey Luisgasser,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Portfolio Grid weird spacing firefox #831548

    Hi,
    Shall we close this then?

    Best regards,
    Mike

    in reply to: Adding Background Images to Single Pages #831547

    Hi,
    In your Quick CSS, your image url had a trailing slash, so I removed it and added “background: cover” so you code now looks like:

    .page-id-15 .container_wrap { background-image: url("https://growyourfuture.net/wp-content/uploads/2017/07/car-wallpaper.jpg") ;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
     }

    Although the image shows, it’s not a good image size, so it looks grainy and not centered. Please try using a much larger image.

    Best regards,
    Mike

    in reply to: How do I change which category the slideshow displays? #831541

    Hey mojoo999,
    You just need to click the categories you wish to show. If you hold down the control key you can choose more that one without choosing all of them.
    postimage

    Best regards,
    Mike

    in reply to: Add text 'Menu' below hamburger menu icon #831538

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

    Best regards,
    Mike

    in reply to: Woo Coomerce Products messed up pages #831536

    Hey alenuk,
    Try this video on how to update manually via FTP: https://vimeo.com/67209750
    There have been a lot of changes since v3.8 so I recommend backing up with: https://wordpress.org/plugins/duplicator/ that way you can always get your old site back if something goes wrong.
    You can test the new version on your desktop with a localhost app to see how your site would be before making live changes, try the free version of MAMP for Mac or XAMPP for Windows, or LAMP for Linux
    I use the portable UwAmp on Windows 10 and use the duplicator backups to install them on my desktop. After I’m happy with the changes and have tested my site well, I make a new backup of the desktop and install on my web server.
    Hope this helps :)

    Best regards,
    Mike

    in reply to: SKU and Category in one line #831513

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

    .product_meta .posted_in:before {
      content: "\A";
      white-space: pre;
    }

    Best regards,
    Mike

    in reply to: css in header / top header #831510

    Hi,
    When I looked I still saw #2:

    #top #header_meta li, #top #header_meta .phone-info {border-color: transparent!important; }

    But I’m not sure how else to help because it looks like tjswarbs78 has covered them all :) Great job tjswarbs78, thanks for your help :)

    Best regards,
    Mike

    in reply to: Mobile sub-menu CSS conflict… #831502

    Hey mrlreynolds,
    Is the issue active right now? Because I can see your mobile sub-menu links. Please see Private Content area screenshot.
    Perhaps I’m looking at the wrong thing, but if my screenshot is right, please clear your cache to see if that helps.

    Best regards,
    Mike

    in reply to: Heading Font #831499

    Hi,
    I don’t see a difference in the text font in your example, I know you cannot grant access to the admin side, but can we see the front end URL?

    Best regards,
    Mike

    in reply to: how to change bullet list size #831491

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

    ul.disc, .entry-content-wrapper ul {
        list-style: none!important; 
        line-height: 30px;
    }
    .entry-content-wrapper ul li:before {
        content: '\00b7'!important; 
        font-size: 100px!important; 
        vertical-align: middle!important; 
        line-height: 80px!important; 
        margin-left: -20px!important; 
        
    }
    

    Best regards,
    Mike

    in reply to: Problems displaying Amazon links #831486

    Hi,
    Try posting your images to https://postimg.org and pasting the link here, so we can see your issue.

    Best regards,
    Mike

    in reply to: Styling problem after update to V4.1.2 #831485

    Hi,
    That is strange because that is not what I see,
    postimage
    I tested in Chrome, Edge, Firefox, and Safari on Windows 10
    What browser are you using?
    Try clearing your cache :)

    Best regards,
    Mike

    in reply to: Blog Masonry does not display text excerpts #831484

    Hi,
    The manual excerpts box doesn’t allow shortcodes or html, so a link or button doesn’t work there, but since clicking any part of the excerpt sends you to the post how about just typing “…Read More” at the end of the excerpt?

    Best regards,
    Mike

    in reply to: Footer Columns cramped in mobile use #831478

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

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Blog Masonry does not display text excerpts #831396

    Hey lebenspraxis,
    You will need to add you text excerpts to the posts. Click “Ansicht anpassen” at the top of your post screen and choose “Auszug”
    postimage
    The go to the bottom of your post and add your excerpt in the “Auszug” box.
    postimage
    Then you will see it on your page:
    postimage

    Best regards,
    Mike

    in reply to: Sidebar runs below content #831395

    Hey Stephan,
    Here is a screenshot of the backend of the page so you can compare the settings:
    postimage

    Best regards,
    Mike

    in reply to: Social Media Header Issue #831394

    Hey Nathan,
    I was able to click them, perhaps try again.
    To make your social media icons always color please add this code in the General Styling > Quick CSS field:

    
    #top .social_bookmarks_facebook a{color:#fff; background-color:#37589b!important;  }
    #top .social_bookmarks_youtube a{color:#fff; background-color:#a72b1d!important;  }

    Best regards,
    Mike

    in reply to: Sidebar Images are too small #831392

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

    
    div ul.product_list_widget li img {width: 100px !important; }
    span.product-title {font-size: 20px !important;}

    feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Color area responsive issue #831391

    Hey Dwimmer,
    Can you please add a screenshot to point out how you would like to see it? When I looked the images seemed responsive.

    Best regards,
    Mike

    in reply to: Importing Theme Options vs Importing Theme Demo? #831390

    Hey Greg,
    Importing demo will change theme options and install pages, posts etc. on your database.
    Importing Theme Settings File, is an import of your previous setting that you downloaded from the Export Theme Settings
    and does not include pages, posts etc.
    Best regards,
    Mike

    in reply to: WP Touch #831387

    Hey cPPccP,
    I have not tested WP Touch on the new version, but you could clone your site to your desktop with https://wordpress.org/plugins/duplicator/
    and you can test on your desktop with a localhost app, such as the free version of MAMP for Mac or XAMPP for Windows, or LAMP for Linux :)
    I use the portable UwAmp on Windows 10

    Best regards,
    Mike

Viewing 30 posts - 31,441 through 31,470 (of 33,830 total)