Viewing 30 results - 80,521 through 80,550 (of 142,862 total)
  • Author
    Search Results
  • #786143

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #786134

    Hi,

    Thank you for the update.

    Please add this code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
      	/* Add your Mobile Styles here */
    	.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
    	    padding-top: 10px;
    	}
    }

    Best regards,
    Ismael

    Hey pako69,

    Thank you for using Enfold.

    Please try this script in the functions.php file:

    function ava_custom_script_fix(){
    ?>
    <script>
    (function($){
    	function e() {
    		$('.sort_by_cat a').on('click', function() {
    			$('html, body').animate({
    				scrollTop: $(".grid-sort-container").offset().top
    			}, 1000);
    		});
    	}
       	
       	e();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_fix');

    Best regards,
    Ismael

    #786120

    Hi,

    Great, glad you found the problem. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #786119

    Hi,

    Please update the theme to the latest version 4.0.5 then follow @mensmaximus solution in the following thread.

    // https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/#post-774201

    Best regards,
    Ismael

    #786105

    Hey Timothy,

    Please try the following in Quick CSS under Enfold->General Styling:

    
    #text-17 img {
      padding-top:5px;
    }

    Best regards,
    Rikard

    #786083

    Hi again Jordan,

    Here are my CSS code snippets:

    in Enfold general styling (I just changed the section ID):
    @media only screen and (max-width: 767px){
    #social-media-mobile .flex_column.av_one_third.flex_column_div{
    width:33.3%!important;
    }
    }

    in my custom styles.css file:
    /* alternate social media icons display for mobile devices */
    @media screen and (max-width: 767px) {
    #social-media-desktop { display: none !important; }
    #social-media-mobile { display: block !important;}
    }
    @media screen and (min-width: 767px) {
    #social-media-desktop { display: block !important; }
    #social-media-mobile { display: none !important; }
    }

    However, nothing works in terms of hiding one section one desktop nor on mobile.

    Please tell me what I did wrong in trying to replicate the sections and trying to hide one and the other.

    Thanks.
    Lyse

    #786079

    Hi Jordan,

    It does produce the results I want for the mobile, but for the desktop it will not work. So I may have to create two separate sections per page where I use social media, with their own IDs to have these display correctly on both desktop and mobile.

    My pages most particularly my home page sure has a lot of duplicated sections and all of their content updated every time. I really thought the theme was responsive and that this sort of customization would not be necessary.

    Thanks
    Lyse

    Hi!

    You should name desktop menu “main-menu” and mobile menu “main-menu-mobile”. You can of course name them differently but you would need to update the names in the code as well :)

    Best regards,
    Yigit

    #786049

    I don’t mind if the solution is to have no slide in text in the header on mobile only.

    Also by testing on screenfly I can see this is also a problem in desktop and tablet at 1024 x 768 and under

    Thanks

    Jenny

    #786025

    Hi,

    As I understand you would like the icons to show up on the right side of the text similar to the image below, correct?

    To do so we have added the below css code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    /* Sidebar icons */
    #top .sidebar .custom_widget_text {
        padding-right: 30px!important;
    }
    
    #top .sidebar .av_font_icon.avia-icon-pos-right {
        position: absolute;
        right: 0;
    }
    
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 9 months ago by Rikard. Reason: Customer request
    #786024

    Sorry for my late reply – I’ve been on vacation! The problem, unfortunately, still persists.

    Looks like Kriesi is aware: https://kriesi.at/support/topic/editor-element-live-preview/

    Could you please confirm as I currently cannot build out a site. Also, do you have any sort of time frame on the new release?

    Thank you!

    #785986
    kblanton
    Participant

    Hello,

    Old company sent me the files/database for transferring from hosting to the hosting. WordPress was installed, and files were uploaded and imported. All seems to be working fine, but there are a few issues —

    I got the following error when trying to save the theme options —
    “Saving didn’t work! Please reload the page and try again.”

    I looked at the similar posts here in the forum that were talking about increasing the PHP limit. I did whatever it says but no luck.

    The social media icons on the top header are missing.

    The text color / link colors are different. Maybe this is because of theme option issue?

    Any assistance would be greatly appreciated. Thank you for your time!

    #785976
    roisocial
    Participant

    PHP 7.1, Ubuntu 16.04.2, Apache/2.4.18, Enfold 4.0.5, WordPress 4.7.4. No files are corrupt did a clean install of the theme twice.

    re: https://kriesi.at/support/topic/fullwidth-easy-slider-bug/#post-785972

    Happens after editing a slide / creating a new slide, hit page UPDATE, get white screen, no changes save. Server log gets:

    [php7:warn] PHP Warning: A non-numeric value encountered in ../wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php on line 1054, referer: …/wp-admin/post.php?post=504&action=edit

    error log shows similar message for 1057, wherever AviaHtmlHelper::$cache['entry_'+$limit][$element['subtype']] is used.

    The php error fails the page from saving, so it’s a pretty critical error.

    • This topic was modified 8 years, 11 months ago by roisocial.
    #785971
    connect4consulting
    Participant

    Hi,

    I am trying to show certain sections on desktop and certain sections on mobile. To do this, I’ve turned off widget areas on mobile and created a new section with an id of .mobile-only. Then I’ve updated the css accordingly but the color section that is supposed to be hidden when viewed from a desktop is still showing up everywhere.

    Please help! Love the theme. Information in private content.

    #785968

    Hi,

    I slightly adjusted Mike’s code and it did work fine for me. Can you please try following one

    #gradient-section .av-section-color-overlay:before {
        content: '';
    	position: absolute!important; 
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	background-image: linear-gradient(to bottom right,#007777,#dc4225)!important; 
    	opacity: .6!important;  
      }

    Best regards,
    Yigit

    #785967

    Hi,

    Are you using the latest version of Enfold? Please see the following thread for other users who were able to fix this issue.  https://kriesi.at/support/topic/warning-missing-argument-4-for-avia_woocommerce_gallery_thumbnail_description/

    Best regards,
    Jordan Shannon

    Hi Basilis,
    The video is .mp4 youtube compressed video. To get a format for testing we uploaded the video to youtube then downloaded their converted video file to upload to our server. So what’s hosted on our server is the same as what’s being served from youtube in the other video presentation tests on the page.

    Again what is being used in the background video in the top presentation is identical to what is being used in the second presentation. The only difference is the video is served in your enfold video player element–which works fine. It’s a real mystery as to why the background video is breaking an only serving the loading gif.

    As a side note, we have been provided by enfold support custom css to modify the background video in the fullscreen element but upon reviewing it I don’t see anything that would prevent the color section or fullscreen element from autoplaying a self hosted video. That said I’m not a web developer so I’m not 100% sure. Are you seeing anything there that may affect the bg video from playing?

    Thanks!
    Eric

    #785952
    doug123
    Participant

    hi – terrific theme!

    I have an image that is inserted in a text area. It’s aligned right. The image looks great on laptop, but on iphone the top half of the image is cut off. This seems strange. can you help? The image in question is at the bottom of the page. For identification purposes: It’s a plant in a vase.

    Thank you for your support!

    #785931

    Hi Rikard,

    I’m confused. Is this CSS for the Mobile/Responsive version of the page? Because the Desktop version looks perfect as is. I removed the CSS that was prohibiting the Logo from being displayed on mobile.

    So, now it look like this:

    Search Box Oveerlapping Logo on Mobile

    I think there are 3 options here:
    1- add the CSS code I had the removes the logo from displaying
    2- Making the logo smaller and the search box smaller too?
    3- Making sure the Search Box displays below the Logo and the Hamburger Menu (I think this would be the nicest one and many people would love to have this)

    For #3. we would need to adjust this CSS, correct?

    @media only screen and (max-width: 767px) {
    #header .widget {
    left: 40%;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 1;
    width:45%;
    max-width: 55%;
    }}

    Thank you so much for your kind help!!

    Warmly,

    Havi
    PS: I just referred you two more Enfold licenses. ;) Love Enfold!!!

    Hi,

    You have some CSS

    #top .gallery .gallery-item { width: 100%; height: 100%; }

    add that and let us know if it works

    Best regards,
    Basilis

    #785906

    And also – since I have found my way to the support forum. How do I reduce the size of the top picture, so I don´t cut the top of the logo? :-)

    Thank you!

    #785897
    knittinginna
    Participant

    I just need some help to fix a small thing. I am sure this topic has been described, but I don´t know what it is called, so I don´t know what to search for.

    It´s about the scrolling, when using parallax – you will see it right away when looking at my page, something is wrong between the sections: https://carlroyal.no

    I am sure it is very easy to fix, so I will appreciate some guidance :-)

    Kind regards,

    Stian

    #785896

    Hey!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top div.woocommerce-message { 
    display: none !important;
    }
    

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum. We only provide support to our registered users :)

    Best regards,
    Yigit

    #785895
    anristudio
    Participant

    Hello,

    I have an issue with Icon List spacing. I tired following custom CSS code from another post from this support forum, but it did not work:

    / * Icon List spacing * /
    .avia-icon-list> li {
    Margin: 0px! Important;
    Padding-bottom: 0px! Important;
    }
    .avia-icon-list-container {
    Margin-bottom: 0;
    Margin-top: 0;
    }

    icon list spacing

    I am trying to control the spacing between individual icon list elements.
    Please advise, my login credentials are below if you need to take closer look

    Thanks in advance for any assistance

    #785889
    FDF
    Participant

    Hi,

    I’m trying to ensure the advertising banner below the main menu has equal space each side of it. At the moment it’s closer to the top than the bottom of the margins. I’ve had a go at trying to sort this out through the stylesheet.css but with no luck.

    Would anyone be able to help?

    Kind Regards,

    Tim

    #785885
    Dandelion222
    Participant

    On my site I have a brief form in the sidebar and it uses recaptcha. Unfortunatley the recaptcha box from google gets cut off on desktops etc. I don’t think I have any control over the width of the recaptcha box (do I?) and therefore I am exploring if I can add a little width to all my sidebars. What do you think?

    #785868

    Ismael,
    Thank you for the assistance.
    I am confused by the transparent menu issue. On some browsers / computers, the menu become opaque as expected when scrolling – but on others it remains transparent. The current setting for https://www.partnersforcare.org/home2/ is “Transparent header with border”.

    I have deleted all cached files on my laptop, but still the menu remains transparent after scrolling. Same behavior in Chrome, Firefox and IE 11 on my laptop, whereas if works fine in Chrome on my iMac at home.

    Any suggestions would be greatly appreciated.
    David

    #785850

    Topic: LOGO SIZE

    in forum Enfold
    molibi
    Participant

    Hello,

    I want to make two changes to the logo

    1.) I want to let the logo overlap the full size banner. For this I found a solution ( strong.logo {
    top: 70px;
    } ) It works well.

    2.) At the same time I would like to enlarge the logo. I tried to add several html codes I could find in the forum for this topic.
    But no one worked well. I changed the header size. But this does not help. Anyway I do not want to have to much withespace between the logo and the top of the page.

    Can You help out?

    Thanks in advance
    Best

    Lisa

    #785844
    crdocs123
    Participant

    Greetings,
    My issue is still present after adding a product to WooCommerce.…

    Screenshot: https://my.pcloud.com/publink/show?code=XZUuEAZyal5hUUwdqpsfWbnpuKh28fqfQXV

    Checkout Page – Has Been Added To Your Cart – Would Like To Remove The Entire Green (Banner Looking) Box.
    Can you please share how I can remove this entire Green (Banner Looking) Box from the Checkout Page?

    Screenshot: https://my.pcloud.com/publink/show?code=XZUuEAZyal5hUUwdqpsfWbnpuKh28fqfQXV
    —————————————————————
    http://buildmybiz123.com/ join
    Add a product to the cart.
    After adding the product you’ll be directed to:

    http://buildmybiz123.com/ checkout
    There you will see:
    A Green (Banner Looking) Box (top left of page) with View Cart button.
    “Gold Membership” has been added to your cart.

    I would like to remove –
    The Green (Banner Looking) Box with View Cart button.
    “Gold Membership” has been added to your cart.

    Thank you, kindly!

Viewing 30 results - 80,521 through 80,550 (of 142,862 total)