Forum Replies Created

Viewing 30 posts - 61 through 90 (of 128 total)
  • Author
    Posts
  • in reply to: Responsive background image for the whole site #1089343

    Hi Ismael,

    this was exactly what I was already asking for here #post-1085822
    So please tell me, where I can set the backgrounds to transparent, I couldn’t find it in the settings yet.

    In the theme settings I can only set background colors, clear it, but can’t set it to transparent?
    In the page settings of the Avia Layout Builder there is also nothing for transparency that I found. We used a grid layout and the only thing I found is a colour section setting referring to the main content of the theme settings.

    Could you integrate the site’s transpareny in the theme settings? Also the option of selecting a site wide background image would be great for future projects.

    Best regards,
    Dirk

    in reply to: Responsive background image for the whole site #1088521

    Hi Ismael,

    I posted the credentials in the private field.
    Hope this helps?

    Best regards,
    Dirk

    in reply to: Responsive background image for the whole site #1088112

    Hi Ismael,

    I posted the code in the private field. I’m very curious why the background image is not visible?

    Best regards,
    Dirk

    in reply to: Responsive background image for the whole site #1087337

    Hi Ismael,

    of course I linked to the correct image file, but it doesn’t show up.
    And the image size: It must be the better solution to have 3 instead of using a very large one, even if it’s optimized?
    Furthermore I want to control the displaying details of the image, therefore 3 images

    Using an image with 2560 × 1600 px (30 inch) should be large enough to cover any screen?

    I hope you have an idea to fix the background image issue?

    Best regards,
    Dirk

    in reply to: Responsive background image for the whole site #1086324

    Hi Rikard,

    thanks, yes I forgot the target, but why is the code in general #post-1084994 not working/showing the image?

    And what about this?

    I want to use a huge image that covers every big screen without being repeated and also like to know the 2 other resolutions, because I want to change that image depending on the device.

    Best regards,
    Dirk

    in reply to: Responsive background image for the whole site #1085822

    Hi Rikard,

    the code I tried above doesn’t work. I don’t see any background image and still a white background on the site. Do I have to change the theme settings to get the site transparent are something – so that the background image is showing up or do I make an error in reasoning?

    I want to use a huge image that covers every big screen without being repeated and also like to know the 2 other resolutions, because I want to change that image depending on the device. So for max-width: 767px I want to change the image to a smaller one:

    @media only screen and (max-width: 767px) {
      background-image:url('https://mysite/image-767px.jpg');
      background-size: cover!important;
      -moz-background-size: cover!important;
    }}

    Is this code correct? How can I get the background image visible?

    Best regards,
    Dirk

    in reply to: Responsive background image for the whole site #1084994

    Hi Rikard,

    thanks for helping.
    Could you please tell me which image sizes are the correct measures for the 3 current responsive resolutions? (big screen, tablet, smartphone)

    I’ll try something like this:

    html {
      background-image:url('https://mysite/image.jpg');
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: contain;
      -moz-background-size: contain;
    }

    And I need the media queries for max-width: 767px and also 479 px. Do I have to change the background-size to
    background-size: cover!important; for the smaller resolutions?

    Best regards,
    Dirk

    • This reply was modified 5 years, 6 months ago by diggital.
    in reply to: Optimizing speed performance #1074672

    Hi Rikard,

    do you have a suggestion which caching plugin works best with the Enfold theme?
    We also checked Google PageSpeed Insights (private link) and if we could optimize their recommendations as well we want to use a caching plugin.

    Best regards,
    Dirk

    in reply to: Optimizing speed performance #1074147

    Hi Rikard,
    thanks for your reply.

    Regarding the test results, there are 3 things to improve:

    • Compress components with gzip
    • Add Expires headers
    • Make fewer HTTP requests

    Is there any way to reach this by the Enfold’s settings?

    I’ll give the plugins a try and hope we can improve it. What about using caching plugins for improving the performance?

    Best regards,
    Dirk

    in reply to: Filtering blog entries #981889

    Hi,

    in between we solved it by our own.
    You can close this post.

    Best regards,
    Dirk

    in reply to: Filtering blog entries #981115

    Hi guys,

    we really need assistance on this.
    Please look at the external link above, the plugin author explains what should be fixed by the theme.

    Thanks for helping.

    Best regards,
    Dirk

    in reply to: Filtering blog entries #979971

    Hi,

    I created an admin account for you.

    Best regards,
    Dirk

    in reply to: Second language, subdomain/errors in URL structure #976970

    Hi Mike,

    I tried it out and everything worked perfectly!
    Problem solved :) Thanks a lot for helping!

    Best regards,
    Dirk

    in reply to: Second language, subdomain/errors in URL structure #975668

    Hi Mike,

    thanks a lot for helping!
    I guess it should be the right solution. I’m not familiar with all this htaccess-stuff and hope it will work…
    Hope we can keep in touch, if not? ;)

    Best regards,
    Dirk

    in reply to: Remove WooCommerce "Related Products" from shop page #975667

    Hey,

    thanks a lot for helping!
    Yes, only the brackets () were missing.

    It works fine, problem solved :)
    @ Victoria: Thanks for customizing your code :)

    Best regards and have a nice day,
    Dirk

    in reply to: Remove WooCommerce "Related Products" from shop page #975314

    Hi Victoria,

    no – white page again :(
    My editor says there’s a code error in the line where the function starts?

    Best regards,
    Dirk

    in reply to: Second language, subdomain/errors in URL structure #975282

    Hi,

    again: The issue is not about the icons!

    We want a clean URL-structure for the English version, the subdomain works, but only for the start page.
    Rest of the pages link into viewable folder /wp-en/, please look here: https://kriesi.at/support/topic/second-language-subdomain-errors-in-url-structure/#post-970294

    Best regards,
    Dirk

    in reply to: Remove WooCommerce "Related Products" from shop page #975274

    Hi Victoria,

    thanks for helping.

    I get a white page, when I upload my functions.php
    There might be a little code bug?

    Best regards,
    Dirk

    in reply to: Remove WooCommerce "Related Products" from shop page #975152

    Hi Basilis,

    hiding it per CSS is not an option. What about customizing Victoria’s solution?

    We are still developing the project and I can’t remove htaccess at this time, furthermore you also got our WordPress credentials.

    Best regards,
    Dirk

    in reply to: Second language, subdomain/errors in URL structure #975147

    Hi,

    there never was an icon-issue on the German version!
    The main issue is the URL structure of the English version.

    We want to go online and really need a solution urgently.

    Best regards,
    Dirk

    in reply to: Remove WooCommerce "Related Products" from shop page #974895

    Hi Peter,

    I already tried this, it doesn’t work – similar to the other thread, that’s why I’m asking.
    Also Victoria’s code didn’t work…

    Best regards,
    Dirk

    in reply to: Second language, subdomain/errors in URL structure #973878

    Hi Basilis,

    ok I removed it.
    Graphic issue with the missing icons at the English home page are gone. URL issue still there.
    Hope you can help now?

    Hey guys, it’s really important to get help on this!

    Best regards,
    Dirk

    in reply to: Second language, subdomain/errors in URL structure #972636

    Hi Basilis,

    I don’t know what’s wrong? I checked 3 different browsers on a Mac and an iPad, on which I never opened the site before, only on the iPad I had to try twice, but then no problems at all!

    It’s very important to get help, what could I do else? The credentials work.

    Best regards,
    Dirk

    in reply to: Second language, subdomain/errors in URL structure #971588

    Hi Ismael,

    htaccess authentication works fine, please try again.
    We didn’t use WPML.

    Best regards,
    Dirk

    in reply to: WooCommerce shortcode removes sidebar #955298

    Hi,

    now it’s perfect!
    Thanks a lot!!

    Best regards,
    Dirk

    in reply to: WooCommerce shortcode removes sidebar #954740

    Hi,

    great, this works!
    Only the top line of the slider doesn’t flush with the sidebar on the right as the other pages.

    How can I get rid of the top padding?

    Thanks a lot for helping!

    Best regards,
    Dirk

    in reply to: WooCommerce shortcode removes sidebar #953900

    Hi,

    I set the shop page to this one (see private field).

    Best regards,
    Dirk

    in reply to: WooCommerce shortcode removes sidebar #952947

    Hi,

    it’s still this:
    Where can I put the slider shortcode and my text menu without destroying the shop layout?
    I put a new screenshot how it should look like.

    Best regards,
    Dirk

    in reply to: WooCommerce shortcode removes sidebar #952152

    Hi,

    my issues are not concerning the third party plugin.

    1) Where can I put the slider shortcode and my text menu without destroying the shop layout? (see screenshots)

    Update:
    2) Where can I change the sidebar content for the shop’s category pages?
    I solved it by my own, very simple: Just put the code in the Shop Overview Page and it appears in the category pages :)

    Best regards,
    Dirk

    in reply to: WooCommerce shortcode removes sidebar #951445

    Hi,

    the “Easy Custom Sidebars” is only for changing my sidebar content. The shop content I added (on top of the shop’s start page) has nothing to do with the sidebar, it should be placed next to the sidebar (and not full width) – this didn’t work when I put the code into the widget area how Yigit suggested.

    Question 2 is:
    I added a sidebar by “Easy Custom Sidebars”, this “Shop Sidebar” works fine at the Shop Overview Page which I find in my pages and just change the default sidebar to the new one. But the shop’s category pages I can’t find, so I don’t know how to access them to change the sidebar?

    Best regards,
    Dirk

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