Forum Replies Created

Viewing 30 posts - 37,951 through 37,980 (of 38,325 total)
  • Author
    Posts
  • in reply to: Different colours for main menu in different pages #769052

    Hey StormWebDesign,

    By changing this part “.page-id-8” you can target different pages.

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    in reply to: Partner/logo element centered images #769049

    Hey Tom,

    Did you get this fixed or you still need help?

    Best regards,
    Victoria

    in reply to: Enfold: Full Screen Slider Caption truncated on Mobile #769045

    Hi welswebmaster,

    The following is just a suggestion.

    This text is barely readable on big screens, on smaller screens it’s very hard to read. You might want to use a bigger font, bigger line-height, and in this case, this slider will not work for you.

    You could use parallax, still having these beautiful images and the sections of text scrolling over each other. The content will be very adaptable to any screen then.

    Best regards,
    Victoria

    • This reply was modified 8 years, 9 months ago by Victoria.
    in reply to: Bug? #769014

    Hey Neil,

    I was not able to reproduce the same behavior. Could you make a little video to show us the behavior, you’re describing?

    Best regards,
    Victoria

    in reply to: Woocommerce and loading time #769008

    Hey tankstelle,

    Yes, when you use child theme, you should put your code in functions.php in that child theme. The page loaded fast, even with cache disabled. And here is an article on Waiting (TTFB).

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Masonry problem #768994

    Hi Benjerry,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.

    Best regards,
    Victoria

    in reply to: Masonry problem #768989

    Hi WordPressed,

    I mean on the page where you have that masonry, you go edit masonry and activate lightbox links there.

    Let us know if this was helpful.

    Best regards,
    Victoria

    in reply to: custom post type in editor #768987

    Hey bonsaiko,

    Please refer to this thread for more information on custom post types and Enfold.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Woocommerce search icon #768984

    Hi YongyanLi,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    in reply to: Product image is being cropped #768983

    Hey Yoginess,

    What I am seeing is image 1 natural size 349x450px and image 2 – 450x450px, this is be the reason they scale and look different.

    Best regards,
    Victoria

    Hi BiancaFrank,

    I was able to see the form, however there is an error in JavaScript, that might be causing the issue with the form.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Capture Form #768974

    Hi jermainejulius,

    Yes, you can add it and hide for big screens. If you need help with media query and css give me the link, where you’ve added the form on the page in content :)

    Best regards,
    Victoria

    in reply to: Don't change active color nav menu link when open a post #768973

    Hi Designweb,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    If that’s something you really need you can always try to hire a freelancer.

    Best regards,
    Victoria

    in reply to: Make top bar sticky on mobile #768971

    Hi QADEBVBA,

    Here is the code you can put this in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av_seperator_big_border#header .av-main-nav > li > a {
        padding: 0 10px 0 0;
    }
    

    You have to test and see which screen width gives you the overlay and adjust css.
    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Masonry gallery excerpt & title #768965

    Hi Christian,

    Could you please send us a mockup of what you’re trying to achieve?

    This may be not what you had in mind, but consider this as an alternative solution:

    
     .main_color .container .av-inner-masonry-content {
        background-color: #f0f0f0;
        padding: 13px 20px 5px;
        opacity: 0.8;
    }
    
    
    #top #wrap_all #category-masonry h3, .av-masonry-entry h3.av-masonry-entry-title, .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content {
         color: #000;
    }
    

    Put this code to you desktop.css.

    Best regards,
    Victoria

    in reply to: Caption do not display on image rollhover! #768956

    Hi pako69,

    Please refer to this thread for a possible solution. In general, hover does not work on mobile devices and there might not be one universal solution that will work in all cases.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Mobile Menu on the home page #768944

    Hi devgen,

    You need to find this css rule in your css

    .html_stretched #wrap_all {     background-color: #282b2e; }

    and add there

    .html_stretched #wrap_all {     
        background-color: #282b2e; 
       overflow:hidden;
    }

    Let us know if this was helpful.
    Best regards,
    Victoria

    in reply to: Mobile Menu on the home page #768938

    Hi corefocusgroup,

    You have to find this css in your css and remove it. Then the menu does not scroll pass its height.

    
    .html_stretched #wrap_all {
        height: auto!important;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Excerpt length and Read more / Blog post display #768935

    Hi Dioplr,

    You could try 200 or 250 characters here return currentText.substr(0, 100);

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Blog posts title & Avia Builder #768927

    Hi Gleechme,

    Here is the code you can put this in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .sidebar.sidebar_right.alpha.units .news-headline { 
    	padding-top: 9px;
    }
    .sidebar.sidebar_right.alpha.units .news-headline .news-time { 
    	display: none;
     }
    

    As for 3, I see right sidebar on blog posts and no right sidebar on portfolio items. Did you get it solved?
    As for 1 – when you build blog posts via ALB the posts act like pages and they don’t get to display like blog posts with all the meta data. Please refer to this thread for more info on that.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Blog post categories not displaying #768896

    Hi!
    Which version of Enfold are you running?

    Did you try putting this code
    if( strpos($blog_global_style, 'elegant-blog') !== false || empty($blog_global_style) )
    in your includes/loop-index.php? What happened?

    Regards,
    Victoria

    in reply to: Error at logo upload #768890

    Hi lowo_1,

    Could you please attach the logo, that you want to upload and a mockup of the images as submenus that you would like to do?

    Best regards,
    Victoria

    Hi seolotsen,

    This is what I am seeing in browser emulator, on mobile emulator the width of images is even less, but all this can be adjusted via css.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Glitch on Advanced Layout Editor #768877

    Hi SarahKay09,

    I still could not login unfortunately. Let’s try another user name as well maybe?

    Best regards,
    Victoria

    Hi expectmore,

    I need a link to your website to be able to help you.

    Best regards,
    Victoria

    Hi kieranvyas,

    Here is a solution for you. Put this code to your functions.php

    
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function a() {
    		$('#menu-blog-menu').append($('li#menu-item-search').clone());
    	}
    
    	$(window).load(function() {
    		a();
    	});
    })(jQuery);
    </script>
    <?php
    }
    

    Let us know if this was helpful.
    Best regards,
    Victoria

    in reply to: Enfold, different layout desktop vs mobile on one page #768688

    Hey lobstahhhhhhh,

    Here is the code you can put in functions.php

    
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function a() {
    		$('#woocommerce_product_categories-3').insertBefore('#av-masonry-1');
    	}
    
    	$(window).load(function() {
    		a();
    	});
    })(jQuery);
    </script>
    <?php
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    in reply to: Featured Photo in RSS Feed #768683

    Hi Rob,

    Yes, I am new, thank you :) There’s only one way to find out. You have to test it, with these changed thumbs and no code modification, and then if that does not work, try the code modification.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: First item in Masonry Gallery not showing #768681

    Hi marshallrobinson,

    Glad you got it working for you :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    in reply to: Style current masonry category #768385

    Hey Annelies,

    Here is the code you can put this in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia_show_sort.active_sort span.inner_sort_button { color: #19b5c0 !important; }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 30 posts - 37,951 through 37,980 (of 38,325 total)