Viewing 30 results - 100,201 through 100,230 (of 142,889 total)
  • Author
    Search Results
  • #585880

    Hi,

    Thanks, you can try the following shortcode:

    [av_heading tag='h3' padding='10' heading='<strong>Hey there! This is an example of a 3 Column Ajax portfolio.<br />Once you click a portfolio item a preview will open & show you some more details.</strong>' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='10' custom_class=''][/av_heading]
    
    [av_hr class='short' height='30' position='left']
    
    [av_one_full first]
    
    [av_portfolio columns='3' items='9' contents='title' preview_mode='auto' image_size='portfolio' linking='ajax' sort='yes' paginate='no']
    
    [/av_one_full][av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='no-shadow']
    [av_one_fourth first]
    
    [av_icon_box icon='59' position='left' title='Free Support']
    Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='125' position='left' title='Updates']
    Cum sociis natoque <strong>sadfsadfas </strong>Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='2' position='left' title='Mobile Ready']
    Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='36' position='left' title='SEO Optimized']
    Aenean commodo ligula eget dolor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_promobox button='yes' label='Learn More' link='page,750' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    Enfold is freakishly powerful and so damn easy to use, its probably the last theme you will ever buy
    [/av_promobox]
    [/av_section]

    You will need to activate debug mode to be able to paste the shortcode to your page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Thanks,
    Rikard

    #585879

    Hi,

    BWP Minify should work with the theme as far as I know but there might be a conflict with WPML although I find it unlikely, could you try some different settings to see if you can find one that works? If you want to try another minify plugin I would try simply searching for one and try it out.

    You can try the following in Quick CSS to have the mobile menu active on desktop as well:

    @media only screen and (min-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Regards,
    Rikard

    #585866

    Hi!

    Add this in the Quick CSS field in order to fix the border:

    #header .widget {
        border-top: 1px solid #e1e1e1;
    }

    If you want to move the widget on top of the social icon. Replace the action hook with this:

    add_action( 'ava_inside_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    Cheers!
    Ismael

    #585862

    Hi!

    It is actually working but the color value of the input and textarea fields are the same as the background. Add this in the Quick CSS field:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
        color: red;
    }
    

    Adjust the color value. Add this one in order to fix the star rating:

    #top #review_form #respond .comment-form-rating {
        position: relative;
        right: auto;
        top: auto;
    }

    Regards,
    Ismael

    #585860

    In reply to: 1 font working 1 not

    Hi,

    Sorry for the late reply, glad you got it sorted. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #585853

    In reply to: Add Freshdesk code

    Hi Jakob40004000!

    Thank you for using Enfold.

    Please post the code on pastebin.com. Try to use the wp_footer hook. Example here: https://kriesi.at/support/topic/insert-java-scripts-in-body/#post-579587

    Regards,
    Ismael

    #585851

    Hey Brad,

    Thanks for the feedback, so I’m guessing this solve your problem? Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    Hi,

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

    Regards,
    Rikard

    #585813
    psstudiosinc
    Participant

    I’ve seen and used the code from other posts regarding showing Share icons on the portfolio pages. My problem relates to where they are shown. I added the following to my child themes functions file and it works, but places them at the top of the page. I’d like them to be at the bottom. How can I affect this change?

    add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2);
    function avia_add_social_toolbar($id = "", $context = "")
    {
    	if($context == "single-portfolio")
    		avia_social_share_links();
    }
    
    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	$content .= avia_social_share_links(array(), false);
    	$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
    	return $content;
    }
    AirstreamCoach
    Participant

    Hi. I added some extra padding to a layout for desktop viewing, to add “spaciousness”. However, when viewed in responsive mode, the padding is overaccentuated– thus forcing the content (in this case, an accordion module) into a very narrow column. Below is a link to the FAQ page in question. You will see what I mean if you view the page on a mobile device or browser device emulator. Is there a way to eliminate a particular element (such as this padding in this case) in responsive mode only? CSS? thanks very much for your help.

    #585791

    Topic: Tablet vertical view

    in forum Enfold
    lionel
    Participant

    Hi guys,

    Two small issues when customers are visiting our website with their tablets, in vertical mode:

    . The logo is not aligned anymore. I added this fix on the desktop view “.logo img { margin-top: 15px; }”, this is certainly why it looks like that. Any advice on how to create an exception on tablet/mobile vertical view – or either fix everything perfectly on all devices?

    . Our submenu is really long, because of the nature of our content on the page. Any chance we can change the font size on tablet vertical view?

    Thanks

    #585738

    Hey!

    You are missing the point, you cannot trouble shoot this on a desktop. You have to look at it on iOS {iPhone, iPad, etc…}

    I am aware of the color, that is not the issue.

    Please test on iOS and see the iOS icon, it is not the correct triangle.

    Enfold submenu iOS

    I would like to address this, just as we have here,
    https://kriesi.at/support/topic/avia-bullet-in-mobile-menu-changes-to-undesirable-icon-on-ios-9-0-2/

    Note, the above fix does not work on the submenu in iOS and it still yields a strange icon on iOS.

    It’s been 11 days since my post and I really hope to get this fixed.

    Best Regards,
    Bowman

    • This reply was modified 10 years, 1 month ago by bowmandesign.
    #585728

    Add font-weight: bold to:

    #top .slideshow_caption .avia-button-wrap a{
    	padding: 15px 16px;
    	text-transform: uppercase;
    	text-decoration: none;
    	min-width: 140px;
            font-weight: bold;
    }
    #585708

    Try with this:

    #top .slideshow_caption .avia-builder-el-1 a{
    	margin-right: 10px;
    }
    #top .slideshow_caption .avia-builder-el-2 a{
    	margin-left: 10px;
    }
    
    #top .slideshow_caption .avia-button-wrap a{
    	padding: 15px 16px;
    	text-transform: uppercase;
    	text-decoration: none;
    	min-width: 140px;
    }
    #top .slideshow_caption .avia-button-wrap a.avia-color-light{
    	padding: 12px 16px;
    }
    
    #top .avia-slideshow-button {
        margin-left: 10px;
    }
    #585689

    Hi!

    Glad you like it :)

    Please use the below css to increase the blog content width

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 800px!important;
    }
    

    Cheers!
    Vinay Kashyap

    #585676
    yes9310
    Participant

    Yigit showed me how to make a two line menu bar. It works great! However, when I look at it on a mobile screen, the extra space to make a 2 line menu shows up on a smartphone and takes up much of the page without showing the links because of the mobile menu.. Is there any way to not allow this large extra blue space to fill the phone but keep it the way it is on desktop? See mobile screenshot below. Many thanks again.

    Frank

    #585661

    OK try with this:

    #top .slideshow_caption .avia-button-wrap.avia-button-left a{
    	margin: 0 10px;
    }
    #top .slideshow_caption .avia-button-wrap a{
    	padding: 15px 16px;
    	text-transform: uppercase;
    	text-decoration: none;
    	margin-left: 0 !important;
    
    }
    #top .slideshow_caption .avia-button-wrap a.avia-color-light{
    	margin-left: 10px !important;
    	padding: 12px 16px;
    }

    Best regards,
    Josue

    #585651
    dburton77
    Participant

    I adjusted the height of my centered menu to be 64px high. However, now there doesn’t seem to be enough top padding/margin in the main content section when viewed above 990px wide. How can I adjust this properly?

    This is the code I added to make the menu taller.

    .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a {
    height: 64px;
    padding-top: 14px;
    }
    .html_header_top.html_bottom_nav_header .main_menu > div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
    width: 100%;
    height: 64px;
    }

    #585650
    caudebert
    Participant

    Hi all,

    In the theme options it is currently not possible to set any sidebar setting for Portfolio items.

    If possible I would to to turn off the sidebar for Portfolio items, as the default choice. I have tried the code mentioned in this ticket but it turns it off also for blog posts.

    Is there a way to turn it off only for portfolio ?

    Thanks,

    Bérangère

    #585642

    Add this to Quick CSS:

    #top .slideshow_caption .avia-button-wrap.avia-button-left {
        margin: 0 10px;
    }
    
    #top .slideshow_caption .avia-button-wrap a{
        padding: 12px 16px;
        text-transform: uppercase;
        text-decoration: none;
    }

    Cheers!
    Josue

    #585623

    hi Vinnie,

    Is it possible to cover from top?
    Now the image is transparent but starts from main part of page.
    mobile view

    Thank you.

    #585622

    Hi tumold!

    You have another ticket open for the same issue. It is a lot of work for all of us to answer multiple tickets for the same issue please let us know which ticket you want to keep open so we can concentrate on just one ticket for one issue.

    Cheers!
    Vinay Kashyap

    #585607

    I need to command the new created element to:
    position: absolute;
    margin-left: 286px;
    margin-top: -41px;
    background-color: white;
    I tried adding it to the class like in the mailchimp post (.red popup { ) but nothing happens…
    If i add it to mfp-iframe lightbox-added it works, but it also moves the pup up screen
    I just don’t know witch element to assign these commands to… I can’t figure it out in the inspect screen.

    And then i will create 3 more links to go to the other product boxes, so each of them will have their own custom css.
    Do i need to give them different class or id? I should probably read and learn basic css rules…sorry for wasting your time

    http://imgur.com/Jqzu4bQ

    Thanks

    • This reply was modified 10 years, 1 month ago by luciantstoian.
    #585606
    ginigarbick
    Participant

    Hi…I have a self-hosted video embedded into a tab, it will not play – nor display evidence of it – there is simply a black screen and the following message at the top:

    “Error Loading This Resource”

    Please advise the coding and/or workaround that I need to enable function to this video.

    Thank you!
    Gini

    #585586

    Sorry for the delayed response. So, there are a couple things going on. I made some CSS adjustments that helped in “full screen” width but I had to hide the excerpt to get it to display the way I wanted.

    If I adjust my screen width to a “medium size” on my desktop the post titles start to get covered up by the image – until the screen goes to a small size and the posts “stack” on top of one another. Even then, a small portion of the title gets covered up.

    If I look at the site on my phone, that problem doesn’t exist – BUT the images aren’t as “tall” as we would like.

    See screenshots and CSS currently applied to our Blog page in Private Content.

    #585543

    We created an ecommerce site for a client of ours so we are the designers & they are the ones that log in & complete the orders etc. They want us to put up a sitewide message (like I show in the private screenshots attached) but I’m noticing two issues…

    1) I don’t want the sitewide message to overlap the logo in the header

    2) I don’t want the sitewide message to overlap the WP admin bar at the top of the screen when one of the WP store admins goes to login to the site.

    Thanks for any help you can provide!!
    -CT

    • This reply was modified 10 years, 1 month ago by imagemakerswi. Reason: forgot to attach screenshots ;)
    #585534

    Thanks Yigit! Quick solution as always!

    Much appreciation! You can close this topic.

    Jas

    #585528

    Topic: icons not showing up?

    in forum Enfold
    mrcityrunner
    Participant

    Hello – please see the private box for he link… none of the icons such as back to top or the icons within the boxes are loading – there is a cross in them? Please help. Thanks

    #585499

    Hi Josue!

    I don’t see the changes :(

    “Sample Itinerary” stays highlighted when I scroll up to the top of the page.

    Cheers!
    Carlos

    #585498

    1. This instagram plugin has a code problem and I helped you by reporting this bug. This is not me requesting a custom theme. As you can see > You thanked me earlier for pointing it out to you here..
    #post-583517
    “wow would have never seen this issue. Thanks for making us aware about it. Regards,
    Andy”

    2. I now have this CSS. I needed both to sort of solve some of the issues. If you go to the site (which I have included below) you will see when you resize it is still a problem slightly. The thumbnails become misaligned.

    .av-instagram-pics.av-instagram-size-thumbnail a.lightbox-added {
    width: 80px;
    height: 80px;
    }

    and

    .av-instagram-item {
    width: 80px;
    }

    3. I or my clients which I have brought to Kriesi have bought 20+ themes. It is a significant investment. I’ll be happy to assist with making your job easier Andy and include links repeatedly in the private content area. Usually this has not been a problem in the past. This topic was to fix a problem with the code in the Instagram plugin.

Viewing 30 results - 100,201 through 100,230 (of 142,889 total)