Forum Replies Created
-
AuthorPosts
-
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
January 10, 2019 at 3:04 pm in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1052342Hi 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 ClemensJanuary 10, 2019 at 1:48 pm in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1052330Hi 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)?January 10, 2019 at 1:10 pm in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1052324Hello: 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?
November 13, 2018 at 10:33 am in reply to: Spalten werden im Warenkorb nicht angezeigt bei mobile devices #1032922Hallo: 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?
Hallo: ich habe das Problem auch auf 2 völlig unterschiedlichen Seiten. Wie sah denn damals am Ende die Lösung aus?
Hi Victoria:
I am checking this with google webmaster tools.
BR ClemensHi 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
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!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.same here
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 ClemensThx! I am going to test it and will report here!
ClemensHi 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
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 ClemensHi 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.
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
Hi Yigit: thx: even if its reprehensible: i will checkout the plugin :-)
Hi well- now I understood. It’s working. Thank you!
BR
ClemensHi 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 setHi 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
This reply has been marked as private.February 7, 2017 at 10:49 am in reply to: Problems with AVIA Layout builder while usinge element code block #743806Hello 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 contentHi Yigit: thank you for the quick response. Everything is fine now and update is completet!
BRClemens
February 2, 2017 at 10:40 am in reply to: Problems with AVIA Layout builder while usinge element code block #741695Hi 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
February 1, 2017 at 12:52 pm in reply to: Problems with AVIA Layout builder while usinge element code block #741182Hello: you find all information required below in private content
BR
Clemens… In fact I did check it – anyway: here are new credentials checked and doublechecked. Hope it will work…
Did the login work? Editing stille doesn’t
sorry mistage
I Checked it – it should work. Here I cpoied it in again. maybe because of the : ?
-
AuthorPosts