Viewing 30 results - 93,991 through 94,020 (of 142,828 total)
  • Author
    Search Results
  • #650723

    Hi,

    To fix the instagram image overlay width on hover please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #top .av-instagram-item .image-overlay.overlay-type-image {
    	left: 0 !important;
    	width: 100% !important;
    }
    

    Best regards,
    Vinay

    #650716

    Hi Ismael,

    Yes, I am aware of that. That is not the problem. Please see my original message above. The logo resizes automatically, it was was just for test to see what it would look like.
    However, we need to have a larger sized logo so that it would be more visible. It will obviously not be 1041x902px but it does need to be slightly larger than the other one 185x67px. And because of it’s square shape and the fact that it needs to be larger that the other one 185x67px it would not fit in the current space. Can you please help with the 3 issues I mentioned in my original message:


    Hi,

    I would like to have a different logo and link on a single page. I added this code in functions.php which seems to work:

    add_filter(‘avf_logo’,’av_change_logo’);
    function av_change_logo($logo)
    {
    if(is_page(72344)) {
    $logo = “http://www.vuelio.com/uk/wp-content/uploads/2016/06/2016-Blog-Awards-Trophy-Design.png”;
    }
    return $logo;
    }

    add_filter(‘avf_logo_link’,’av_change_logo_link’);
    function av_change_logo_link($link)
    {
    if(is_page(72344)){
    $link = “http://www.vuelio.com/uk/blog-awards/”;
    }
    return $link;
    }

    However the logo on this specific page is larger than the logo on the rest of the site and square shaped so I would like to increase the height of the header containing the logo and the main menu (only on this page) while also keeping the main menu centered vertically within this new space.

    This square shaped logo also doesn’t look good when scrolling down with the sticky header active. Is it possible to deactivate the sticky header on this page alone?

    Finally, on the same one page, is it possible to deactivate the top bar containing the secondary menu?

    I hope you will be able to help with the 3 issues above.

    Thanks,
    Flavius

    #650700

    In reply to: Sale icon position

    Hi,
    Thank you for your answer.
    I unfortunately could not work this code. Now is in the webpage your demo code. Sale button is on the right bottom corner, but how can I set so, that Sale button as picture % would be on the left top corner?

    Best regards,
    Eve KJ

    #650688

    Hello Ismael,

    This site is not ready yet, but I can give you the link and credentials of the location where the site is for this moment.
    Please see the Private content.

    You’re saying that I should use css media queries, but I’m not sure how to do this.
    I’ve set the negative padding (margin-top) in the row settings of my first column (see sample-4.jpg). With firebug I could see that this is “flex_column_table av-equal-height-column-flextable” that has the -100px margin-top.
    But how can I change this so that this only effects this first row and nog all the other ones?

    Thanks
    Best regards,
    Nin0

    #650683

    Hi,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #650677
    turistai
    Participant

    Hi team,
    I have asked help twice in my previous ticket but I received no answer.
    The problem is that the code below sent me some days ago:

    #top .post-entry {
    max-width: 800px !important;
    left:50%;
    transform:translate(-50%);
    }

    works fine only at post level: content is centered.
    But it broke the site format everywhere else (homepage, category page…).
    Please refer to the screenshots of the broken pages to see the messy format.
    Thanks again.
    p.s. I removed the code to allow my site to work well. If you need to verify the problem please let me know and I will put it again at Quick CSS.

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #650663

    Hi Andre,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #650659

    Hi John,

    Simply paste the CSS you want to apply to screens above mobile by replacing /* Add your Desktop Styles here */ in Ismaels post. Media queries are CSS so please use them in Quick CSS.

    Best regards,
    Rikard

    Hi spleeky,

    Ok great, glad you got it fixed. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #650652

    Hi,

    Glad you got it working, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #650650

    Hey aerpas,

    I’ve tagged the topic for our spanish speaking moderators, please wait for their replies.

    Best regards,
    Rikard

    #650645

    Hi,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #650635

    Hi Derek,

    I’m not sure what you are referring to since you linked to the theme overview page, if you click Remove Frame in the top right hand corner of the screen you will be able to see the direct URL.

    Best regards,
    Rikard

    #650615

    Hi Linda,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #650599

    In reply to: Remove item from cart

    Hi David,

    I tend to agree, it’s usually only developers and designers who do that :-)

    Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #650596

    Hi,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #650583

    Hi,

    Sorry for the delay. How did you add the color section on top of the archive or category items? I’m referring to the color section with this text:

    These are the families who have taken a leap of faith and committed to adopt one or more of our orphaned children most recently.

    We are thrilled to have them, and so grateful for this life-saving step to rescue our angels!
    Your continued financial support will give them the strength and courage to continue this journey!

    Best regards,
    Ismael

    #650578

    Hi,

    I see. Add the !important rule after the css value:

    @media only screen and (min-width: 769px) {
    .nodesktop {
        display: none !important;
    }
    }

    Best regards,
    Ismael

    Hi,

    What if you only display the “columns” on mobile view and the “graphic” on desktop? Toggle their display with css media queries. http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Ismael

    #650547

    Hey norcalnathan,

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

    			
    #footer .widget {
    	margin: 0 !important;
    }
    
    #footer .textwidget{
    	padding-top: 20px;
    }
    

    Best regards,
    Vinay

    amanda007
    Participant

    Hello. What I want to do is have a thumbnail, and then have it link to the larger image that opens in a new tab. It keeps opening in a lightbox though. How do I get it to stop doing that?

    @AvidImagination have you seen my posting? https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161

    #650509

    Hi,

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

    @media only screen and (max-width: 989px) {
    	#header .widget {
    		margin-top:130px;
    		transform: scale(.5)!important;		
    	}
    	#header .widget a {		
    	color:#FFF!important;
    	}	
    	.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide{
    	transform:translateY(13vh);
        }
    
    .responsive.html_mobile_menu_tablet #header_main_alternate {
        display: block!important;
    }}
    
    @media only screen and (max-width: 767px) {
    	#header .widget {
    		margin-top:70px;
    		transform: scale(.5)!important;	
    		min-width:200px;	
    		margin-left:-50px;
    	}
    	.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide{
    	transform:translateY(11vh);
        }}
    

    Best regards,
    Vinay

    #650472

    Hi,

    I believe you are trying to achieve something like the screenshot attached?

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

    
    
    @media only screen and (max-width: 989px) {
    	#header .widget {
    		display:none!important;
    	}
    	.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide{
    	display:none!important;
        }
    #top #header.av_minimal_header .main_menu ul:first-child >li > ul {
    	display:none!important;
    }
    #top #header .av-main-nav > li > a .avia-menu-text {
    	font-size:13px!important;
    }
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate {
        display: block!important;
    }
    .av-main-nav > li > a {
        padding: 20px 15px 20px 15px!important;
    }
    }
    

    Best regards,
    Vinay

    Hi,

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

    If you like to add this on more pages that has a white background please use the page ID which you can find in the body tag when you right click and inspect the page.

    
    #top.page-id-3628 #header_main {
        background: rgba(0,0,0,0.35)!important;
    }

    Best regards,
    Vinay

    Hi Rikard,

    Attached link to current layout. Which is a one page site. I want to split each color section out into it’s own seperate page.

    As you can see the very top of the page works well as it’s a dark background image with light menu text. But some of the color sections have bright images so the white menu text won’t work. It would need to be dark.

    Is it possible to have two different headers, one with light text and one with dark?

    Cheers!

    • This reply was modified 9 years, 9 months ago by Brendan.
    #650413

    Topic: Enfold Setting Problem

    in forum Enfold
    baxxz
    Participant

    Dear Support Team,

    I got few problem after activate the theme, please see below detail;

    1. “Read more” box, the bolder of the box is not a square.
    2. Some posts are missing the excerpt.
    3. “Related post” is missing even I changed the “show thumbnail and post title by default” is still the same.
    4. Some posts are missing the comment /reply box.
    5. Can I arrange the post pattern by move the featured image from top to left?

    URL: http://www.best-watch-review.com/

    Thank you in advance for your kind support.

    #650407

    Hi,

    It appears you have figured out the table border issue, it looks good on my end.

    If make changes to the width of the table it will cause some issue in the responsive mode. It is highly advisable to keep the table width flexible or use the builtin table options “Scrollable table” in “Responsive Styling” if you are going to use the below css.

    However if you still want to play around with the table width please try the below css

    #top .avia-table-1 td {
    	min-width:300px;
    }

    Best regards,
    Vinay

    • This reply was modified 9 years, 9 months ago by Vinay.
    #650389

    Hi,

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

    .iconbox_top .iconbox_content {
        border: 3px solid orange;
    }

    Thanks,
    Rikard

Viewing 30 results - 93,991 through 94,020 (of 142,828 total)