Forum Replies Created

Viewing 30 posts - 32,461 through 32,490 (of 34,859 total)
  • Author
    Posts
  • in reply to: search result site #831633

    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: mobile menu function when doubleclick #831632

    Hey GRP,
    Sorry, the double click is not available right now, it requires some javascript to function. I did find this resource for you: https://stackoverflow.com/questions/4562012/make-a-link-open-on-double-click#answer-4562051
    While on websites the double click is often considered an error, perhaps if you could explain what you are trying to achieve I could offer an option for you.

    Best regards,
    Mike

    Hi,
    Sorry for the late response, in your case often this means the Zip extension needs to be installed on your host, or there is an error with it, please check with them that it is.

    Best regards,
    Mike

    in reply to: Change headline fonts #831592

    Hey Charlotte,
    Please refer to this link http://wpsites.net/web-design/fonts-wordpress/
    or if you like to add a single font an alternate solution is to use a plugin like https://wordpress.org/plugins/use-any-font/

    Best regards,
    Mike

    in reply to: Change color of Active Menu in Footer #831591

    Hi,
    I believe your previous CSS is blocking the changes, 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: How to Centre Widget Titles in Sidebar and Footer #831589

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

    h3.widgettitle {    text-align: center!important; }

    Best regards,
    Mike

    Hey fundaccess,
    After right clicking and opening the inspector, you will most likely need to look up a few lines to find the parent li and see the id
    postimage

    Best regards,
    Mike

    in reply to: Footer streched and boxed Layout #831587

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

    #footer .container {
      width:100% !important;
      min-width:100% !important;
    }

    Best regards,
    Mike

    in reply to: Search cant find "Products" #831581

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

    Best regards,
    Mike

    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

Viewing 30 posts - 32,461 through 32,490 (of 34,859 total)