Forum Replies Created
-
AuthorPosts
-
Thank you Victoria,
I do not want to show 3×3 but 4×2 (4 images in a row, 2 rows).
So I want the items size to be 25%, but only when it’s a 4-columned Partner/Logo Element (There are other pages with a 6-columned element, which on mobile shows 3 columnes due to the code I showed above. ex in Private content)Hi,
See link below to a sandbox with no cache or minification.
Thank you
Of course, see link below.
I added the css class “four-columns-grid” to the Partner/Logo Element in the page and tried to target it this way, but it didn’t work:
.responsive #top #wrap_all .avia-logo-element-container .four-columns-grid .slide-entry { width: 25% !important; }
Hi, see login link in Private Content.
(Meanwhile I removed the google maps widget from the specific page I linked to in the first comment).Hi,
Unfortunately it didn’t work… Same problem occurs.
Thanks, but even after adding the code to the child theme’s functions.php file and flushing cache, I still get the same error…
Thank you – I updated the child-theme header file according to the new header file of the theme and it works great!
Hi,
It is enabled and still doesn’t work :(March 12, 2018 at 9:10 pm in reply to: could it be that Enfold version 4.2.3 is the End of the road for RTL users? #925710Hi @ismael ,
Since this thread has been opened, new versions of Enfold were published.
Is the latest version more compatible with RTL?February 16, 2018 at 12:07 am in reply to: could it be that Enfold version 4.2.3 is the End of the road for RTL users? #913027@Ismael , Thank you as always for the help.
The idea of altering the structure of the theme in order to fit RTL in a better way is great – but I will wait for a more stable and tested version until I update my site…February 14, 2018 at 10:02 pm in reply to: could it be that Enfold version 4.2.3 is the End of the road for RTL users? #912519Yep, just as @GuyMVI said – The new version demands a rearrangement of the columns, but the columns’ padding, margins etc. is just wrong.
Adding a link to a page in order to compare – my site with 4.2.2 version vs. stage site with 4.2.3 after rearranging columns.February 14, 2018 at 7:10 am in reply to: could it be that Enfold version 4.2.3 is the End of the road for RTL users? #912121Hi,
I’m adding a link to the site before update below, so you can see how the update made everything flip.
February 13, 2018 at 11:05 pm in reply to: could it be that Enfold version 4.2.3 is the End of the road for RTL users? #911970Hi,
see login details in Private Content.
Every part in the website which was divided to columns just flipped after the theme update.Hope for your help.
Thank you :)February 12, 2018 at 10:01 pm in reply to: could it be that Enfold version 4.2.3 is the End of the road for RTL users? #911394I also encountered this problem after updating.
Couldn’t but recover the site because it was all broken: Footer widgets (4 columns) were flipped, ie.@Ismael
Yeah, it’s inside the functions.php file, but seems like it doesn’t have any effect…In chrome for desktop, chrome mobile on android, safari on iphone 5…
Seems like the filter doesn’t really work.@Ismael , After testing on a few devices, it seems like the code doesn’t bypass the font settings in the theme settings…
Even though it is in the functions.php file, I see Arial as the body font… :(Great! It worked. Thank you
Yes, but I want the Body font to be in Heebo too… :)
Yes, it has now.
It did work for the Heading font – the setting stayed after refreshing the page.
Unfortunately, it didn’t work for the Body font which resets itself to Arial :(Updated login credentials are in the private content.
I tried to check it when cache is disabled, and the problem still occurs.
But when I chose another fonts from the list in the “fonts” segment under “General Styling” – the setting was saved correctly. So it seems like there is a specific problem with the Heebo font.
It was added to the list via a code that I inserted to the function.php file after I read instructions in this forum. This is the code:add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Heebo'] = 'Heebo:400,500,700&subset=hebrew'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Heebo'] = 'Heebo:400,500,700&subset=hebrew'; return $fonts; }
- This reply was modified 7 years, 1 month ago by barak97.
Now I come across a worse problem… The font settings seems to not be saved at all.
After choosing the font and hitting “save all changes”, I click on the theme settings on the sidebar, go to “General styling” page and it’s like I didn’t change anything at all – goes back to “Default” and “Arial”.Is there a way to disable this option? Override it?
Even when using a google font plugin it doesn’t override the theme settings.
Any help?Well, when only filling “%portfolio_entries%” under “Portfolio Items Base”, it made all pages (except for front page) go 404.
But when adding a string (ie. “services/%portfolio_entries%”) it works.Thank you!!! :)
- This reply was modified 7 years, 2 months ago by barak97.
If I have to hire a freelance, why did you tell me to ask for help in a new thread?
https://kriesi.at/support/topic/portfolio-categories-into-url-permalink/
September 1, 2017 at 6:26 pm in reply to: Disable load animation for a spesific Masory Gallery item #846945Ok… I will find another way to implement this idea.
Thank you for your help! :)August 29, 2017 at 3:56 pm in reply to: Disable load animation for a spesific Masory Gallery item #845371I turned all of the plugins off – It didn’t change. (Off course refreshed with ctrl+shift+r)
- This reply was modified 7 years, 2 months ago by barak97.
Did just what you did – It made all of the pages (instead of the front page) go 404.
What do you mean by “flush”?
After I added the code I went to the permalink page, removed the content of the portfolio fields and saved changes. Then everything went 404.Actually, when I trird to add the code without changing anything in the permalink settings page it did work – but only until I added a new blog post and then everything went 404…
-
AuthorPosts