Forum Replies Created

Viewing 30 posts - 57,691 through 57,720 (of 67,197 total)
  • Author
    Posts
  • in reply to: Enfold Update Error #280932

    Hi!

    Alright. Thank you for the clip.

    I can see the issue on Chrome now. Please try to add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #header {
    position: fixed;
    -webkit-transform: translateZ(0);
    }

    Regards,
    Ismael

    in reply to: Correlated products #280930

    Hi!

    Thank you for the access.

    I created a test product then added the Post-Seismic Settlement product item as linked product (Up-Sells) and it shows on the “You might also like” section. Since you’re using WPML, it is under “Ti potrebbe interessare…” section.

    http://www.engsoft.eu/prodotto/test-product/

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #280921

    Hi!


    @mndawood
    : Again, thank you so much for taking the time to translate the theme! We’ll wait for the revision. :)

    Cheers!
    Ismael

    in reply to: Header Logo #280914

    Hey!

    Thank you for using the theme!

    Use the iframe tag in order to add the authentication page. I’m not sure if the form is going to work though. Edit includes > helper-main-menu.php, find this code on line 102:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    

    Below, add this code:

    <iframe src="http://domussapiens.com.br/sourcelab/auth.php"></iframe>
    

    Add this on Quick CSS or custom.css:

    div#header_main iframe {
    float: right;
    position: relative;
    top: 50px;
    display: block;
    width: 500px;
    }

    Best regards,
    Ismael

    Hey Marcelo!

    Thank you for the info.

    Edit the draw outside the lines image, add a css class selector. Use “draw-question-image” for example, something like this:

    <img class="alignnone size-full wp-image-4032 draw-question-image" src="http://shelliv.bydecosta.com/wp-content/uploads/sv_manifesto_v1.jpg" alt="sv_manifesto_v1" width="697" height="400">
    

    Use media query then apply a minimum height for the image on smaller screens to re-align it:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .draw-question-image {
    min-height: 240px;
    }
    }

    Best regards,
    Ismael

    in reply to: Author Page > Grid > Show Images #280909

    Hey NoahCurran!

    Thank you for using the theme!

    Edit includes > loop-author.php, remove the code and replace it with this: http://pastebin.com/NcGquvUn

    Add this on Quick CSS or custom.css:

    .author .big-preview {
    display: block;
    padding: 20px 0;
    }

    Regards,
    Ismael

    in reply to: Header and Navigation Styling #280901

    Hey!

    Thank you for the update.

    You can add this below:

    .header-scrolled .logo img {
    padding: 20px 0;
    }

    Best regards,
    Ismael

    in reply to: Background #280900

    Hi guiversiani!

    Thank you for using the theme!

    Please provide a screenshot of the layout that you want here. It just won’t work with the stretched layout specially when you’re using the color section element. Create a new page, insert the color section then apply a background to it. Add all contents inside the color section.

    Cheers!
    Ismael

    in reply to: Footer zentrieren #280898

    Hey!

    Please use this:

    #footer section#pages-2 {
    text-align: center;
    }
    
    #footer section#pages-2 .widget_pages ul li {
    display: inline-block;
    margin: 0 10px;
    }

    Best regards,
    Ismael

    in reply to: Fullwidth easy slider borders #280893

    Hi Henk_28250!

    Thank you for using the theme!

    What about retain the top border then increase the top and bottom padding? Something like this on Quick CSS or custom.css:

    div#full_slider_1 {
    padding: 20px 0;
    }

    You can remove the arrows with this:

    div#full_slider_1 div.avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }

    Regards,
    Ismael

    in reply to: responsive horizontal layout #280382

    Hi Raffaella!

    Thank you for the info.

    It doesn’t look that way when we check the website. If I am not mistaken, the website is enclosed on a frameset tag before but it’s not anymore. Did you remove it? This is what it looks like on iPhone view:

    Cheers!
    Ismael

    in reply to: Produktkategorie – Ansicht 3spaltig #280381

    Hi Sophieja23!

    Thank you for using the theme.

    Please create new page then use the Advance Layout Builder. Insert the Product Grid element under Plugin Additions panel. You can now add additional elements such as Slider on the shop page.

    Best regards,
    Ismael

    in reply to: Layer Slider Bug after migration #280380

    Hey!

    @CheckMark: Please create another user then post it here as a private reply. We would like to check the layer slider. Is it ok if we deactivate all plugins while working on the site?

    Regards,
    Ismael

    in reply to: Wocommerce design problems #280377

    Hey simonac!

    Thank you for using the theme!

    1.) You can disable the sidebar for single product page by editing the product. Look for Layout > Sidebar Setting. Choose the widget area with no widgets applied. Another thing that you can do is to disable the sidebar on Enfold > Sidebar Layout > Sidebar on Single Post Pages. Choose “no sidebar”.

    2.) The products tabs are still not working. Try to change the product description color with this:

    div#tab-description p {
    color: red;
    }

    3.) Do you prefer the transparent background? If not, you can use this:

    .main_color .inner_product div.avia_cart_buttons {
    opacity: 1;
    }
    
    #top .main_color .avia_cart_buttons .button {
    color: black;
    }

    Cheers!
    Ismael

    in reply to: image grid #280373

    Hey alteregousa!

    Thank you for visiting the support forum!

    First, edit the gallery then look for the Gallery Preview Image Size option. Select the thumbnail size that you want. For the portfolio grid, edit the element then look for Portfolio Grid Image Size. Choose the manual thumbnail selection option.

    Cheers!
    Ismael

    in reply to: Masonry Gallery – 3 Images #280371

    Hey jamie!

    Thank you for using the theme!

    You can try to increase the masonry entry container with this on Quick CSS:

    .av-masonry-entry {
    position: relative;
    width: 33.33%;
    }

    Regards,
    Ismael

    in reply to: Portfolio Order And Advanced Filtering #280369

    Hey!

    Thank you for the update.

    I don’t think there is any sorting plugin that integrates well with the portfolio items without major modification. Regretfully, this task falls beyond the scope of support. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Best regards,
    Ismael

    in reply to: Tag/Category listed on Page #280368

    Hey NoahCurran!

    Thank you for using the theme!

    You can enable the Header Title and Breadcrumbs option on Enfold > Header Layout > Header layout panel. This will add a title container on top of the archive page.

    Best regards,
    Ismael

    in reply to: Image under Breadcrumbs #280365

    Hey!

    Thank you for the screenshot.

    You can add this on functions.php:

    add_filter('avf_title_args', 'avf_add_bottom_container', 10, 2);
    function avf_add_bottom_container($args,$id) {
    	if(is_single) {
    		$args['html'] = "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div><div class='below-title-container container_wrap'><div class='container'></div></div>";
    	} 
    	return $args;
    }

    Apply the image as background using the div.below-title-container.container_wrap div.container selector on Quick CSS:

    div.below-title-container.container_wrap div.container {
    background: url('IMAGE URI HERE');
    height: 20px;
    }
    
    div.below-title-container.container_wrap {
    border: none;
    }
    
    .single div.stretch_full.container_wrap {
    border-bottom: 1px solid #e1e1e1;
    }

    Cheers!
    Ismael

    in reply to: Fontello icons not appearing #280361

    Hey harrisinternet!

    Thank you for using the theme!

    Can you please give us an access to the zip file that you get from fontello.com? We’ll test it on our end. We tried to download our own fontello font and they’re working fine, using the shortcodes and the icon element on the advance layout builder.

    Regards,
    Ismael

    in reply to: Logo Left, Menu below right #280359

    Hey harrisinternet!

    Thank you for visiting the support forum!

    You can add this on Quick CSS or custom.css:

    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
    width: auto;
    float: right;
    }

    Best regards,
    Ismael

    Hi!

    Glad it worked. If you have any questions, let us know. :)

    Regards,
    Ismael

    in reply to: link in header background image #280356

    Hi Mudfish488!

    Thank you for using the theme!

    I’m sorry but there is no option to put a link on the header and you may need to modify the theme files in order to do it. Are you trying to make the whole header a link? If you can give us to the actual website, we would like to check it. We might be able to find a way to create another link element on the header.

    Cheers!
    Ismael

    in reply to: Overset text in Next Post button issue #280355

    Hey!

    Thank you for the update.

    I’m sorry but there are no documentation about css. The support team handles basic custom modifications of the theme like the one you ask. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

    Hey!

    Thank you for the update.


    @irfan_arif
    : Thank you for helping out! :)


    @frankyfranky
    : Yes, you’re correct. You can’t use the advance layout builder inside the panel options of the avia elements such as tabs. You need to generate the shortcode on another page then paste it inside the tab content.

    Best regards,
    Ismael

    in reply to: Pixelated logo #280353

    Hi!

    Thank you for the update.

    The logo is quite too large. Please resize it down to a fourth of the overall size then upload it again.

    Regards,
    Ismael

    in reply to: Overset text in Next Post button issue #280007

    Hey irfan_arif!

    Thank you for using the theme.

    You can decrease the font-size and line-height of the avia_post_nav title with this on Quick CSS:

    .avia-post-nav .entry-info span {
    font-size: 10px;
    line-height: 1.2em;
    }

    Best regards,
    Ismael

    Hey!

    Thank you for using the theme!

    Please use this to resize the custom content that you added then fix the menu the header resize:

    .header-scrolled #header_main_alternate {
    z-index: 10;
    }
    
    .header-scrolled div.custom_content img {
    height: 79px;
    }

    Cheers!
    Ismael

    in reply to: Layer Slider Bug after migration #279997

    Hey Tybo576!

    Thank you for visiting the support forum!

    Please post the website url here. We would like to check it. Make sure that you transfer the website using the WP MigrateDB or WP MigrateDB PRO plugin. Related question, what is the php version of your installation?

    Best regards,
    Ismael

    in reply to: Social media toolbar position #279990

    Hi amiraliz!

    Thank you for visiting the support forum.

    Are you using the advance layout builder for your portfolio items? If yes, please use this:

    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	if(is_singular('portfolio')) {
    	$content .= avia_social_share_links(array(), false);
    	$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
    	}
    	return $content;
    }

    Cheers!
    Ismael

Viewing 30 posts - 57,691 through 57,720 (of 67,197 total)