Forum Replies Created

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • Solved. The new site with this problem is on a subdomein with its own fresh WP installation. On the root doman I also have another WP install wich has the Wordfence plugin and when I deactivated Wordfence on that install the problem was gone.

    Reactivated Wordfence, and put it in learning mode again and it looks fine now.

    Regards,
    Erik

    in reply to: Create a color-section that doesn't overlap the sidebar #487438

    Was already afraid of that :-) I will look into it.

    Regards,
    Erik

    in reply to: Create a color-section that doesn't overlap the sidebar #487166

    Hello Josue,

    Unfortunally that isn’t a asolution as the Widget element needs to be placed in a columsection as well to prevent it to be full width. When I would use the widget element it isn’t the full height of the page as well.

    Regards,
    Erik

    in reply to: Layout list view products on category page #419435

    I’ve realised the listview but it took quit some tweaking of css and some template files. Unfortunally this also brings the risk of losing the listview in case of a future update (yes I am using a childtheme but that’s no garantee). I’m hoping that the Kriesi team will look into this matter for a future update of the Enfold theme. Enfold is a pleasure to work with but it’s not very flexible with the styling of woocommerce.

    Regards,
    Erik

    in reply to: Layout list view products on category page #418626
    This reply has been marked as private.
    in reply to: Layout list view products on category page #417643

    As said, that bit of CSS code hides the fields but that doesn’t solve the issue. The fields aren’t supposed to be hidden but should be visible next to the thumbail instead of beneath the thumbnail.

    How can it be realised to show the fields with title, price and short description next to the product thumbnail? I really can’t figure it out. In the Enfold theme I can make a page with the ‘Product List’ shortcode, but in that case I can’t filter on category level. I can filter on category level if I am on the category page, but on that page the list view layout is corrupted as explained in the first post of this topic.

    I hope that you can, and are willing, to look into this as this is a very important issue. I believe that it also would help a lot of other people having the same issue.

    Regards,
    Erik

    in reply to: Layout list view products on category page #417441

    Hello Rikard,

    I’ve inserted the CSS you’ve given and the fields are hidden.

    Regards,
    Erik

    in reply to: Layout list view products on category page #416752
    This reply has been marked as private.
    in reply to: Layout list view products on category page #416748

    Hello Elliott,

    I know it’s a third-party plugin but somehow the Enfold theme destroys the layout. It’s working on the standard WP themes (like twenty thirteen) like a charm. I saw that there are more people with the same problem https://kriesi.at/support/topic/woocommerce-product-list-view/

    It would be great if you want to take a look at the page and maybe can give a tip on how to correct the layout somehow.

    in reply to: Insecure items using HTTPS #416259

    I don’t know if this helps but do you mean that visitors recieve the notion that there are unsafe items on the https-page they are visiting? For that same reason I’ve installed the plugin WordPress HTTPS / SSL. It’s an old plugin that isn’t updated for a while now but works like a charm on the https-pages on my site.

    Regards,
    Erik

    in reply to: Length excerpt difference for logged in user and guest? #351351

    Hello Yigit,

    Thank you for the effort of taking a look to the website. I just checked and it seems to be working fine indeed now.

    Regards,
    Erik

    in reply to: Length excerpt difference for logged in user and guest? #350798
    This reply has been marked as private.
    in reply to: How to increase lenght of excerpt? #350222

    Thank you Yigit. That worked.

    Regards,
    Erik

    in reply to: Logo and menu issue in IE8 #264738

    Ismael,

    Thank you. I had to modify the code that you have given a little bit but it does the trick.

    .html_header_top.html_logo_center.avia-msie .logo {
    position: relative\9;
    width: 100%\9;
    left:0%\9;
    text-align:center\9;
    }
    
    .html_header_top.html_bottom_nav_header.avia-msie .main_menu ul:first-child>li a {;
    font-size: 12px\9;
    padding: 2px 12px 0px 12px\9;
    }
    
    .html_header_top.html_logo_center.avia-msie .logo img {
    -webkit-transform: initial\9;
    display: inline-block\9;
    width:778px\9;
    }

    Regards,
    Erik

    in reply to: Logo and menu issue in IE8 #264087
    This reply has been marked as private.
    in reply to: Enfold Showcase #259920

    I think that this topic can be very useful indeed, but may be a good idea for a moderator to clean up this topic every now and then. In this topic there are namely some links to websites that (no longer) use the Enfold theme and use another WP theme instead, or links to websites that no longer exist.

    I personally am very satisfied with the Enfold theme and I find it a very user-friendly theme with a great support. Thums up for the Kriesi team!

    Well, one of the sites that I have done with Enfold is http://www.dokadriekus.com/ (only in Dutch language).

    Regards,
    Erik

    in reply to: Links not working on mobile #253859

    I am using 2.6.4 but in my case it’s not that urgent indeed.

    Regards,
    Erik

    in reply to: Links not working on mobile #253693

    I don’t want to hijack someone else’s topic but on my site I had the same problem and I came across this topic.

    I had some color sections with a fixed background in wich the links didn’t work on mobile devices. After reading this topic and Ismael’s answer I have set the background images of the color sections to scroll. This resolves the problem with the links in the specific color sections indeed.

    Now I wonder why the hyperlinks aren’t working on mobile devices when the background image of a color section is set to fixed. Any idea?

    Regards,
    Erik

    in reply to: Logo showing too small in Chrome #251791

    I think it’s solved thanks to the idea of Yigit. I’ve googled for the webkit-transform codes and came up with:

    .html_header_top.html_logo_center .logo {
    -webkit-transform: translate(-50%, 25%) scale(1.5,1.5);
    }

    This shows the logo correct in Chrome and it looks fine in IE as well.

    UPDATE 17-04
    By chance I saw that the code above did show the logo in the right way, but it caused the menu stop working as well. This seemed to be caused by a resizing in height of the logo class. I’ve been puzzling and changed the code in:

    .html_header_top.html_logo_center .logo {-webkit-transform: translate(-50%, 0) scaleX(1.5);}
    .html_header_top.html_logo_center .logo img{-webkit-transform: translate(0,25%)scale(1,1.5);}

    Now the logo as well as the menu are both fine.

    Regards,
    Erik

    in reply to: Logo showing too small in Chrome #251312

    Hello Yigit,

    I’m sorry, that doesn’t resolve the issue. In IE the logo isn’t just pushed to the left side of the screen, a part of the logo is even pushed over the edge of the screen. The logo gets cut off.

    Regards,
    Erik

    in reply to: Logo showing too small in Chrome #251296

    Too bad, it solves the issue with the logo in Chrome but I just saw in IE that this code pushes the logo to the left side of the screen.

    Any idea how to prevent that happening in IE?

    Regards,
    Erik

    in reply to: Logo showing too small in Chrome #251050

    Thank you Yigit! That did the trick.

    Regards,
    Erik

    in reply to: Logo showing too small in Chrome #250724

    Hello Ismael,

    Unfortunally that code doesn’t resolve the issue. I’ve made a small drawing that hopefully explains the issue.

    Drawing of the logo positions/sizes in IE and Chrome

    Regards,
    Erik

    • This reply was modified 10 years ago by Driekus.
    in reply to: Logo showing too small in Chrome #250518

    This is on a Samsung tablet in landscape view, with normal width (so it’s not responsive resized). In Chrome it’s on a desktop as well.

    Erik

    • This reply was modified 10 years ago by Driekus.
    in reply to: Logo showing too small in Chrome #250362
    This reply has been marked as private.
    in reply to: How to reduce space between text blocks in Avia? #240865

    Try the horizontal ruler. Choose “whitespace” and choose a negative pixelvalue.

    Regards,
    Erik

    in reply to: Header issues after updating to version 2.6 #235875

    Also updated one of my sites to 2.6 but the header became a mess. I use the logo left – menu below option. In Chrome the menu was placed across the logo. Downgraded to 2.5.4 and the site looks fine again. I think I’ll better wait till the issues in 2.6 are solved before I update any other of my sites.

    Regards,
    Erik

    in reply to: Browser Compatibility and Chinese Letters #226356

    Solved it! With the website migration from the subdomain to the main domain I did change the site URL from ‘test.mydomain.com’ tot mydomain.com in the database. Now I have changed the site URL to ‘www.my domain.com’ (same domain with “www.” before the domain) and this seems to have done the trick! The icons are being displayed as they should be again.

    Regards,
    Erik

    in reply to: Browser Compatibility and Chinese Letters #226271

    Same problem here. I have build my site on a subdomain and migrated it this afternoon to my main domain. After the migration the icons appear as chinese signs in IE11 (in Chrome it seems to be fine). The Arrow to scroll back to the top and the magnifying glass next to the search field aren’t dispayed at all.
    I have tried a clean install of the theme by FTP, clearing the cache of IE11 but nothing helps. Any clue what might be the problem or could have gone wrong with the migration of my website?

    Regards,
    Erik

    in reply to: Unwanted border on fullwidth 404 page #224562

    Solved it.

    Regards,
    Erik

Viewing 30 posts - 1 through 30 (of 30 total)