Forum Replies Created

Viewing 30 posts - 1 through 30 (of 40 total)
  • Author
    Posts
  • in reply to: Grid Row Customizations #1370840

    Hi there: I got an additional question concerning customization of grid row cells: is there a way to have space between the cells of a grid row? I want to give a background color to the single cells and a border-radius. Additionally the single cells should have a certain space between each other so that they have the look of an playing card. I tried with padding and margin but it didn’t work. Is there a way?

    BR Clemens

    Hi Mike:
    everything fine: I did what you recommanded (which I believed do have done in the same way before). Anyway: This time it worked. Even the token works and delivers the correct version. Thx + br Clemens

    Hi Mike:
    the style.css is empty in this case, it only contains the version. And I didn’t load into the child folder, its the parent’s folder.
    Currently my impression is, I made any mistake with the envato token. New Thread: is this possible for me (last sale was 8 months back)?

    Hello: following problem:
    1) I downloaded new copy from envato
    2) unzipped and uploaded via ftp to my server. Version according to style.css: Version: 4.5.2
    3) I uppdated Child style.css via FTP
    4) generated new token and inputted it under “theme update” in my child theme
    ->Webseite works fine.
    5) I checked the updater of child theme. It is saying: “A new Version (4.5.2) of your Parent Theme (Enfold) is available! You are using Version 4.4.1.
    See what’s new in change log. Do you want to update?” (i.e.: somehow it still thinks we are on 4.4.1)
    6) Updating over the button creates the following error message: “Beim Aktualisieren von Enfold ist ein Fehler aufgetreten: Download fehlgeschlagen. Es wurde keine gültige URL übermittelt.” (=Failure due to invalid URL)

    Not the biggest issue however updating should work once 4.5.2 is installed, shouldnt it?

    Hallo: ich habe exakt dieses Problem auch auf 2 Seiten: eine mit German Market eine mit germanized. Ich habe gesehen, dass es das Problem bereits schonmal gab. aber mich würde interessieren wie die Lösung aussieht: Konnte damals das Problem gefunden werden?

    in reply to: Card Problem Smartphone #1032917

    Hallo: ich habe das Problem auch auf 2 völlig unterschiedlichen Seiten. Wie sah denn damals am Ende die Lösung aus?

    in reply to: structured data not submitted to google #1004880

    Hi Victoria:
    I am checking this with google webmaster tools.
    BR Clemens

    in reply to: structured data not submitted to google #1004826

    Hi Have got the same Problem.
    Google is saying “Wir haben auf Ihrer Website keine strukturierten Daten zu Rich Cards gefunden.”
    I wonder what was the solution in the case here?

    BR

    Clemens

    in reply to: Probleme with menue/ header after instllation #987624

    Hi Yigit:
    I did as you recommended. together with some additional settings it worked at the end. However I didn’t really understand what I was doing there. In most cases there were more than 1 (up to 4 ) fields “header” per page. In these cases I deleted the redundant (?!) fields until there were only one field “Header” left. I hope this doesnt corrupt the database or has other bad impacts?
    Apart from that: thanks!

    in reply to: Probleme with menue/ header after instllation #987461

    Hello: again I have a problem with my header, this time with the breadcrumbs.
    A switched breadcrumbs on in both, theme settings and page settings. Now in some cases breadcrumbs are shown, in others not. I tried to add some code to functions.php as suggested in another thread. However it didn’t work.
    Details are in private content.

    in reply to: Enfold 4.4 Google Map Issue #960764

    same here

    in reply to: Masonry Gallery doesn't hide on mobile #938283

    Hi Rikard: I am facing the same problem with a masonry galery as well as several color sections. It was not possible to hide them on mobile. Even your code above didn’t fix it. However, if I change it a little bit to:

    @media only screen and (max-width: 767px) {
    #av-masonry-1 {
    display:none !important;
    }
    }

    It works. I wonder wether there is an Idea what might be the root cause for that?
    BR Clemens

    in reply to: Individual background per page #930484

    Thx! I am going to test it and will report here!
    Clemens

    in reply to: Background Image #929149

    Hi MIke:
    yes indeed, I tried many of those solutions which didn’t work in my case for some reason.

    I will open a new thread follwing your advice.

    Br Clemens

    in reply to: Background Image #928074

    Hi:
    is there a solution for a fullscreen background color or background image depending on the page id in a boxed layout in Enfold? I tested quite a lot of plugins and css approaches but so far I have no solution.
    BR Clemens

    in reply to: Enfold/ woocommerce mail Problem #924604

    Hi there: I could solve the issue. Problem was woocommerce germsn market: i had to renew the licence key. after that mail function were working again.

    in reply to: Different Header and Logo per Page #923991

    Hi: for my requirements I have no the following solution:

    Yigits snippet in the funtion.php (Child!) changes the logo:

    add_filter(‘avf_logo’,’av_change_logo’);
    function av_change_logo($logo)
    {
    if(is_page(9) )
    {
    $logo = “http://kriesi.at/wp-content/themes/kriesi/images/logo.png”;
    }
    return $logo;
    }

    The mentioned plugin above allows different menues however (at least as far as I understand) not different colors.

    This is why I change the colors over the quick css with the following statements:

    #top.page-id-2 #header_main {
    background-color: #ffffff !important;
    }

    #top.page-id-2 #advanced_menu_toggle {
    background-color: #ffffff !important;
    }

    That’s it! BR Clemens

    in reply to: Different Header and Logo per Page #923225

    Hi Yigit: thx: even if its reprehensible: i will checkout the plugin :-)

    in reply to: Problem with general layout settings #848014

    Hi well- now I understood. It’s working. Thank you!
    BR
    Clemens

    in reply to: Problem with general layout settings #847680

    Hi Rikard:
    and this is exactly the problem: whatever I input there doesn’t influence the site. The 5000px that are currently in come from the demo data. I thought when I input this it should go back to the demo data layout – but it doesn’t. This is why my guess is that something else needs to be adjusted or set

    in reply to: Problem with general layout settings #847606

    Hi Rikard:

    I understand that with fixed frame the content always goes until the frame. (so works the demo as well)
    The frame of my site is the magenta area. So I would expect the masonry going over the full site until the frame (different than stretched layout: here it goes over the whole width).

    In my case the masonry remains in the middle with a width of approx 940px. The question is: from where comes this/ where is the setting for the around 940px? I would expext it going until the magenta frame

    in reply to: Problem with general layout settings #846713
    This reply has been marked as private.

    Hello Andy:
    as currently the backup of the mentioned site seems to be criticial (blaugvault seems to have problem right now) i tested the code element with another site. This site is completely built up (wordpress, theme, plugins) some days ago.
    I Deactivated as sugested plug-ins one by one without seeing any impact.The behaviour of the code element still is no clear for me and at I am not able to work with it.

    What would it do in theory? Currently it seems to execute the input form code and creates on back-end level the inputform while the code-element cleans itself and is empty after a reload of the site. On Front-end level the behaviour is different: in most cases at least a major part of the inputform is
    visible but not completely . More in private content

    in reply to: Update Probleme #741812

    Hi Yigit: thank you for the quick response. Everything is fine now and update is completet!
    BR

    Clemens

    Hi Rikard:

    sorry for that with the German. I wasn’t aware that support is done from other countries than Austria :-)
    I added the code in private content as it includes some login data.

    There are different variations of the code available and i testet many of them. The effect within ENFOLD always stays the same.

    BR

    Clemens

    Hello: you find all information required below in private content
    BR
    Clemens

    in reply to: Urgent: editing doesn't work anymore #467542

    … In fact I did check it – anyway: here are new credentials checked and doublechecked. Hope it will work…

    in reply to: Urgent: editing doesn't work anymore #466838

    Did the login work? Editing stille doesn’t

    in reply to: Urgent: editing doesn't work anymore #466656

    sorry mistage

    in reply to: Urgent: editing doesn't work anymore #466653

    I Checked it – it should work. Here I cpoied it in again. maybe because of the : ?

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