Forum Replies Created

Viewing 30 posts - 62,041 through 62,070 (of 66,010 total)
  • Author
    Posts
  • in reply to: Arrows on Portfolio pages #180092

    Hi timfl!

    You can adjust their position. Add this on your custom.css or Quick CSS:

    #top .avia-post-nav {
    position: absolute;
    top: 70%;
    }
    
    .avia-post-prev {
    left: 10%;
    }
    
    .avia-post-next {
    right: 10%;
    }

    Cheers!
    Ismael

    in reply to: Home page slider issue #180088

    Hey!

    I mean the link to your site is not working. http://bluemontinluray.com/

    Best regards,
    Ismael

    in reply to: Social Icons into a text-widget ? #180086

    Hey!

    Edit config-templatebuilder > avia-shortcodes > icon.php. Replace everything in it with this code: http://pastebin.com/f8p2hKAz

    You can now place a title or alt text on Font Icon with link. The hover will not show up unless you place set a link.

    Best regards,
    Ismael

    in reply to: Theme changes not showing in child theme #180077

    Hey!

    What changes are you trying to make on the Styling option?

    Did you use set the Blog on Enfold > Theme Options > “Where do you want to display the blog?” ? If yes, then you should change the Blog Style on Enfold > General Settings > Blog Style. If you add the Blog using the Blog Post element, don’t set the page as Blog on Theme Options.

    Regards,
    Ismael

    in reply to: Socket menu in footer instead of socket #180076

    Hey!

    Can you please give us a link to your website? Please add this on your custom.css or Quick CSS:

    #footer .widget_nav_menu ul:first-child>.current-menu-item, #footer .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor {
    top: 0;
    width: auto;
    }
    
    .footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item, .footer_color .widget_nav_menu ul:first-child>.current-menu-ancestor {
    background: red;
    }
    
    #footer  .widget_nav_menu ul:first-child > .current-menu-item > a {
    position: relative;
    margin-top: -2px !important;
    }

    Best regards,
    Ismael

    in reply to: Video not showIng in IE8 #180074

    Hi!

    I think the only solution is to upload the video on youtube or vimeo then use the Video element. Do you mind uploading the video online?

    Best regards,
    Ismael

    in reply to: Layout builder doesn't work #180073

    Hi!

    Like I said “I’m not sure how we can fix this”. I’m sorry but I can’t explain it elaborately that is why I’m asking for Kriesi and Dude’s help. I searched the forum about CGI php configuration and I found few entries from a different user explaining how they fixed the same issue by changing from 5.3.27 FastCGI to 5.3.27 CGI(Stable).

    https://kriesi.at/support/topic/avia-layout-builder-problems/

    Regards,
    Ismael

    in reply to: Gallery Thumbnail Sizes #180071

    Hi!

    Can you please delete the entry “SAUDIQ KHAN” and create it again? I don’t know why it is inside the sort container.

    Cheers!
    Ismael

    in reply to: Working on the slider – textboxes. #180070

    Hi!

    Can you please post the screenshot here including the login details so that every moderators can see it? Please set it as a private reply.

    Best regards,
    Ismael

    in reply to: Media queries and custom CSS for French translations (WPML) #180068

    Hi headbentdesign!

    You can switch to the French language on the dashboard then place the css on Enfold > Styling > Quick CSS.

    Regards,
    Ismael

    in reply to: product image #180064

    Hi!

    I’m sorry but I don’t see the green circle hover? Can you please post a screenshot?

    Cheers!
    Ismael

    in reply to: space between top main nav and top of body #180063

    Hi Tech!

    Please add this on your custom.css or Quick CSS:

    .fixed_header.social_header #main {
    padding-top: 115px;
    }

    Cheers!
    Ismael

    Hi fertilizer!

    Is this the plugin ( http://wordpress.org/plugins/events-manager/ ) you’re using ?

    Cheers!
    Ismael

    in reply to: Contact Form 7 #180059

    Hey!

    Please remove the line break tag.

    <p><label>Your Name (required)</label>
        [text* your-name] </p>
    
    <p><label>Your Email (required)</label>
        [email* your-email] </p>
    
    <p><label>Subject</label>
        [text your-subject] </p>
    
    <p><label>Your Message</label>
        [textarea your-message] </p>
    
    <p><label>[submit "Send"]</label></p>

    Regards,
    Ismael

    Hey!

    My bad! The code is incorrect. Please use this:

    @media only screen and (max-width: 989px) {
    .av-caption-on-hover.av-masonry-item-with-image.av-masonry-entry:hover.av-inner-masonry-content { opacity: 0!important; }
    }

    Or try this:

    @media only screen and (max-width: 989px) {
    .av-inner-masonry-content.site-background {
    opacity: 0 !important;
    }
    }

    Best regards,
    Ismael

    in reply to: slow loading on iphone #180053

    Hi sky19er!

    You can use a cache plugin to improve page speed and minify plugins to optimize javascript and css scripts. These are some of the common plugins that you can use:

    Cache Plugin:

    http://wordpress.org/plugins/w3-total-cache/
    http://wordpress.org/plugins/wp-super-cache/

    Minify Plugin:

    http://wordpress.org/plugins/bwp-minify/

    Best regards,
    Ismael

    in reply to: Easy Slider – mobile rendering issue #180050

    Hi Mary!

    Can you please give us a link to the actual website? We can resize the caption via Media Queries only for mobile device.

    @media only screen and (max-width: 767px) {
    .avia-caption-title {
    font-size: 13px;
    }
    
    .avia-caption-content p {
    font-size: 11px;
    }
    }

    Regards,
    Ismael

    in reply to: Redirect from PayPal and show the sold item as "Sold" #180049

    Hi abedia!

    1.) Create a page then insert the shortcode [woocommerce_view_order]. Go to Woocommerce > Settings > Pages > set the page as “Thanks Page”.

    2.) Edit a product then go to Inventory panel. Enable the “Enable stock management at product level”. Place a stock quantity.

    Regards,
    Ismael

    in reply to: Exclude thumbnail from portfolio single page #180046

    Hi!

    If you want to remove the featured image on the single portfolio view. You can use this on your custom.css or Quick CSS:

    .single-portfolio .page-thumb {
    display: none;
    }

    Best regards,
    Ismael

    in reply to: Displaying recent forum posts on homepage #180045

    Hi Mayer!

    These are the list of shortcodes from bbpress. You can actually post a single forum topic using a shortcode.

    http://codex.bbpress.org/shortcodes/

    Regards,
    Ismael

    in reply to: Home page slider issue #179803

    Hey!

    The link is still not working. Did you try the suggestion above?

    Best regards,
    Ismael

    in reply to: Layout builder doesn't work #179802

    Hi!

    I’m not sure how we can fix this. There seems to be an issue with Fast CGI and the only solution so far is to switch to 5.3.27 CGI. Sorry but please wait for Dude’s and Kriesi’s response.

    Regards,
    Ismael

    in reply to: Contact Form 7 #179798

    Hi Semel!

    It looks exactly the same. You just need to enclose the text on a label tag. Edit the Contact 7’s example form and replace it with:

    <p><label>Your Name (required)</label><br />
        [text* your-name] </p>
    
    <p><label>Your Email (required)</label><br />
        [email* your-email] </p>
    
    <p><label>Subject</label><br />
        [text your-subject] </p>
    
    <p><label>Your Message</label><br />
        [textarea your-message] </p>
    
    <p><label>[submit "Send"]</label></p>

    Cheers!
    Ismael

    in reply to: Masonry display of posts #179793

    Hey,

    Please switch your theme to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder. First, create a page and go to Advance Layout Builder. Add the Fullwidth Masonry element then configure the options. Since we switch the Advance Layout Editor to debug mode, you will see the actual shortcode of the masonry gallery below. It looks something like this:

    [av_masonry_gallery ids='' items='24' paginate='pagination' size='flex' gap='large' overlay_fx='active' caption_elements='title excerpt' caption_display='always' container_links='active' id='']

    Copy the code then switch to Default Editor. Make sure that you place the shortcode on the Visual Editor. Save the page. You will have a sidebar with the masonry gallery.

    Regards,
    Ismael

    in reply to: Portfolio Breadcrumbs problem #179787

    Hi rudelabs!

    Can you please add the Second Screen Apps? We’ll check it.

    Cheers!
    Ismael

    in reply to: Linking an external blog #179785

    Hey Rohan!

    No, I don’t think that is possible. Let’s wait for Dude’s response for clarification.

    Regards,
    Ismael

    in reply to: Enfold mobilmenu? #179782

    Hey!

    Please add this on your custom.css or Quick CSS to remove the green dot:

    #menu-item-503 > a:before {
    content: "" !important;
    }

    Regards,
    Ismael

    in reply to: Questions concerning Header and Footer #179779

    Hey Sbjup!

    1.) You can add this on your custom.css or Quick CSS to create a dashed border:

    #top .social_bookmarks li {
    border-right-style: dashed;
    border-right-width: 1px;
    }

    2.) It is done using Media Queries on css > layout.css:

    .responsive #header_meta .social_bookmarks{padding-bottom:2px; width:100%;}
    		.responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;}
    		.responsive #top #header_meta .social_bookmarks li:last-child a{border-right-style: solid; border-right-width:  1px;}
    		.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;}
    		.responsive #header .social_bookmarks{width:100%; text-align: center; height:auto; line-height: 0.8em;}
    		.responsive #header_meta .sub_menu>ul li,
    		.responsive #header .social_bookmarks li{float:none; display: inline-block;}
    		.responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;}
    		.responsive #header_main_alternate .mobileMenu{ margin:16px 0;}
    		.responsive.bottom_nav_header.social_header .main_menu>div{height:auto;}
    		.responsive .mobile_slide_out .logo img{margin:0;}

    3.) Go to Appearance > Widgets and fill up the Footer Columns widget areas.

    4.) Go to Enfold > Footer > Copyright and place [nolink] on the field.

    Regards,
    Ismael

    in reply to: Socket menu in footer instead of socket #179774

    Hey!

    I edited the code above. Please try it again.

    Best regards,
    Ismael

    in reply to: masonry gallery failure #179766

    Hey Eventmakers!

    The code works for me. Please add the code on the Visual editor.

    Best regards,
    Ismael

Viewing 30 posts - 62,041 through 62,070 (of 66,010 total)