Forum Replies Created
-
AuthorPosts
-
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for the link to your site, I enabled the WP Rocket to see what could be the cause for the topbar menu error, and it seems to be the WP Rocket setting “Optimize CSS delivery” I disabled this and tested your homepage with Windows in Chrome, Firefox, & Edge in a separate logged out window and this seems to have solved the issue. Please clear your browser cache and check. I would not worry about this option because you are using the theme option Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression which should be the same thing, sometimes using two options to do the same thing can cause errors.
To disable the topbar on mobile I added this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 980px) { #header_meta { display: none; } }
I choose 980px because that is when your topbar started doubling up, if you want to change it to when the burger menu is not shown, try changing it to 990px.
Best regards,
MikeHi,
Yes I understand, our demo was created with the WooCommerce Bookings plugin in mind and the Motopress Hotel Booking Plugin can’t use the same settings and options.
Unfortunately I don’t have a solution for you, if you would like to request this feature of a new demo being created, the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.Best regards,
MikeHi,
Try the ports 80 and 443.
The only other solution that would probably work is for you to import the demo on a localhost and use the plugin duplicator and then install the clone on your server.Best regards,
MikeHey prerules,
Thank you for the link to your site, it looks like right now you have the top bar disabled so I’m not seeing it at all. But from your screenshots it looks like you are showing a secondary menu in the top bar. If you want to hide it on mobile we can offer some css to do so, with eight menu items it will show as multiple lines.
We could also help you show only two or three menu items on mobile so your most important items will show.
As for the difference between your logged in and out views, I think that this maybe related to a caching plugin, are you using one? Try disabling it and check again, if not please include an admin login in the Private Content area so we can check and be of more assistance.Best regards,
MikeHi,
I believe that you are understanding correctly, I didn’t see any stretching, but the image stretching may also occur at very large screen widths like 2560px, it kind of depends.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
OK, good. I understand that you want the Pro version, I was thinking that if the Free version works with Enfold than there is a good chance that the Pro version would also work.
I recommend testing the free version while tou wait to hear back from them. I would also ask them if you can get a refund for the Pro version if you have trouble with it.Best regards,
MikeHey amanda-mdllc,
Thank you for the link to your site, to add the background image to the header try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header_main { height: 170px; background: url(https://campfire-sunshine.org/wp-content/themes/CampFireCouncilTheme/images/header-small.jpg) no-repeat center top; background-size: cover; }
After applying the css, please clear your browser cache and check.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Henning,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey gfriend70,
Thanks for the link to your site, but I was not able to login, it seems the password is not correct.
Try going to Enfold Theme Options ▸ Sidebar Settings ▸ Page Sidebar navigation and disable this option.Best regards,
MikeHey Oriano,
I tried searching for Motopress Hotel Booking Plugin but I didn’t find any results for using it with Enfold, I did find that they offer a free version: Hotel Booking Lite so assuming that it is built the same way, perhaps you can test with it and ask the plugin author if it works in the same way.Best regards,
MikeHey webba,
Unfortunately we don’t have a radio option, but you could use the checkbox option and try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:input[type="checkbox"]{ visibility: hidden; position: absolute; } input[type="checkbox"] + label:before{ height:12px; width:12px; margin-right: 2px; content: " "; display:inline-block; vertical-align: baseline; border:1px solid #777; } input[type="checkbox"]:checked + label:before{ background-color: black; } input[type="checkbox"] + label:before{ border-radius:50%; }
to make it look like a radio button. If you are also using checkboxes and this causes a conflict, please link to your form and tell us which ones should be a radio button and we can adjust this css to help.
Best regards,
MikeHey AuroraArcus,
Please check your URL at:
WordPress ▸ Settings ▸ General ▸ Site Address
WordPress ▸ Settings ▸ General ▸ WordPress Address
these are http please change to https and save the settings.Best regards,
MikeHi,
Ok, so it is working correctly now, shall we close this thread then?Best regards,
MikeHi,
Thanks for the link to your page, when I check the pagination seems to work correctly.
I checked the first three pagination and the items are different and the pagination buttons work correctly.
Please try clearing your browser cache and checking again.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeOctober 4, 2023 at 11:05 pm in reply to: av_blog shortcode change title slide-entry-title entry-title h3 to h4 #1421428Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeOctober 4, 2023 at 5:46 pm in reply to: Enfold and WP Content Copy Protection & No Right Click on mobile #1421418Hi,
Unfortunately Ismael’s code disables the pointer event (mouse click) so it will not be possible for the lightbox to be activate. Unfortunately in this situation you can’t have both.
As Ismael pointed out, perhaps the plugin author will have a better idea to achieve this, or perhaps freelance developer could help. On upwork there are many people who offer to customize existing plugins, perhaps this will help.Best regards,
MikeHi,
Glad we could help, you could try Canva.com it’s free and can do a lot, for more specific help I typically search on YouTube because I find it easier to learn by watching. Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
To add a little space between the widget title and the image try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.sidebar .custom-html-widget h3 { margin-bottom: 20px; }
Feel free to adjust to suit and check on desttop and mobile, and if it all looks good let me know and I will delete the current /podcasting/ page and change the /podcasting-test/ page to replace it.
Best regards,
MikeHi,
To stop Google Fonts from loading in reCaptcha you will need to use a plugin like Disable and Remove Google Fonts.
To disable Emojis go to Enfold Theme Options ▸ Performance ▸ Disable Emoji/Smiley SupportBest regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeOctober 4, 2023 at 12:05 pm in reply to: Apply custom link to the whole box of a portfolio grid #1421375Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeOctober 4, 2023 at 12:05 pm in reply to: Enfols multilanguage site using child and parents sub-directories on WP basis #1421374Hi,
Glad we were able to help, if you have any further questions, or run into any snags adding your other two languages please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts