Forum Replies Created
-
AuthorPosts
-
Hi Gerd,
Thanks and no need for screenshots since I can view them via responsive modes in a chrome web inspector.
I tried to tweak it via web inspector however it doesn’t seem to work. Maybe there’s a setting in slider revolution for mobile that you can customize?
Can you give us temporary admin access? so we can try to check on it further.
Just post the login details in private content, so it’s only visible to us (moderators) and you (thread creator).Best regards,
NikkoHi robertoKM,
You’re welcome. :)
Go to Enfold > Advanced Styling > Choose Main Menu Links (in Select an Element to customize).
Change the font color then check Apply only to mouse hover state.
Hope this helps.Best regards,
NikkoHi 0_o,
Thanks, try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-741 { direction: rtl; }Best regards,
NikkoHi Marco,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .widget_categories h3.widgettitle { text-align: center; } #top .widget_categories ul { display: flex; flex-wrap: wrap; } #top .widget_categories li { flex-grow: 1; width: 32%; float: none; }Best regards,
NikkoHi marcoabis81,
Thanks and I apologize I thought the site you gave was how you want it to look like since the screenshot is the same.
Just to clarify, you want to make the width narrow on this specific post? if yes, try adding this css code in Quick CSS, located in Enfold > General Styling:.single-post.postid-20727 .container.template-blog { max-width: 980px; }We’ll check your other posts.
Best regards,
NikkoHey Marco,
Yes, the latest post is by the default shows first it’s arranged by date in descending order.
Best regards,
NikkoHey Marco,
Thanks for providing the screenshot.
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:#top #header .avia_mega_div > .sub-menu > li { max-width: 25% !important; display: inline-block; } #header .mega_menu_title, #header .avia_mega_div .avia-menu-text { font-weight: bold; }Hope it helps.
Best regards,
NikkoHey Marco,
I can’t seem to find the category widget you mentioned.
The only widgets I see are those on the footer, can you give a screenshot where it shows?Best regards,
NikkoHey Gerd,
There seems to be no space between the heading slider and the next section, did you already fix it?
If not, can you give us a screenshot on how it looks on your end?Best regards,
NikkoHi apajo,
Just replace the code I gave:
#top #avia-menu .avia-menu-fx { top: auto; bottom: 0; }with:
#top #avia-menu .avia-menu-fx { top: auto; bottom: 0; border-width: 2px; }Just adjust the border width value.
Best regards,
NikkoHi Tommy,
Can you give a link to your site? so we can try to inspect it.
Also the svg file needs to be uploaded to your child theme first, the url in the background image needs to be changed in this code:background-image: url(images/mejs-controls-dark.svg);Let us know if there’s a part that’s confusing.
Best regards,
NikkoHi robertoKM,
This is now fixed.
In Enfold > Header > Header Layout (tab) > Header Style, I have changed it to: Default (with borders, active menu indicator and slightly transparent).
Let us know if you need further assistance.Best regards,
NikkoHi hector1069,
I have hidden the number captcha which is setup in the form itself.
You won’t see any captcha text with google recaptcha v3, you can see the explanation by google here: https://www.youtube.com/watch?v=tbvxFW4UJdU
You’ll know it’s there if you check the page source and check for captcha script.Best regards,
NikkoHi Marco,
I see, can you give us the link to that specific post? so we can give you the exact css that should work.
Best regards,
NikkoHi otmmark,
Here are my screenshots:
Using Text Editor: https://imgur.com/CLqC2nL
Using Visual Editor: https://imgur.com/b1FMxXP
Using Visual Editor (Toolbar Toggled): https://imgur.com/K5VZDdrI have checked your diagnostics page and I could see the element preview but the text is white so it’s not clear and the toolbars are the same on my end.
Can you try to clear the browser cache?Best regards,
NikkoHi torstenhalm,
It looks the same on my end and it’s top of each other, do you want to have them left and right?
I think you can use the Table element and set the Table Options to Use as a data table. You can also use layout elements like 1/2 to do it.Best regards,
NikkoHi kbutler6,
Unfortunately this is not possible atm.
You’ll need to apply the template manually per page.Best regards,
NikkoHi otmmark,
I have checked your site and it’s the same with what I have on my end.
There’s a toolbar toggle that shows additional tools.
Are you referring to additional tool provided by TinyMCE Advanced plugin?Best regards,
NikkoHey kitchkitch,
Unfortunately, it’s not possible to stack to sticky menu items with just some custom css codes and it would require to tweak some js files in order to do this which is outside the scope of our support.
The only possible workaround I can think of is to have one fullwidth sub menu which functions the same (sticky when you scroll over it) and the other one is already sticky from the start.Best regards,
NikkoHey tommyp15,
The default colors can be changed via css however the icons like the play/pause button doesn’t change because it’s an svg file and you’ll need to replace it with a dark svg file or image.
Here’s a great guide in styling wordpress’ media player: https://www.cssigniter.com/css-style-guide-for-the-default-wordpress-media-player/ under it’s “Styling the player” section just replace .mytheme-mejs-container with #top, so the code in Quick CSS should be:/* Player background */ #top .mejs-container, #top .mejs-controls, #top .mejs-embed, #top .mejs-embed body { background-color: #efefef; } /* Player controls */ #top .mejs-button > button { background-image: url(images/mejs-controls-dark.svg); } #top .mejs-time { color: #888888; } /* Progress and audio bars */ /* Progress and audio bar background */ #top .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, #top .mejs-controls .mejs-time-rail .mejs-time-total { background-color: #fff; } /* Track progress bar background (amount of track fully loaded) We prefer to style these with the main accent color of our theme */ #top .mejs-controls .mejs-time-rail .mejs-time-loaded { background-color: rgba(219, 78, 136, 0.075); } /* Current track progress and active audio volume level bar */ #top .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, #top .mejs-controls .mejs-time-rail .mejs-time-current { background: #db4e88; } /* Reduce height of the progress and audio bars */ #top .mejs-time-buffering, #top .mejs-time-current, #top .mejs-time-float, #top .mejs-time-float-corner, #top .mejs-time-float-current, #top .mejs-time-hovered, #top .mejs-time-loaded, #top .mejs-time-marker, #top .mejs-time-total, #top .mejs-horizontal-volume-total, #top .mejs-time-handle-content { height: 3px; } #top .mejs-time-handle-content { top: -6px; } #top .mejs-time-total { margin-top: 8px; } #top .mejs-horizontal-volume-total { top: 19px; }Just replace the colors and the background image.
Hope this helps.Best regards,
NikkoHey robertoKM,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey Renee Allen-Mills,
Thanks for contacting us!
The logo slider is not actually a global element (but it can be) and there ways to use it in other pages.
First, if you save it as a template you can use it on other pages then maybe replace with different logos.
Second, Enfold elements are shortcodes by nature, so you can just build it in one page then copy its generated shortcode ( here’s a screenshot of how it looks: https://imgur.com/SS1Qx4S ) then place it in a widget or echo out the shortcode in footer.
Hope my answer helps.Best regards,
NikkoHey sunseekertours,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Jeremy,
Thanks for contacting us. :)
Yes, theme updates are included and you don’t need to renew subscription for future theme updates.
However the support is only upto 6 months, you’ll need to renew subscription for the support.Best regards,
NikkoAugust 6, 2019 at 6:17 am in reply to: Fullwidth video slider element is not working on my website #1124969Hey sunseekertours,
I can see the video on my end (see private content).
What browser and OS (windows, mac, linux) are you using?Best regards,
NikkoHey nigdowser,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi codecreative,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
#top .av-main-nav ul ul { left: 150px; }Best regards,
NikkoHi marcoabis81,
In your WordPress Dashboard, go to Enfold > General Layout > Layout (tab) > Use stretched or boxed layout?, set this to Boxed Layout.
Hope it helps.Best regards,
NikkoHey torstenhalm,
Can you give us the login link and the page that has the issue as well? so we can check further on the issue.
Best regards,
NikkoHey xyzb,
I can’t find the project link, tried to check the partner images but doesn’t seem to open in lightbox.
Best regards,
Nikko -
AuthorPosts
