Forum Replies Created

Viewing 30 posts - 17,461 through 17,490 (of 34,221 total)
  • Author
    Posts
  • Hi,
    Sorry for the late reply, I see that there is some confusion here, “entypo-fontello” is not a font for text, it is a font file that contains svg icons, for your content: "\e894"; so “entypo-fontello” can not be applied to text and work.
    In your screenshot the font for the text is “open sans” and the font to create the icon is “entypo-fontello”
    2020-01-27-061700
    The “entypo-fontello” only applys to the pseudo-element “:before” which displays the icon.
    So to use the css that you posted above you need to include the pseudo-element “:before” like this:

    #top #header .main_menu ul:first-child > li > a:before {
    font-family: entypo-fontello;
    content: "\e894";
    font-size: 16px;
    padding-right: 5px;
    }

    2020-01-27-063026
    I removed the text-transform: uppercase; because it does nothing for “entypo-fontello”.
    I hope this helps.

    Best regards,
    Mike

    in reply to: main menu is not moving when scrolling down the page #1178674

    Hi,
    Sorry for the late reply, please add this css to move the menu up after scroll:

    #top #header.header-scrolled #header_main > .container .main_menu .avia-menu {
        top: 10px !important; 
    }

    Best regards,
    Mike

    in reply to: News-Blog version of Enfold #1178665

    Hi,
    Glad to hear, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: Header different color #1178662

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Update Enfold Theme #1178660

    Hi,
    Glad to hear, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: set the same font for different languages frontpage #1178658

    Hi,
    Glad to hear, sorry the css you added was not quite what I ment, so I added both sliders to your homepage and this css:

    @media only screen and (max-width: 1700px) {
        #layer_slider_1 {
            display: block;
        }
        #layer_slider_2 {
            display: none;
        }
    }
    @media only screen and (min-width: 1750px)  { 
        #layer_slider_2 {
            display: block;
        }
        #layer_slider_1 {
            display: none;
        }
    }

    so for screens smaller than 1700px like your tablet the first slider will show, and for screens larger than 1750px like your laptop, the second slider will show.
    Now it just a matter of verifying that this is the correct breakpoint between your two screens.
    Please clear your browser cache and check.
    If this is correct then to make your text larger edit your slides where you put the font-size: 24px and for the big screen slides change the font-size to 44px or so until the text fits for you:
    2020-01-27-053549

    Best regards,
    Mike

    in reply to: Too many images created #1178641

    Hi,
    I just tested and it’s working fine, but I don’t have 80k in images. This plugin uses a WP core function that doesn’t change so it doesn’t get updated often. The nice thing about the plugin was it listed all of the sizes in use. So for WP reserved sizes it is recommend to set them to zero to stop them from being created and for theme and plugin sizes you can unset them. Here is a good article about it.
    This user reported a function for removing all of the image sizes perhaps give it a try.

    Best regards,
    Mike

    in reply to: Too many images created #1178508

    Hey MikeOlbinski,
    Sorry for the late reply, please try using the plugin Simple Image Sizes this will show you all of the image sizes from WordPress, Enfold, and any plugins and allow you to remove them.

    Best regards,
    Mike

    in reply to: Header different color #1178507

    Hey dreamreader,
    Is this for one page of for all of the?
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #wrap_all #header_main, #wrap_all #header_meta {
        background-color: red !important; 
    }

    Feel free to adjust to suit.
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Nested Layout Elements #1178505

    Hey KeyshaunSmith,
    Is this what you are trying to do?
    2020-01-26-090129
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.postid-77 #main > div.fullsize > div > main > div > div > div.flex_column.av_three_fifth.flex_column_div > section:nth-child(3) > div > p:before {
    	content:"";
    	font-family: 'entypo-fontello';
    	color: #3038cc; 
    }

    but I assume you would like this for every product? Perhaps we can assist with a new shortcode, can you include a admin login so we can see how you are appling it.
    Are you also going to use the price?

    Best regards,
    Mike

    in reply to: Too much space in header #1178502

    Hey Shane,
    Thanks for the login, when I looked at your header it was “sticky” that is that it stays visible after scroll, so after looking at your mockup and our documentation demo I assumed that you didn’t want this so I removed it so the header scrolls up now.
    I also made some other tweaks, please clear your browser cache and check.

    Best regards,
    Mike

    Hey diefleischerei,
    Thanks for the screenshot and link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .main_color .avia-content-slider .slide-image {
    	background: transparent !important; 
    }
    #top.home .avia-smallarrow-slider-heading.no-logo-slider-heading {
    	display: none !important;
    }
    #top.home #text > div > div {
    	padding-top: 0px !important;
    }
    #top.home #av_section_1 > div > div > div > div > div {
    	margin-top: 0px !important;
    }

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

    Best regards,
    Mike

    in reply to: contact form #1178494

    Hi,
    Ok, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: set the same font for different languages frontpage #1178493

    Hi,
    thank you.

    Best regards,
    Mike

    in reply to: Bold text in blog #1178492

    Hi,
    Thanks for the login, I can see your bold or “strong” tags in your newest post in Chrome, so I believe you are experiencing a caching issue, for me, the easiest way to clear the Chrome cache is to hit “F-12” (on Windows) to open the developer console and then right-click on the reload button next to the address bar and choose the “Empty Cache and Hard Reload” option.
    I tried the create a test post to see your text color issue, I used the Advanced Layout Builder and added a “text block” element, but when I clicked preview the color was black, I also tried the default wordpress editor, but that was also black.
    But the text in the “element preview” panel did look a little gray, but this part of the element doesn’t show the colors 100% correctly, it is only meant to give you an idea. Is this what you are talking about, or do you mean after it is published?
    Can you create a test post and publish it so we can see the gray text? This will let us see what css is being applied and fix it for you. Sometimes depending on the base demo you used, the “em” and “blockquotes” might be a gray color but we can correct this with the Enfold Theme Options > Advanced Styling options.

    Best regards,
    Mike

    in reply to: woocommerce menu #1178486

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: News-Blog version of Enfold #1178485

    Hi,
    Well, I tested the plugins but it doesn’t help for this, that is they make it sticky but don’t move the sidebar to the top. But if you ever need a sticky element I recommend Sticky Menu (or Anything!) on Scroll, it works the best.
    So I wrote this script to make a sidebar sticky and fixed it to the top of the page over color sections, but I recommend using columns inside of the color section so content is not stuck behind the sidebar unless you want an image to stretch behind the sidebar. You should be able to adjust some of the css inside of the script to suit your needs. Try adding this code to a “code block” element on every page you want this to work, this might be better than adding it to your functions.php and have it accidentally affect some other pages.

    <script>
    (function($){
      $(document).ready(function(){
      $('.inner_sidebar').css({ 
      	"top":"130px",
      	"position":"fixed",
        "background-color":"#f8f8f8",
        "right":"5px",
        "padding-left":"20px",
        "padding-top":"20px",
        "z-index":"509"});
      });
      $('.units.alpha').css({ 
      	"border-color":"transparent"});
      $('#top #wrap_all #footer').css({ 
      	"z-index":"0"});
    })(jQuery);
    </script>
    <style>
    #top #wrap_all #footer {
    z-index: 0 !important;}
    </style>

    2020-01-26-055726

    Best regards,
    Mike

    in reply to: News-Blog version of Enfold #1178413

    Hi,
    Yes this is true, you can try adding the widget element inside of the color section to fake a sidebar, but then it won’t go down the full page. Or perhaps you could try a sticky plugin like WP Sticky Sidebar to force the sidebar to “float” over the color section.

    Best regards,
    Mike

    in reply to: Mouse Over Effect possible? #1178411

    Hi,
    Sorry for the late reply, I was able to apply the color overlay to the grid row that had a background image, but I couldn’t also add the special heading or a text block to the grid row as it though it off, so I’s not very useful. You can give it a try by adding the custom class “grid-hover” to a grid row cell and try this css:

    .grid-hover:hover:before {
      content:"";
      display: block;
      height: 100% !important;
      visibility: visible !important; 
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(235,111,49,0.9)!important; 
    }
    .grid-hover {
      padding: 0px !important;	
    }

    I did find in our documentation that you can get closer to this effect with a title caption in the portfolio grid
    2020-01-25-161649
    this is the css I tested:

    /* Portfolio overlay with title */
    /* Disable default animation */
    
    #top .grid-entry a:hover .image-overlay .image-overlay-inside {
    animation: none;
    }
    
    /* Overlay color */
    
    #top .grid-entry .image-overlay {
    background: rgba(235,111,49,0.9)!important;
    }
    
    /* Remove hover icon */
    
    #top .grid-entry .image-overlay .image-overlay-inside:before {
    display: none !important;
    }
    
    /* Remove default title below */
    
    .grid-content .avia-arrow,
    #top .grid-entry .grid-content {
    display: none;
    }
    
    /* Display title on hover*/
    
    .grid-entry a:hover:before {
    content: attr(title);
    position: absolute;
    width: 100%;
    z-index: 1000;
    text-align: center;
    opacity: 1;
    font-size: 18px;
    color: #ffffff !important;
    top: 50%;
    transform: translateX(-50%);
    animation: avia-fadein 0.75s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
    }
    

    Hope this is helpful.

    Best regards,
    Mike

    in reply to: News-Blog version of Enfold #1178406

    Hi,
    Thanks for the link, when using a color section, or any full-width element the sidebar is forced below it, so in this case remove the color section and just put the video at the top of the page.

    Best regards,
    Mike

    in reply to: ERROR: column row messed up please help #1178405

    Hey Munford,
    Glad to hear you have been able to sort this out.

    Best regards,
    Mike

    in reply to: Header element not sticky on mobile #1178404

    Hi,
    The issue is coming from this css:

    #menu-cja-menu-left {
        position: absolute;
    }

    to correct please add this css:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all #header_main .container {
        height: 30px !important;
    }
    #top #wrap_all #menu-cja-menu-left {
        position: relative !important; 
    }
    }

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

    Best regards,
    Mike

    in reply to: Bold text in blog #1178402

    Hi,
    Thank you for the link, I found “not an option” as bold, here is what it looks like for me:
    2020-01-25-133506
    was there also other ones? Does it not show only in preview before it is published?
    You also said that the text is white by default? What is the color set at Enfold Theme Options > General Styling > Main Content > Main Content font color
    2020-01-25-134933
    also check Enfold Theme Options > Advanced Styling > p in case the color was set there:
    2020-01-25-135121
    If this doesn’t help please include an admin login so we can investigate further.

    Best regards,
    Mike

    in reply to: woocommerce menu #1178399

    Hey smarta-brett,
    Sorry for the late reply, and thanks for the screenshot, but we are unable to view the page in question to test without a login, please include an admin login.
    Did you also add the css from the solution post?

    .single-product-main-image {
        width: 25%;
    }
    
    .single-product-summary {
        overflow: hidden;
        width: 45%;
        float: left;
        margin-right: 5%;
    }
    
    .single-product .sidebar {
        width: 25%;
    }

    If you didn’t that could be why it’s not working for you, or perhaps try clearing your browser cache.

    Best regards,
    Mike

    in reply to: Enquire button on productpage #1178398

    Hi,
    Glad to hear :) If you have tried adding your buttons to other products and the buttons continue to work properly, then perhaps we can close this thread?

    Best regards,
    Mike

    in reply to: Too many closing divs #1178397

    Hi,
    I took a look at your page and found that your “learn dash” css requires the class “learndash-wrapper” for the section in question, but this class has not been applied. I don’t see any errors for this and I don’t see a way to add the class properly though the backend, and since I have not worked with this plugin before so I recommend asking the learn dash support if they have seen this before.
    I can not imagine anything in Enfold that would remove any classes. I do see that you have a custom “course.php” in your child theme that I assume is used to create this page but the other classes are not matching up so I don’t want to try editing it. Perhaps whoever created this for you will be better suited to modify it.
    But if none of this helps you I wrote this script to add the class for you based on the page you linked to. Try adding this code to the end of your child theme functions.php file in Appearance > Editor:

    function add_learndash_wrapper(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $(".ld-item-list.ld-lesson-list").addClass("learndash-wrapper");
      });
      })(jQuery);
      </script>
    <?php
    }
    add_action('wp_footer', 'add_learndash_wrapper');

    expected results:
    2020-01-25-123507

    Best regards,
    Mike

    in reply to: contact form #1178390

    Hey jelle,
    Sorry for the late reply, we can’t see your settings without logging in but when you edit your contact element you can look under “backend” > “Your email address” to enter the aaddresses you want the email to go to:
    2020-01-25-105853
    you can enter one or more Email addresses (separated by comma) where mails should be delivered to.
    Unfortunately, we don’t have a way to create headings in the email for the responses you receive.
    You may find a plugin such as the “Contact Form 7” offers more options like this for you.

    Best regards,
    Mike

    in reply to: Need Support on Product display #1178384

    Hey anantharam,
    To add the “add to cart” button to your homepage and categories, try adding this code to the end of your functions.php file in Appearance > Editor:

    add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 10 );

    To make your breadcrumbs fit into your titles ares, 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) { 
    	.single-product .title_container {
    		height: 90px !important;
    	}
    }

    for your related products did you add this css:

    .related.products li {
        width:18%!important;
    }
    

    it is what is making is very small, it should be removed.
    For your 4 product tabs, on large phones they may fix into one line with this css:

    #top div.product .woocommerce-tabs ul.tabs a {
        padding: 5px !important;
    }

    but on small phones, such as the iPhone 6, they will not and to make the buttons smaller may make them not usable.
    To remove your footer widget spacing, 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 #wrap_all #footer .widget,.responsive #top #wrap_all #footer .flex_column.av_one_fourth {
        margin-top: 0 !important; 
        margin-bottom: 0 !important; 
    }
    }

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

    Best regards,
    Mike

    in reply to: Gallery launched from text link #1178381

    Hey flordelizamejia,
    Thank you for the links, you could open a “easy slider” in a “popup” lightbox by adding the easy slider shortcode into the popup light box.
    2020-01-25-091846
    First I used the “popup lightbox tutorial” but in this case I modified it a little so I could publish all of the code needed into a “code block” element, this makes it only work on page with the “code block”.

    <script type="text/javascript">
    jQuery(window).load(function(){
      jQuery('.open-popup-link').magnificPopup({
        type:'inline',
        midClick: true
      });
    });
    </script>
    <!--/*triger*/-->
    <a href="#test-popup" class="open-popup-link">Click this button to open a lightbox</a>
    <!--/*popup box*/-->
    <div id="test-popup" class="white-popup mfp-hide">
    YOUR CODE GOES HERE
    </div>
    <style>
    /*css*/
    .white-popup {
      position: relative;
      background: #FFF;
      padding: 20px;
      width: auto;
      max-width: 500px;
      margin: 20px auto;
    }
    </style>

    then in the code above where you see YOUR CODE GOES HERE I added the “easy slider” shortcode created with the “shortcode wand” from a “Classic Editor” post:
    2020-01-25-093356
    You could add other element shortcodes the same way if you wish, such as a “call to adtion” button
    2020-01-25-094443
    you can also edit the css in the code above to change the size of the popup or make the background transparent.

    Best regards,
    Mike

    in reply to: set the same font for different languages frontpage #1178372

    Hi,
    Try adding multiple layerslider elements to your page, then the layerslider that is first will have the ID #layer_slider_1 and the one below will have the ID #layer_slider_2 then use this css to hide or show the IDs based on screen width:

    @media only screen and (min-width: ?px) and (max-width: ?px) { 
        #layer_slider_1 {
            display: block;
        }
        #layer_slider_2 {
            display: none;
        }
    }
    @media only screen and (min-width: ?px) and (max-width: ?px)  { 
        #layer_slider_2 {
            display: block;
        }
        #layer_slider_1 {
            display: none;
        }
    }

    change the ?px to the numbers you want.

    Best regards,
    Mike

Viewing 30 posts - 17,461 through 17,490 (of 34,221 total)