Forum Replies Created

Viewing 30 posts - 54,151 through 54,180 (of 67,491 total)
  • Author
    Posts
  • in reply to: Redirects #348040

    Hi!

    No, my question is, did you place your WordPress installation on a different folder inside the root folder? What is the name of the folder?

    Regards,
    Ismael

    in reply to: Add custom searchbox to main navigation #348039

    Hi!

    I’m sorry but as I have said on my previous post, this particular customization is beyond the scope of support. Please hire a freelance developer or find a plugin that works with the theme. For further modifications, please visit Envato Studio or Werkpress.

    Regards,
    Ismael

    in reply to: Buttons to share Woo Commerce products? #348034

    Hi!

    If you want to show the share link on pages, add this at the bottom of the previous code:

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

    Regards,
    Ismael

    in reply to: How to Remove Link & Password Protect #348033

    Hey!

    You can set the page as password protected. The link will not show on the main menu or header by default. Make sure that you set the main menu on Appearance > Menus panel as Enfold Main Menu.

    Regards,
    Ismael

    in reply to: Buttons to share Woo Commerce products? #347673

    Hey!

    You skipped our post above. Remove browser cache then check the single product page: **removed upon request**

    Best regards,
    Ismael

    • This reply was modified 11 years, 4 months ago by Yigit.
    in reply to: What template (loop) is used in tags.php #347672

    Hi!

    Please replace the code with this:

    $category = get_the_category($the_id); 
    
                        if(!empty($category))
                        {
                           $output .= '<span class="blog-categories minor-meta">Published '.__('in','avia_framework')." ";
                           $output .= '<a href="' . get_category_link( $category[0]->term_id ) . '">' . $category[0]->cat_name . '</a>';			$output .='</span><div class="slide-meta-del">/</div>';	
                        };

    Make sure that to create a log of these changes. They will be overwritten when you update the theme.

    Regards,
    Ismael

    Hi!

    I’m sorry but if you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Regards,
    Ismael

    in reply to: some webshop issues #347666

    Hi!

    I checked the links but they lead me to 404 pages. Please check.

    Cheers!
    Ismael

    Hi!

    I’m sorry but the login credentials from this post is really not working: https://kriesi.at/support/topic/intermittent-problem-with-parallax-color-section-since-last-enfold-update/#post-346623

    I’ll ask the rest of the support team to check the thread.

    Cheers!
    Ismael

    in reply to: Various headings/sizes/colors of text in same text block #347662

    Hi!

    The css code is incorrect. You forgot the dot. Make sure that you type the span tag on the Text or HTML mode of the editor.

    .paragraphlargertext{
    color: green !important;
    font-weight: 36pt !important;
    }

    Cheers!
    Ismael

    in reply to: MagnificPopup modal window doesn't work on iPad #347661

    Hey Jan!

    Thank you for using Enfold.

    I checked the site on my iPod and it works fine. The script loads a little late. Please look for this code:

    add_action('wp_head', 'popup_inline');
    

    Replace it with:

    add_action('wp_footer', 'popup_inline', 10);
    

    Best regards,
    Ismael

    Hey!

    Add this code to center align the logo:

    .logo a img {
    margin: 0 auto;
    }

    Regards,
    Ismael

    in reply to: How to Remove Link & Password Protect #347657

    Hey!

    What do you mean it will make the “link” visible? I’m sorry but can you please elaborate a little bit. Maybe you can set the post as Draft.

    Cheers!
    Ismael

    in reply to: Woocommerce update – all content disappears #347653

    Hey!

    Thank you for the info.

    I’m not sure why contents being removed when you activate the plugin. Please delete WooCommerce from the plugins folder then get a fresh copy of the plugin. Upload it via FTP. There are script errors, maybe some files are corrupted or missing.

    Best regards,
    Ismael

    in reply to: How do I adjust the image hover transparency? #347651

    Hi!

    Please replace the code with this:

    .avia_transform .image-overlay {
    background: rgba(0,0,0,.5);
    }
    
    .avia_transform a:hover .image-overlay {
    opacity: 0.7 !important;
    }

    Best regards,
    Ismael

    Hey!

    Yes, the border is from the theme but the mobile navigation is missing because you’re using a third party plugin. Please add this on Quick CSS to remove the border:

    @media only screen and (max-width: 989px) {
    div#header_main_alternate, header#header {
    border: none;
    }
    }

    Regards,
    Ismael

    Hi!

    Add this below the suggested code above:

    .avia-google-map-container img {
    border: none !important;
    }

    Best regards,
    Ismael

    in reply to: Link within a page issue (color section problem) #347641

    Hi Attila!

    Thank you for using Enfold.

    It is true that the Color Section will always push the sidebar underneath it but when we say full width, it means that it will take up the width of the main container. On boxed layout, it will inherit the width of the body container but still, sidebars will be rendered below the color section. If you want a sidebar on top of the section, disable the sidebar on the page then use the Widget Area element inside a column layout.

    Cheers!
    Ismael

    in reply to: Progess Bar element not working? #347638

    Hey!

    Thank you for using Enfold.

    I checked the site and the progress bar is working. For future reference we kindly ask you to refrain from bumping the thread. Since we answer questions from oldest to newest, bumping makes it appear new and it will probably take us longer to respond on your inquiry. Replies in the forum can take up to 24 hours during the week, but oftentimes we are able to get to questions much quicker than that. We request that our users wait patiently while we work our way through the forum as we can assure you that all questions will be addressed as soon as possible.

    Thank you for your understanding.

    Regards,
    Ismael

    in reply to: Adsense before pagination #347635

    Hey!

    Thank you for the code. Please place it on pastebin.com or enclose the code with the backtick (`) symbol.

    Which theme are you currently using?

    Regards,
    Ismael

    in reply to: issues with latest update #347630

    Hi!

    Thank you for the info.

    1.) I’m not sure how you managed to shrink the image background on scroll without distorting it. You can apply the background image on the header container with this:

    #top .av_header_transparency #header_main {
    background: #3d0b0a url(//islandparkfirecommunity.com/wp-content/uploads/2013/04/back_0505.jpg) top left no-repeat fixed;
    }

    2.) Looks like the page is set to have a transparent header which will remove the top padding of the main container. Please edit the page then disable the Transparent Header on Layout > Header visibility and transparency.

    Best regards,
    Ismael

    in reply to: Product Page Side Bar is not to the right? #347627

    Hi!

    Glad you figured it out. We’ll close the thread for you. :)

    Cheers!
    Ismael

    in reply to: Messy Category Pages #347616

    Hi!

    It should work. Please get the code here then add it at the very bottom of functions.php file: http://pastebin.com/PwRsRXTf

    As mentioned on the previous post, you can replace “blog-grid” with another blog layout like “single-big” or “single-small” or “multi-big”.

    Regards,
    Ismael

    in reply to: Mobile responsive not working #347613

    Hi Mesheu!

    Thank you for using Enfold.

    1.)Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    ul.socialmedia li, ul.logos li {
    width: auto;
    display: inline-block;
    }
    }

    2.) Use this to remove the bullet points:

    @media only screen and (max-width: 767px) {
    ul.socialmedia, ul.logos {
    list-style: none outside !important;
    }
    }

    3.) I think you confused max-width and min-width viewport. You have this code:

    @media only screen and (min-width: 768px) {
    #slider {
    background: #f2f2f2;
    padding: 10em 0;
    }
    }

    The background will only be applied for screen sizes larger than 768px that is why the background defaults back to #ffffff when you view the site on mobile device. You should use max-width instead of min-width.

    Best regards,
    Ismael

    Hey leadmagz!

    Thank you for using Enfold.

    I’m sorry but I’m not sure which section of the page to check. I don’t see any issue on the page layout when I checked the website. A screenshot will help. Please use imgur, dropbox, etc.

    Cheers!
    Ismael

    Hey!

    I’m sorry but this seems issue to be fixed when all plugins are deactivated as I have mentioned on my previous post.

    https://kriesi.at/support/topic/product-description-and-product-image-light-box-still-missing-in-all-views/#post-342048

    Again, please deactivate all plugins except woocommerce then check the product page on a different browser. If the issue is gone, try to activate the plugins one at a time to find the chaotic plugin.

    Best regards,
    Ismael

    Hi Jim!

    Thank you for using Enfold.

    Could you please elaborate the issue a little more? A screenshot will help. If you’re using a mobile device to browse the shop page, you can click the “Add to cart” button to purchase something.

    Best regards,
    Ismael

    in reply to: Masonry Gallery Images Stacking #347601

    Hi tlow87!

    Thank you for using the theme!

    I’m sorry but you’re using an old version of the theme, 2.8.1. Please download the latest version 3.0.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    in reply to: Edit an existing gallery #347600

    Hi!

    I’m talking about the default editor. You can’t go back to the options panel when you add the shortcode via shortcode wand.

    Best regards,
    Ismael

    in reply to: Ajax Portfolio Display Categories as Buttons? #347599

    Hi DJ!

    Thank you for using Enfold.

    Please use this on Quick CSS:

    #js_sort_items .text-sep {
    display: none;
    }
    
    #js_sort_items a {
    display: inline-block;
    float: none;
    margin: 0 5px 0 5px;
    }
    
    .sort_by_cat {
    text-align: center;
    }

    Cheers!
    Ismael

Viewing 30 posts - 54,151 through 54,180 (of 67,491 total)