Forum Replies Created

Viewing 30 posts - 5,491 through 5,520 (of 34,919 total)
  • Author
    Posts
  • in reply to: Set masonry overlay color #1421781

    Hi,
    I believe the category class is added to the masonry so you could set the css color via this class. I don’t think that you can add a ACF field to the Masonry sorting options.
    Pehaps an expert with ACF has a way to do this, but it’s beyond our abilities here.
    I recommend adding css to set the color via the category class, if you need some help with this please link to your example page and let us know what colors you want for each category.

    Best regards,
    Mike

    in reply to: contact-field #1421780

    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: Headlines on mobile phones #1421779

    Hi,
    Glad we were able to help, I will look at your other issue, it looks complicated so it may take some time. 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: Add area image to shop pages #1421772

    Hey Sebastian,
    Try this solution.

    Best regards,
    Mike

    in reply to: Headlines on mobile phones #1421771

    Hi,
    On the page that you linked to, “Schulmaterialien” is an H1 tag and your CSS is targeting H2 tags, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:

    @media only screen and (max-width: 767px) {
      #top #wrap_all #main .header_color h1,
      #top #wrap_all #main .main_color h1,
      #top #wrap_all #main .alternate_color h1 {
        font-size: 24px;
      }
    }

    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: Cannot get demo content to upload #1421770

    Hi,
    Glad Rikard 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: 4 content boxes not working corectly #1421769

    Hi,
    Thanks for the link to your page, it looks correct now so you must have sorted it out.
    I see that your text elements have div tags when you check with the “text” tab in the builder, if you add or edit the content in the “visual” tab of the text element editor, it is possible to accidentally remove a div tag and break the layout. Please try to edit your pages in the “text” tab that shows the code so you don’t accidentally remove these. Or you could remove the correct opening and closing div tags, but this may be a lot of work. These could have been added in error if you copy and paste content into the “visual” tab.

    Best regards,
    Mike

    in reply to: Alternative main menu #1421767

    Hi,
    Try this thread, if you have trouble setting it up please include an admin login in the Private Content area and explain which page you want which menu to show on so we can examine.

    Best regards,
    Mike

    in reply to: images not visible #1421766

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

    Hey Tina,
    Thanks for your question, by the sound of “Video outside the viewport” I was thinking that at mobile the video was partly off the page, I checked your videos at the mobile size but they all showed in the pages correctly. Then I found this thread from just a couple of month ago that shed some light on it.

    If you want a video to be counted, it basically needs to be in the initial viewport, the video is embedded way down the page in the example you have given.
    So it wouldn’t really have the video indexed as apart of the page.

    I see that you videos are also near the bottom of the page, or “outside the initial viewport”, so to correct you will need to place the videos at the top of your page.
    Right now you have a image that looks like a video that links to a lower part of the page, try swaping this out for a real video. But since you have many videos on your page, only one will get indexed, do you may also need to make a new page for each video, so it can be at the top.
    I hope this helps.

    Best regards,
    Mike

    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

Viewing 30 posts - 5,491 through 5,520 (of 34,919 total)