Forum Replies Created

Viewing 30 posts - 5,791 through 5,820 (of 35,209 total)
  • Author
    Posts
  • in reply to: Plugin Encyclopedia – exclude rendering from Enfold #1421763

    Hey WebbR,
    I tried the plugin, but I didn’t find a way to make it look like the demo, I didn’t find any css applied to the page nor the filter. I didn’t find the help info helpful and it seems to be geared towards the pro version. I’m not knocking it, but I would look for another solution. I would expect a shortcode that you can add to any page to display the plugin posts and the filter.
    Sorry I was not more help.

    Best regards,
    Mike

    Hi,
    The code above will not remove existing images, you will need to use a separate plugin like Regenerate Thumbnails, as I recall this one will remove the unused images.

    Best regards,
    Mike

    in reply to: Set masonry overlay color #1421760

    Hi,
    Unfortunately there is not a way to do this with ACF & Enfold because Enfold doesn’t get the CSS colors from the post. Unfortunately I don’t see a way to do this.
    Perhaps you can get ACF to add a custom class to the masonry element that can specify the color, but I didn’t find a way to do this, my ACF knowledge is limited as well as our support of ACF.

    Best regards,
    Mike

    in reply to: Vimeo Popup: inline text anchor link does not work #1421758

    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: contact form autoresponder with field entries #1421757

    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: Different widths for different elements on pages? #1421756

    Hey Marc,
    Thanks for your question, unfortunately we don’t have a built in way to specify element widths, typically the width is a percentage of the content width at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Content | Sidebar Ratio
    Enfold_Support_3598.jpeg
    So you could try adjusting these two options, if this doesn’t give the control you wish, we could help with so CSS that can set the max-width of certain elements.
    If you would like this please link to a couple of pages with the elements for us to examine.

    Best regards,
    Mike

    in reply to: Hotspot Numbers #1421755

    Hey Stefan,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-image-hotspot_inner {
        color: transparent !important;
    }
    .av-image-hotspot_inner::after {
        content: '';
    	color: black;
    	left: -3px;
    	position: relative;
    }
    
    div .av-image-hotspot:nth-child(1) .av-image-hotspot_inner::after {
    	content: 'A';
    }
    
    div .av-image-hotspot:nth-child(2) .av-image-hotspot_inner::after {
    	content: 'B';
    }
    div .av-image-hotspot:nth-child(3) .av-image-hotspot_inner::after {
    	content: 'C';
    }
    div .av-image-hotspot:nth-child(4) .av-image-hotspot_inner::after {
    	content: 'D';
    }
    div .av-image-hotspot:nth-child(5) .av-image-hotspot_inner::after {
    	content: 'E';
    }

    If you have more than 5 hotspots, copy the last one and add as many as you need changing the number and the letter.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Top menu bar problems #1421754

    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: Image Hotspot Links #1421749

    Hey Celeranttechnologycorp,
    Unfortunately the link you posted to the example thread is not working, I tried searching but didn’t find and suitable results, and nothing comes to mind for this.
    Please try linking to the thread again. I assume that you mean that the hotspots are set to show only on click and you have a text block next to it with links, clicking one will open the hotspot.
    Would this be the only element on the page at full height, or does the hotspot also need to scroll into position, I would see this as a problem.
    Does this also need to work on mobile?
    Can you create a test page so wee can see the layout?

    Best regards,
    Mike

    in reply to: contact-field #1421745

    Hey Tim,
    Please use the shortcode wand to create a contact form and paste the shortcode into a custom HTML widget.

    Best regards,
    Mike

    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

Viewing 30 posts - 5,791 through 5,820 (of 35,209 total)