Forum Replies Created

Viewing 30 posts - 5,311 through 5,340 (of 34,719 total)
  • Author
    Posts
  • in reply to: Page not found #1421744

    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,
    Mike

    in reply to: Top menu bar problems #1421743

    Hi,
    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,
    Mike

    in reply to: Which Hotel booking plugin? #1421742

    Hi,
    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,
    Mike

    in reply to: Import #1421685

    Hi,
    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,
    Mike

    in reply to: Top menu bar problems #1421684

    Hey 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,
    Mike

    in reply to: Social media icons in the mobile version #1421683

    Hi,
    Originally I didn’t see this, but today I do, I think that you have added the border radius in the team member style tab, please check and remove the numbers from the boxes:
    Enfold_Support_3570.jpeg

    Best regards,
    Mike

    in reply to: Width: left & right margin #1421682

    Hi,
    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,
    Mike

    in reply to: Side bar items #1421624

    Hi,
    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,
    Mike

    in reply to: Which Hotel booking plugin? #1421623

    Hi,
    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,
    Mike

    in reply to: Navigation Background Not Loading #1421544

    Hey 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,
    Mike

    in reply to: Pictures went from https to http #1421542

    Hi,
    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,
    Mike

    in reply to: &-sign is very curly in Helvetica #1421541

    Hi,
    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,
    Mike

    in reply to: Size social media buttons/icons sin header larger #1421540

    Hey Henning,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Side bar items #1421539

    Hey 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,
    Mike

    in reply to: Which Hotel booking plugin? #1421536

    Hey 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,
    Mike

    in reply to: RADIO on ENFOLD FORM #1421535

    Hey 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,
    Mike

    in reply to: Pictures went from https to http #1421533

    Hey 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,
    Mike

    in reply to: Change Shop #4 #1421531

    Hi,
    Ok, so it is working correctly now, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Pagination #1421430

    Hi,
    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,
    Mike

    in reply to: Mobile View Issues #1421429

    Hi,
    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,
    Mike

    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,
    Mike

    Hi,
    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,
    Mike

    in reply to: Fullwidth Easy Slider images #1421416

    Hi,
    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,
    Mike

    in reply to: Mobile View Issues #1421413

    Hi,
    OK, I deleted your original page and then emptied the trash so the new page could have the same slug (URL) and then I used the “Quick Edit” open to change the title and slug:
    Enfold_Support_3568.jpeg
    Then I re-added the page to your menu under services, I believe in the right place, please check.

    Best regards,
    Mike

    in reply to: Mobile View Issues #1421383

    Hi,
    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,
    Mike

    in reply to: Disable Google Fonts #1421382

    Hi,
    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 Support

    Best regards,
    Mike

    in reply to: Remove header + footer and add comments #1421378

    Hi,
    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,
    Mike

    in reply to: Demo Import not completed #1421377

    Hi,
    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,
    Mike

    in reply to: Apply custom link to the whole box of a portfolio grid #1421375

    Hi,
    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,
    Mike

    Hi,
    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

Viewing 30 posts - 5,311 through 5,340 (of 34,719 total)