Forum Replies Created

Viewing 30 posts - 13,291 through 13,320 (of 35,287 total)
  • Author
    Posts
  • in reply to: How to automatically add date for a page post? #1338696

    Hi,
    When you make a post you can add the categories in the sidebar:
    2022-02-03_001.jpg
    then on the page were you wat to show the blog element you can choose which categories to show:
    2022-02-03_002.jpg
    From what I see on the “Stories By Topics” page these link to another page of the actual posts, so I would try this:
    lets say you are going to have 12 overall topics to start, so I would make 12 posts with the category “overall” and then use the masonry element to display only this category, the masonry element gives you the “load more” button,
    then on each of the 12 “overall” posts place another blog element showing the posts for one of the 12 categories, such as “family”, then all of the posts you make in the “family” category will show here. I hope this makes sense.
    I would recommend sticking with categories and not tags, tags are ok for related content but not as founding as categories.

    Best regards,
    Mike

    in reply to: Menu went black on mobile please help asap! #1338576

    Hey extraeyes,
    I assume that you wanted the top bar and mobile menu background white, if so please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 767px) { 
    .responsive #top .av_header_transparency #header_meta {
    	background-color: #fff!important;
    }
    .html_av-overlay-side #top .av-burger-overlay-scroll {
    	background: #fff!important;
    }
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hey Matt,
    I took a look and the social icons seem to be showing, perhaps try clearing your browser cache and checking again.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Accordion toggle #1338572

    Hi,
    I see that you have a javascript error, please include admin login in the Private Content area so we can investigate further.

    Best regards,
    Mike

    in reply to: old items color problem #1338571

    Hi,
    I added this css to your WordPress ▸ Customize ▸ Additional CSS field:

    #top #main span[style*="color: #000080;"] > strong {
    	  color: inherit!important;
    }

    to try to change only the items that were span > strong > span and it seems to be working
    Please see the screenshot in the Private Content area, then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Tab Section Arrows – How to change colors. #1338553

    Hi,
    Glad to hear, the Dev Team has corrected the issue and will be in the next update, so in the future, you can remove this css.
    If you have any further issues or 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: How to automatically add date for a page post? #1338468

    Hi,
    Thanks for the feedback, I would recommend using posts instead of pages, and I would recommend using the Classic Editor for these posts instead of the Advanced Layout Builder,
    you should add the categories you want to use as you create them so you don’t have to go back after you have 300+ of these,
    you should add the “screenshot” as a featured image and use the option to hide the featured image on the post so the video shows at the top.
    You could use the blog element to display the grid as above, and in the future when you want to sort by categories on other pages you could use the masonry element there.
    Try creating some test “posts” with a test page to show the grid or categories to see how it works, if you have any questions about styling these to suit your needs we can help.

    Best regards,
    Mike

    in reply to: old items color problem #1338467

    Hi,
    Thanks for the screenshot, the issue that I see is sometimes you have a strong > span
    <strong><span style="font-size: 18pt; font-family: tahoma, arial, helvetica, sans-serif; color: #000080;">
    and other times you have a span > strong > span
    <span style="color: #000080;"><strong><span style="font-size: 18pt; font-family: tahoma, arial, helvetica, sans-serif;">
    so you will need to manually correct the wrong ones with the color span before the strong by removing that span and add the color to the span after the strong.
    Considering that your posts have a lot of added colors with spans and strong, I don’t see an easier way to adjust these colors except manually.

    Best regards,
    Mike

    in reply to: Form short codes #1338462

    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: Form short codes #1338342

    Hi,
    Thanks for the feedback, for the form inside the popup try this css:

    #top .mfp-content [id^=wpforms-] {
    	margin-bottom: 0;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, as I understood you wanted to change the £30.00 font size, like in the screenshot above, correct?
    If so this css is still working in my tests:

    #top.single-product .price span.woocommerce-Price-amount,
    #top.single-product .price span.woocommerce-Price-currencySymbol{ 
        font-size: 20px;
    }

    try checking that this was copied correctly, or perhaps you have a css error before this, try adding it to the WordPress ▸ Customize ▸ Additional CSS field to check.
    To center the div try this css:

    #top.single-product #subscription_product_id > .av-woo-purchase-button.avia-builder-el-last {
    	text-align: center;
    }

    here is a screenshot of my test of these two rules, note the £30.00 font is larger and the div is centered:
    2022-02-01_005.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Mask over video #1338232

    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: Form short codes #1338230

    Hi,
    Thanks for the screenshot, try this css:

    #top #main [id^=wpforms-] {
    	margin-bottom: 0;
    }

    2022-02-01_001.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    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 to hear, you can adjust the padding to suit, the original padding was padding: 125px 0; so try padding: 55px 0;
    the first number is for top & bottom and the second number is left & right, so that is why it is zero.

    Best regards,
    Mike

    Hi,
    I see you are using a caching plugin, please try disabling it and adding the css to the WordPress ▸ Customize ▸ Additional CSS field.
    Also try disabling the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression options and at the bottom of the same option page enable the Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files option.
    I’m pretty sure this should work because I tested by injecting it into the browser, please see the screenshot in the Private Content area.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Mask over video #1338104

    Hi,
    Thanks for the feedback, I created a test slider and test page on your site using the other sites video & mask and it seems to work well, please see the link in the Private Content area below. I don’t know why yours is showing a “loading wheel” or where the setting for it is, but the one I created doesn’t have this, I also believe that using a self-hosted video works better, I see yours is from youtube. Take a look at the slider and test page and see if you can achieve this with yours.

    Best regards,
    Mike

    Hi,
    Glad this helped, for the burger menu try this css:

    #top #header #av-burger-menu-ul {
        vertical-align: top!important;
        padding: 0!important;
    }

    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,
    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: Lightbox for Blog Post Element #1338048

    Hi,
    Glad Guenni007 was 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: old items color problem #1338047

    Hey pontedellarco,
    Please include a link to these titles are red instead of blue so we can examine them.

    Best regards,
    Mike

    in reply to: Form short codes #1338046

    Hi,
    If you wish to charge the form after you have created it with the wand tool, I would recommend starting over.
    For the area around the button try adding this css:

    #main .avia-button-wrap.form-popup {
    	background: transparent;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to automatically add date for a page post? #1337961

    Hey Julio,
    Thank you for the link to your site, I see that you are using image elements as links to your pages, so there is not and automatic way for the image elements to get the post date of your “posts”, have you thought about using Posts instead of Pages? If you use posts then you can use the blog element to show your images and the date, even though your posts are created via the Advanced Layout Builder. To do this, after you make the posts, select “excerpt only” in the blog element:
    2022-01-30_016.jpg
    then use this css to hide everything except the date:

    .avia-content-slider .slide-content,
    .avia-content-slider .slide-meta .slide-meta-comments,
    #main .avia-content-slider .slide-meta .slide-meta-del {
    	display: none;
    }
    #main .avia-content-slider .slide-meta {
        padding: 0;
    	margin: 0;
    }

    The expected results
    2022-01-30_017.jpg
    so this would make it all automatic for you going forward, but if you want to use your current set up then you could add the date to your image element as you create them, it would not be automatic but you are going to be choosing an image anyways so it should be easy enough to just add a date. To do this allow the Image Caption to show and add the date:
    2022-01-30_018.jpg
    then “clear” the Caption Overlay Background Color and choose black for your caption text color:
    2022-01-30_019.jpg
    then disable the animation and choose to always display the caption:
    2022-01-30_020.jpg
    then add this css:

    #top .av-image-caption-overlay {
        height: auto;
        width: auto;    
        left: 0px;
        bottom: 0px;
    }
    
    #top .av-image-caption-overlay-center {
      padding: 0;
    }
    #top .avia_image  {
      margin-bottom: 30px;
    }

    the expected results:
    2022-01-30_021.jpg

    Best regards,
    Mike

    in reply to: Form short codes #1337958

    Hi,
    Thank you for your patience, when you use the shortcode wand in a Classic Editor you are given the same element builder as in the Advanced Layout Builder, I checked again to ensure nothing had changed, you can add checkbox, select element, Google reCaptcha, and so on.
    2022-01-30_014.jpg
    But there is another way to get your shortcodes: Enable the Avia Layout Builder Debugger
    with this method, you will be shown the full page of shortcodes so you will need to be careful when you copy, the shortcode wand method shows you just the element that you created in the builder.
    I also tested your wpform shortcode on the test page, by creating a third button & popup and it seems to work correctly:
    2022-01-30_015.jpg
    please check, from your screenshot of the form error it looked like css conflict which I thought could be solved, but since I don’t see the error all the better.

    Best regards,
    Mike

    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: Couple Issues with Enfold Install #1337954

    Hi,
    Thank you for the login, the error /public_html/wp-includes/formatting.php on line 533 points to a core WordPress file and line 533 is this:

    	// Remove more than two contiguous line breaks.
    	$pee = preg_replace( "/\n\n+/", "\n\n", $pee );

    which doesn’t make sense why the error would point to line breaks.
    I noticed that my demo site is using the same PHP version & Server architecture, and the only difference was your PHP max input variables is half of mine and your PHP time limit is much less, try adjusting these to see it it helps.
    2022-01-30_165036.jpg

    Best regards,
    Mike

    in reply to: Mask over video #1337948

    Hi,
    Very good, we will keep this open until we hear back from you.

    Best regards,
    Mike

    in reply to: Cant load Fonts in Safari #1337944

    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: Custom CSS does not work any more #1337942

    Hi,
    Glad Yigit was 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 - 13,291 through 13,320 (of 35,287 total)