Forum Replies Created

Viewing 30 posts - 151 through 180 (of 370 total)
  • Author
    Posts
  • in reply to: Add slogan next to Logo #1105176

    I tried this already:
    #top #wrap_all #text-7 .textwidget h1 {
    font-weight: 100;
    }

    But it didn’t change a thing. The textwidget still looks different on the startpage and on all subpages. I want it to look as slim as it does on the startpage.

    in reply to: Add slogan next to Logo #1105084

    I tried this already:
    #top #wrap_all #text-7 .textwidget h1 {
    font-weight: 100;
    }

    But it didn’t change a thing. The textwidget still looks different on the startpage and on all subpages. I want it to look as slim as it does on the startpage.

    For Mobile: COULD YOU LET ME KNOW THE CODE IF I DON’T WANT TO SHOW IT ON SMARTPHONES AT ALL?
    THANKS Nora

    in reply to: Add slogan next to Logo #1104933

    I added the following:
    @media only screen and (max-width: 767px) {
    #top #wrap_all #text-7 .textwidget h1 {
    font-weight: 200;
    font-size: 23px;
    }}

    But this gives me too much space on top and bottom – you might want to take a look.
    COULD YOU LET ME KNOW THE CODE IF I DON’T WANT TO SHOW IT ON SMARTPHONES AT ALL?

    ALSO: I still don’t have a solution that the font is not showing in font-weight 200 but fat.
    On Desktop: On my startpage it looks fine, but on all subpages the font is fatter and not 200. I set all the proper settings in h1 extended styling, but it always gives me 2 different options. I want it to look like on my startpage – on ALL PAGES, slim, not fat!
    On Mobile: the font doesn’t appear to be slim either!

    in reply to: Troubles with BLOG #1104802

    THANKS SO MUCH !!!
    Only problems still persisting are:
    1. The single blog posts show the sidebar items on the bottom of the page, and not to the right. It should look like when you click on eg. BLOG
    The single blog posts don’t show the image on top anymore.
    2. Same here: The category and archive pages show the sidebar items on the bottom of the page, and not to the right. It should look like when you click on eg. BLOG

    THANKS Nora

    in reply to: flyout menu coloring #1104787

    I added the code you sent to the style.css of my child theme but nothing happened. It didn’t change the color.
    In my burger menu, when I click on eg. REGENERATION under SPORTLER, and then view the menu again, the colors remain the same. I would have liked to show a different color so the user understands where he’s at.

    Also, the enfold documentation about the fullwidth submenu only shows how to add color to a fullwidth submenu on a ONE PAGEER. My fullwidth submenu is not on a one-page site.

    AND: On mobile the fullwidth submenu needs to show a clone in order to work properly? If so, how can I set showing a clone ONLY ON MOBILE, because on Desktop it works fine as is.
    THanks

    in reply to: flyout menu coloring #1104564

    I added the code you sent to the style.css of my child theme but nothing happened. It didn’t change the color.
    In my burger menu, when I click on eg. REGENERATION under SPORTLER, and then view the menu again, the colors remain the same. I would have liked to show a different color so the user understands where he’s at.
    THanks

    in reply to: Open different Links from MASONRY GALLERIE IMAGES #1104551

    can be closed. Thanks!

    in reply to: Open different Links from MASONRY GALLERIE IMAGES #1104511

    OMG – I really didn’t see that. I tried to add the link to the title in MEDIA to each image, but that didn’t work.
    THANKS A LOT!

    in reply to: Troubles with BLOG #1104477

    URGENT UPDATE:
    I appreciate your help but did you ever take a look at the result of your update?
    It looks all screwed up.
    Your script doubled the content on each single page. No matter if it’s the startpage, or any other subpage. PLEASE URGENTLY HELP OUT HERE because this is really bad!

    Here are the current problems on my BLOG:
    BLOG PAGE – please exclude this page from the script, as it was already set up correctly. Because right now:
    1. It shows the fullwidth submenu TWICE, once above and once below my top image. It should just be BELOW the top image.
    2. All my sidebar elements flip to the bottom, instead of showing at the side.

    Any blog entry:
    1. There is NO FULLWIDTH SUBMENU SHOWING
    2. The image of the blog entry is gone, the text of the blog entry appears twice (????)
    2. All my sidebar elements are shown wrong

    A categroy entry:
    1. There is NO FULLWIDTH SUBMENU SHOWING
    2. All my sidebar elements flip to the bottom, instead of showing at the side.

    in reply to: Troubles with BLOG #1104459

    In addition to my comment above about all the problems this script causes with my BLOG: your script doubled the content on each single page. No matter of startpage, or any other subpage. PLEASE URGENTLY HELP OUT HERE because this is really bad!

    in reply to: Open different Links from MASONRY GALLERIE IMAGES #1104456

    PLEASE HELP:
    But that’s what I did: I used the MASONRY GALLERY under MEDIA ELEMENTS. And this has nothing to do with the PORTFOLIO ENTRIES. In you documentation you can add a link under ADDITIONAL PORTFOLIO SETTINGS. But this is not a portfolio entry I’m adding. I just want to add an image in a masonry gallery, and when you click on the image a pdf file is opening in a new window, or in a lightbox.
    That’s what I would like to achieve.
    Thanks Nora

    in reply to: Troubles with BLOG #1104449

    I appreciate your help but did you ever take a look at the result of your update?
    It looks all screwed up.
    BLOG PAGE:
    1. It shouldn’t have the fullwidth submenu twice, but only once BELOW the top image!
    2. All my sidebar elements flip to the bottom, instead of showing at the side.

    Any blog entry:
    1. There is NO FULLWIDTH SUBMENU SHOWING
    2. The image of the blog entry is gone, the text of the blog entry appears twice (????)
    2. All my sidebar elements are shown wrong

    A categroy entry:
    1. There is NO FULLWIDTH SUBMENU SHOWING
    2. All my sidebar elements flip to the bottom, instead of showing at the side.

    in reply to: Troubles with BLOG #1104446

    I appreciate your help but did you ever take a look at the result of your update?
    It looks all screwed up.
    FIRST: http://juhjr.w4yserver.at/blog/
    1. It shouldn’t have the fullwidth submenu twice, but BELOW the top image!
    2. All my sidebar elements flip to the bottom, instead of showing at the side.

    Any blog entry:
    1. There is NO FULLWIDTH SUBMENU SHOWING
    2. The image of the blog entry is gone, the text of the blog entry appears twice (????)
    2. All my sidebar elements are shown wrong

    A categroy entry:
    1. There is NO FULLWIDTH SUBMENU SHOWING
    2. All my sidebar elements flip to the bottom, instead of showing at the side.

    in reply to: Add slogan next to Logo #1104443

    I added the following:
    @media only screen and (max-width: 767px) {
    #top #wrap_all #text-7 .textwidget h1 {
    font-weight: 200;
    font-size: 23px;
    }}

    But this gives me too much space on top and bottom – you might want to take a look.

    ALSO: I still don’t have a solution that the font is not showing in font-weight 200 but fat.
    On Desktop: On my startpage it looks fine, but on all subpages the font is fatter and not 200. I set all the proper settings in h1 extended styling, but it always gives me 2 different options. I want it to look like on my startpage – on ALL PAGES, slim, not fat!
    On Mobile: the font doesn’t appear to be slim either!

    in reply to: Open different Links from MASONRY GALLERIE IMAGES #1104153

    But that’s what I did: I used the MASONRY GALLERY under MEDIA ELEMENTS. And this has nothing to do with the PORTFOLIO ENTRIES. In you documentation you can add a link under ADDITIONAL PORTFOLIO SETTINGS. But this is not a portfolio entry I’m adding. I just want to add an image in a masonry gallery, and when you click on the image a pdf file is opening in a new window, or in a lightbox.
    That’s what I would like to achieve.
    Thanks Nora

    in reply to: Troubles with BLOG #1103964

    Please be so kind and help me out here. I really don’t know how to do it.
    I created these 3 pages with a fullwidth submenu (see in private content). One for all BLOG POSTS, one for BLOG ARCHIVE and one for BLOG CATEGORY.
    Which of the following codes do I need to add now? And where exactly do I find they page ID in INSPECT ELEMENT?

    in reply to: Add slogan next to Logo #1103732

    Could you also help me make this header widget look smaller in font on mobile or tablet? What code would I need to add?
    THANKS Nora

    in reply to: Newsletter: adding legal information #1103589

    That sucks, because that’s the way it’s currently set up. I could add a checkbox after the mailchimp box, but then it’s not RELATED to it. So people could still click on the newsletter plugin without having to check the checkbox first.
    Do you have any other suggestions for how to collect the newsletter subscriptions? You have a plugin yourself, but how do you collect it and then send out messages to the subscribed users?
    Thanks Nora

    in reply to: Add slogan next to Logo #1103062

    Thanks – I appreciate it.
    Best, Nora

    in reply to: flyout menu coloring #1102807

    OK, but this is still about the flyout menu and how to add colors to submenu items. So this is actually IN RELATION TO THE TOPIC.
    Should I still open a new thread?
    THANKS Nora

    in reply to: flyout menu coloring #1102803

    Sorry, not solved!
    There is one more question:
    1. Is there a way to make my submenu items colored when clicked in my flyout menu AND in my fullwidth submenu. So let’s say I click on a submenu item under SPORTLER and the page loads, so this submenu item is highlighted in a different color so the user knows where he’s at?

    eg. Under SPORTLER you click on REGENERATION and the page loads. When clicking on the burger menu again REGENERATION has a darker background color #333333 so the user sees where he currently is in the menu?
    SAME FOR THE FULLWIDTH SUBMENU?

    THANKS SO MUCH!

    in reply to: flyout menu coloring #1102801

    Thanks – this is solved!

    in reply to: Add slogan next to Logo #1102728

    Now it’s FAT on all pages, I wanted to have it SLIM on all pages, as it was on the startpage.
    So I changed it to:
    #top #wrap_all #text-7 .textwidget h1 {
    font-weight: 200;
    }

    Do you see it slim now? I only see it fat now on all pages.

    AND: One more question: Is it better to add such codes to the quick CSS or to the style.css in the child theme?
    THANKS Nora

    in reply to: Troubles with BLOG #1102726

    So I created these 3 pages with a fullwidth submenu (see in private content). One for all BLOG POSTS, one for BLOG ARCHIVE and one for BLOG CATEGORY.
    Which of the following codes do I need to add now? And where exactly do I find they page ID in INSPECT ELEMENT?

    in reply to: Troubles with BLOG #1102713

    Where do I see the page-ID? I tried with INSPECT ELEMENT but couldn’t find it.
    So I need to add this script and ignore the one before?
    THANKS Nora

    in reply to: flyout menu coloring #1102554

    Update:
    1. Is there a way to make my submenu items colored when clicked in my flyout menu AND in my fullwidth submenu. So let’s say I click on a submenu item under SPORTLER and the page loads, so this submenu item is highlighted in a different color so the user know where he’s at?
    2. If I don’t show ALL submenu items right away in my flyout menu, is there a way to make the first item SPORTLER also linkable, or is the only option to make a clone? It just looks to weird if there is the same word showing again in as a submenu item!
    THANKS SO MUCH.
    Nora

    in reply to: Troubles with BLOG #1102553

    Thanks for your time to help me out.
    However, I need to have the fullwidth submenu shown on EACH BLOG POST, so would I have to add each post-id to this code? For every single post? And is this possible to add them seperated by a , ?
    I do have the menu showing on my main Blog page, but not on the single post pages, or on the category pages.
    And is it true that in this case it’s called post-id and not page-id, because I didn’t find any page-id, only post-id!
    THanks Nora

    in reply to: Newsletter: adding legal information #1102274

    But that’s what I explained – I need to add it to the MAILCHIMP NL REGISTRATION!!!!
    You can only add a checkbox to the normal contact form when setting it to a newsletter. But not to the MAILCHIMP NL REGISTRATION. I need to use mailchimp because that’s how we collect the user data.

    in reply to: Add slogan next to Logo #1102272

    Actually I left it all out and just set it to h1 and set my h1 in extended styling to LIGHT, but this still gives me the font that I like on the front page, and everywhere else it gives me the fatter font (which I don’t like).
    I also tried it with px instead of pt – that didn’t change the font to a slimmer state either!
    How is it possible it shows differently on subpages?

    in reply to: Newsletter: adding legal information #1102146

    I would like to add the sentence about legal information below the newsletter registration – such as seen on the page shown.
    I can add a checkbox to a normal contact form, but I cannot add this checkbox to a mailchimp registration form your content elements.

Viewing 30 posts - 151 through 180 (of 370 total)