Forum Replies Created

Viewing 30 posts - 61 through 90 (of 119 total)
in reply to: Design question – logo placement #1284353

Rikard, thx for this code, I added it. The strange thing is that initially the border is there, it only dissapears when you start scrolling down.

I think that often enfold shows a line like this when you place an element outside of a column, and as you cant place this element inside a container, I’m thinking that this might have smt to do with this?

Any suggestions? the url is now reachable without password. see link in private.

in reply to: Design question – logo placement #1283816

Rikard. to share which code I used to place the image in the site;

add_filter('the_content', 'add_content_after');

function add_content_after($content) {

     $after_content = '<img src="https://www.hoeklijst.nl/wp-content/uploads/2021/02/hoeklijst-logo-linksonder.png" class="bottom-left-image">';
 
     $fullcontent = $content . $after_content;

     return $fullcontent;

}
in reply to: Design question – logo placement #1283813

Hi Rikard, nearly! for some other topics i started other discussions.

Perhaps it has something to do with a piece of code you added, but when I add the submenu option there”s this borderline under the submenu which goes from left to right across the screen.
Also, there’s the same thick borderline under the submenu as is with the regular menu.

I searched this support-forum and tried 5 pcs of code, without any luck.can you help?

  • https://www.dropbox.com/s/s2pwkthzqswm59s/Alles-voor-je-veilige-shop-gevoel-%E2%80%93-Hoeklijst.png?dl=0
  • in reply to: Design question – logo placement #1283661

    woooooohoooooo
    I managed! more or less. will share in a bit

    in reply to: Design question – logo placement #1283635

    Hi Rikard, I managed to hide the logo’s on screens smaller than 1200px. insofar so good. (am slowly understanding the code. just need to know how to glue to bottom left logo to the frame, as identical to the one on the top. with codes such as padding, left/right it moves beyond the frame.
    any suggestions?

    in reply to: Design question – logo placement #1283378

    Hi Rikard, pls see comment in private section!

    in reply to: Design question – logo placement #1283311

    can you help? or can another moderator Dude/Nikko/Victoria pls find some time to assist? Really stuck here….

    in reply to: Design question – logo placement #1282905
    in reply to: Design question – logo placement #1282904

    Rikard,
    ‘your image goes here’.
    do I need to fill in an image url, name, or (probably the css-class?)

    I’m not sure how I add a class to an image, as I thought I can only do this when I add the image as content to a page?

    this is kinda out of my league….

    in reply to: Design question – logo placement #1282168

    Hi Rikard, in most other tickets I see reactions from moderators with large sums of code/CSS that customers can add to their site. I’m really stuck with the custom footer widget, asked 3 times and your reply doesn’t offer input on how I can realize a custom widget on the bottom left of the ‘frame’, identical to the one on the top right (though you have asked me several times to clarify what I want exactly, but then don’t offer the solution) ….. why is that?

    Can you please provide support with this today? we’re 10 days further and i feel that this is being ignored whilst this is a key element of the whole site’s design!

    in reply to: Design question – logo placement #1282092

    Hi Rikard, woohoo..

    I solved the cart position via means of a plugin. Works like a charm.
    I also solved the bulky footer colour, seemingly it was a colour setting.
    I added border-bottom: 2px solid #000; to .main_color .container { . now we have a line underneath as well

    added the code below and added CSS class ‘mybox’ to the text field on https://www.hoeklijst.nl/home-2/. Is there a way to add a padding to ALL content? Is quite a hassle otherwise to give all content a css class..
    `@media only screen and (max-width: 767px) {
    #top .mybox {
    padding: 30px;
    }’

    I tried several pieces of code I found in other service tickets to add a padding to the custom header widget (the logo on top right), to prevent it from being cut off when you make the browser window smaller…didn’t succeed.

  • https://1drv.ms/u/s!AqR2jDw4h-rJ0i1G6v_w1cxtIjB-?e=JfzUzD
  • Can you advice?

    What I dont understand is why the box is perfect on https://www.hoeklijst.nl/home-2/ but on other pages the lines don’t go all the way up to the menu bottom line. see:

  • https://1drv.ms/u/s!AqR2jDw4h-rJ0jQc3OE8EkU31VZI?e=Zq0IQX
  • how do I fix this?

    Hope you can help me with the custom footer widget, as I can’t find any documentatoin, then we actually have a site that makes everyone happy :D

    in reply to: Design question – logo placement #1281665

    Hi, Rikard. You are correct, it should be fixed, as is with the top right one. The cart icon should be next to ‘contact’ in the menu. Can you please help me out with these placements?

    Do you have any clue by the way why there is this bulky footer colour in #333333, as i’ve configured the page to contain no footer

    Then I’ll dive into the w3 schools (or hire one of Enfolds freelancers if I can’t manage) for the translation of this design to mobile.

    Normally I’m capable of doing 99% myself, as you might have seen with other code/CSS I added, but this is a new frontier for me and I am unable to find much help in existing/old tickets.

    Viewing 30 posts - 61 through 90 (of 119 total)