-
AuthorSearch Results
-
March 21, 2024 at 7:51 pm #1437815
Topic: Social Icons Widget Alignment
in forum Enfoldblaisen
ParticipantI followed Guenni007 design for adding a social bookmarks widget to my site so that I could display the icons in the main content area https://kriesi.at/support/topic/social-bookmarks-widget-how-to/ This worked and with a little CSS formatting, I’m almost there. The one thing I can’t achieve is centering the widget items on the page. I’ve tried everything in the CSS and cannot find the right way to do it. Can you help? https://ibb.co/hByqwDr
March 21, 2024 at 3:45 pm #1437785In reply to: Cookiebot Support (Feature Request with Patch)
Hi,
I thought based on topic title you are using a plugin.
I’ve changed the implementation that this “feature” must be activated by user in child theme functions.php:
add_theme_support( 'avia_include_cookiebot' );As there are too many files involved I would like to send you a complete copy of the theme to check. Let me know, to which E-Mail I can mail it please.
Best regards,
GünterMarch 21, 2024 at 1:51 pm #1437781In reply to: Logo Not Displaying & Video Player Issue
This reply has been marked as private.March 21, 2024 at 1:31 pm #1437779In reply to: I would like to hide this button.
ok – sorry that is the other Events Plugin.
Seems that both plugins: Events Manager and Events Calendar got this feature of “Add to calendar”And maybe it is better to get rid of the whole wrapper :
#top .tribe-events-c-subscribe-dropdown__container { display: none !important; }March 21, 2024 at 12:22 pm #1437775In reply to: I would like to hide this button.
Hi,
Thank you for the update.
Please use this css code instead:
#top .tribe-events-c-subscribe-dropdown__button-text { display: none !important; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the code and make sure to purge the cache.
Best regards,
IsmaelMarch 21, 2024 at 10:09 am #1437753that is the reason why:
” Incidentally, I think it’s better to start a new thread when a topic was started that long ago. ”To reach a Developer here is best to have a new topic – with more informative title.
or write to “Please submit your feature requests and suggestion directly on GitHub.”
you can see the links to those important enfold links in right sidebarMarch 21, 2024 at 8:37 am #1437747In reply to: I would like to hide this button.
try – because it seems only be shown on single events page:
#top.single-event .em-event-add-to-calendar { display: none; }March 21, 2024 at 8:01 am #1437736you can have that with buttons_fullwidth.php too but on buttonrow.php i have to look how the customclass is added there.
_____
Incidentally, I think it’s better to start a new thread when a topic was started that long ago.March 21, 2024 at 1:22 am #1437723In reply to: license issue
Please excuse my ignorance. My question is regarding the license. is relating to the fact that I continue to pay $33 each month, have never stopped for years. So would I not be getting support?
Sorry I am having trouble understanding this.
Thank you for any information.March 20, 2024 at 4:18 pm #1437709In reply to: Choose of size in shop looks very special on tablets
Hi Mike
The old screenshots where already deleted.
I made two new screenshots for that you see the problem.
On the desktop, you can go to the shop and then click on the size dropdown and everything is ok.
On the tablet, when you click o the size dropdown, the dropdown goes into the middle of the screen and on the right side, where the dropdown wa before, there is a red area.
Best regards
MikeMarch 20, 2024 at 3:59 pm #1437706In reply to: How to safely duplicate pages
Hi,
Thanks @guenni007 for helping out :-)
Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardMarch 20, 2024 at 3:59 pm #1437705Hi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it
Best regards,
RikardMarch 20, 2024 at 12:25 pm #1437690In reply to: Broken Enfold layout after updating a random plugin
This has become very complicated, but It seems I might have find the solution.
Please let’s start this topic from point zero!– I have updated a plugin, websdesign was broken again after that, amd the reasson is that one URl can not be found after updating a plugin:(404):
wp-content/uploads/dynamic_avia/avia_posts_css/post-17.css?ver=ver-1710925631Now I discovered that I also have an a second folder with a /post-17.css file in it:
/wp-content/uploads/avia_posts_cssI have read in another topic that this folder was prior Enfold version 5.3 and was only kept for cache backward compatibility, and is no longer used and can be deleted.
So I tried this: I deleted the folder /wp-content/uploads/avia_posts_css from 2 websites (cleared cache) and then updated a plugin again. Result: no issues anymore, no more broken website design after updating a plugin!
Could this have been the issue then: a “double” file named /post-17.css in 2 different /avia_posts_css folders, somehow meshing up things?
March 20, 2024 at 11:38 am #1437686Hi,
Thanks for the screenshot. You can do that by adding a Color Section at the top of your layout, then a 1/1 element below it. The sidebar will show next to the last non full width element.
Best regards,
RikardMarch 20, 2024 at 11:36 am #1437685In reply to: Textblock Font Sizes ignored by some browsers
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it
Best regards,
RikardMarch 20, 2024 at 10:27 am #1437679In reply to: Logo Not Displaying & Video Player Issue
Hey FokeOne,
Thank you for the inquiry.
Did you set the Layout > Header visibility and transparency settings to the 5th option? Please note that this option will initially hide the header and only display it on scroll. If you need the logo to display without scrolling, try to add this css code:
#top .av_header_transparency.av_alternate_logo_active .logo a > img, #top .av_header_transparency.av_alternate_logo_active .logo a > svg { opacity: 1; }Did you try muting the video? We may need to access the site in order to properly check the issue with the video element. Please provide the site URL in the private field.
Best regards,
IsmaelMarch 20, 2024 at 5:02 am #1437667In reply to: Footer overlap testimonials on mobile homepage
Hey khrntanya,
Thank you for the inquiry.
It’s the same issue as you have here: https://kriesi.at/support/topic/several-ninjaforms-in-grid-being-cut-off-by-footer/
The following css limits the height of the Grid Row cells:
.responsive #top #wrap_all .av-flex-cells .avia-builder-el-last.no_margin { height: 500px !important; }Please remove the css code or adjust it appropriately.
Best regards,
IsmaelMarch 20, 2024 at 4:57 am #1437666Hey khrntanya,
Thank you for the inquiry.
Did you add this css code?
.responsive #top #wrap_all .av-flex-cells .avia-builder-el-last.no_margin { height: 500px !important; }This limit the cell height to 500px, cutting off taller content or elements.
Best regards,
IsmaelMarch 20, 2024 at 4:45 am #1437664In reply to: How to remove Header completly
Hey edgeofcinema,
Thank you for the inquiry.
In the page editor, you can select the Blank – No Header, No Footer template in the Page Attributes > Template dropdown to create a page without the header and footer container. You can also decrease the top and bottom padding of the Color Section by adjusting the Layout > Margin and Padding > Section Padding settings to further decrease the space above the section.
Best regards,
IsmaelMarch 19, 2024 at 7:59 pm #1437643Topic: Image compression
in forum Enfoldnavindesigns
ParticipantIs there any additional way to stop the Enfold theme from compressing images? My client is complaining that the images are being compressed and does not look crisp on the portfolio page – https://rgoproductions.com/portfolio/
I know enfold does compress the images but is there a way to stop this?
March 19, 2024 at 7:57 pm #1437642In reply to: Where to find the Chart-Element?
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardMarch 19, 2024 at 6:36 pm #1437635Hi,
The css can be adjusted to check the background color of the ol, for example on the text page that you linked to the background color of the ol is #666666 so we would use this css:#top ol[style*="background-color:#666666;"] li a:hover { color: red; }for your other pages adjust the colors to suit.
Best regards,
MikeMarch 19, 2024 at 6:24 pm #1437633In reply to: Serach Bar in Header Styling
Hi,
When I check the box with the icon is already red like you are requesting:

this css will add the border and change the background color of the search field:#top .av_minimal_header .avia-search-tooltip input#s { background-color: #f8f8f8; border: 1px solid #e1e1e1; }After applying the css, please clear your browser cache and check.
Best regards,
MikeMarch 19, 2024 at 6:02 pm #1437631Topic: Mobile Menu Items
in forum Enfoldimagestudios
ParticipantOne of the elements of Enfold that I struggle with every time is getting the mobile menu colors to be what I want. I’ve looked at a number of past topics, but nothing really spells it out that works. Is there documentation of what coding to use to control the colors for the main menu, submenu colors and menu/submenu color upon click? For example, it looks great on the main desktop website navigation, but mobile colors are all different and not sure why. So, to sum up, I can set colors for desktop just fine, but those colors don’t translate to mobile. Can you provide coding or point me in the right direction for coding that can control color for the following items:
Mobile main menu items
Mobile sub menu items
Mobile menu items click color
Mobile main menu item font color
Mobile sub menu font colorThank you!
URL in comments below.March 19, 2024 at 6:01 pm #1437630In reply to: 2 Up Columns on Mobile
Hi,
Thanks for the feedback, this sounds like an unexpected side effect from the reload part of the script, I have disabled this, please clear your browser cache and check again.
Please note that if you resize a desktop browser to emulate a mobile device you will need to manually reload the page, but this should not be an issue for a real mobile device.Best regards,
MikeMarch 19, 2024 at 4:38 pm #1437589Topic: Bullet Columns on mobile
in forum Enfoldkhrntanya
ParticipantHi, I noticed the columns I made on the membership page don’t look great on mobile. Is there a way to have the 2 columns only show up on desktop/ tablet? ON mobile it can be only 1 column.
March 19, 2024 at 3:32 pm #1437560In reply to: Textblock Font Sizes ignored by some browsers
The first text block has the media query 30px desktop / 20px / 18px / 15px. It looks fine!
The text block under “LEISTUNGEN” and “UNTERNEHMEN” and has the same settings but is not displayed in Safari and the private modes of Firefox and Chrome, but only the default size of 18px…
Even if I duplicate the first text block and move it further down, it is only displayed at the standard font size settings???
March 19, 2024 at 2:33 pm #1437550Topic: Fixed images displaying with fixed scroll affect on a mobile
in forum EnfoldM-Graphics24
ParticipantHi Kriesi,
Please could somebody help with how I get the fixed image scroll effect to work on a mobile with enfold the way it does on a desktop or laptop.
March 19, 2024 at 1:22 pm #1437544In reply to: Reduce padding mobile for this seciton
Hey khrntanya,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_cell.av-aaju7-a2b12b914871cfa296a207a365df0f56 { padding: 20px 10px 20px 10px !important; } }Best regards,
RikardMarch 19, 2024 at 1:14 pm #1437543In reply to: Do you delete questions? SEO Queston
These are showing up on the broken backlink checker. QUESTION ONE: Should I worry about this? Should I reupload what I removed? It did not seem to work since no icons showed up when I uploaded it.
QUESTION TOW: Are there any theme settings that will help resolve some of the issues on the page speed test?I have my page speed on the desktop down to one second and on page one of Google’s many pages. Those same pages will not even show in the search results on the phone. Loading in 5-7 seconds is the cause of not ranking WHAT ENFLOLD SETTINGS will help with this.
I don’t understand Google’s explanation on their pages. If I cannot fix this, guessI will have to spend a ton of money to hire someone. I do not trust anyone to do this
Anything you can do to help would be appreciated.
-
AuthorSearch Results
Viewing 30 results - 5,581 through 5,610 (of 142,870 total)
-
Search Results
-
Topic: Image compression
Is there any additional way to stop the Enfold theme from compressing images? My client is complaining that the images are being compressed and does not look crisp on the portfolio page – https://rgoproductions.com/portfolio/
I know enfold does compress the images but is there a way to stop this?
Topic: Mobile Menu Items
Topic: Bullet Columns on mobile
Hi, I noticed the columns I made on the membership page don’t look great on mobile. Is there a way to have the 2 columns only show up on desktop/ tablet? ON mobile it can be only 1 column.
Hi Kriesi,
Please could somebody help with how I get the fixed image scroll effect to work on a mobile with enfold the way it does on a desktop or laptop.
