Forum Replies Created

Viewing 30 posts - 46,681 through 46,710 (of 66,033 total)
  • Author
    Posts
  • in reply to: Single product sidebar #469494

    Hi!

    Please post the login details here. We will implement the right sidebar for you.

    Also, I noticed that when I click on any of the link under the Product Category, the texts are flushed to the right and I want them to be aligned on the left. http://shop.greencastlecabinetry.com/product-category/european-style/

    Can you please provide a screenshot of this issue?

    Cheers!
    Ismael

    in reply to: Image Thumbnail, Lightbox, Video Integration. #469492

    Hi!

    The lightbox plugin that is included in the theme doesn’t support mp4 formatted or self hosted videos so you have to look for another lightbox plugin or script. Maybe, these plugins will help:

    https://html5box.com/html5lightbox/
    https://www.wonderplugin.com/wordpress-lightbox/
    https://www.tipsandtricks-hq.com/wordpress-lightbox-ultimate-plugin-display-media-in-a-fancy-lightbox-overlay-3163

    NOTE: These plugins may or may not be compatible with the theme.

    Regards,
    Ismael

    in reply to: 404 error on some pages #469485

    Hi webon_israel!

    Thank you for using Enfold.

    Did you create those pages then delete it? Google already crawled the site even before you delete the pages. Try to use a redirect plugin to redirect those pages to the home page or to another page. You can use one of these plugins:

    https://wordpress.org/plugins/redirection/
    https://wordpress.org/plugins/quick-pagepost-redirect-plugin/

    You can also do this via .htaccess but try the plugins first. Note that it might take a while before google or any search engines crawl the site again.

    Best regards,
    Ismael

    in reply to: Java Script added to Code Block – won't Publish #469473

    Hey alliancepp!

    Thank you for using Enfold.

    If this is a google analytics code, you can add it in the Enfold > Theme Options > Google Analytics field. Note that you have to wait for a few hours or days before it takes effect .

    Regards,
    Ismael

    Hey!

    @DJQuad: What is the folder permission of the killshotservers.com folder? I checked it via FTP but I can’t see the permissions info. If it is set to 711, please set it to 755. Do this for all folders inside that particular folder. If possible, please create a php info page, we would like to check it. What is the actual that you get when you try to update the theme? Is this it?

    An error occurred while updating Enfold: Could not create directory.


    @Heathcliffe
    : Envato reported that there are an ongoing DDoS attacks on the marketplace causing random site outages. For the meantime, please remove the API key in the updates panel.

    Best regards,
    Ismael

    in reply to: Modifying the Header. #469458

    Hi ISHFA!

    Thank you for using Enfold.

    You can follow the instructions here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Ismael

    Hey!

    Yes, this is possible but you have to edit the js > avia.js file directly. Look for this code around line 1575:

    if(st > 50)
    

    .. replace it with:

    if(st > win.height() - 100)
    

    Create a changelog or a note about this modification in case you update the theme.

    Best regards,
    Ismael

    in reply to: Sort Portfolio Items In Alphabetical Order #468808

    Hey!

    Edit the masonry element inside the page then you’ll find the “Order by” settings. You can set it to “Title”. You have to adjust the “Display order” settings as well. Make sure that you have the latest version of the theme which is 3.2.1.

    Regards,
    Ismael

    in reply to: Social Media Icons #468806

    Hey!

    The code is incorrect. Please replace it with:

    @media only screen and (max-width: 767px) {
    	.av-inherit-size .av-special-heading-tag {
    	font-size: 0.5em !important;
    	}
    }
    
    #top .social_bookmarks li {
    font-size: 22px;
    }
    
    .social_bookmarks_rss a::before {
    content: '';
    font-family: 'fontello';
    }
    
    .social_bookmarks_rss a::after {
    content: '\e800' !important;
    font-family: 'fontello';
    }

    Please copy the code directly from this forum, not from your email because some of the symbols are being converted automatically.

    Cheers!
    Ismael

    in reply to: menu bar #468805

    Hey!

    Please give us admin access to the site, we would like to check it. Did you install any plugins? Please try to disable them then test it again.

    Best regards,
    Ismael

    in reply to: Blog Post Width – No Sidebar #468804

    Hey!

    Please replace the code with this:

    #top .fullsize .template-blog .post .entry-content-wrapper>*, #top .fullsize .template-blog .post .entry-content-wrapper {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }

    Cheers!
    Ismael

    in reply to: how can i apply the same font and font spacing #468800

    Hi wiwaldi79!

    Thank you for using Enfold.

    You can change the font settings in the General Styling > Fonts panel. Or use the Quick CSS field:

    body, body p {
    font-family: "Arial";
    }

    The amount of posts you created in the past few weeks is a bit too high so we flag you. Average users in the forum post 1 to 3 topics in a week but you created more than 20 topics in less than a week, using 3 different user names which is not something we can handle or tolerate. Please don’t ask questions when you can simply search google for a quick solution. Thank you.

    For further modifications, please contact codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    in reply to: Dropdown menu stays open on Ipad #468794

    Hi!

    What is the current version of the theme? Looks like you removed it in the style.css file. Make sure that you have version 3.2.1. I tried to emulate this on an iPad, using the correct device user agents and network connection, mobile menu collapse whenever you click an anchor menu. If you modified any theme files in the child theme folder, make sure that all files are updated.

    Best regards,
    Ismael

    Hi!

    @DJQuad: Give us the ftp details. We’ll check the directories. Did you check the error logs? If you’re in a rush to fix a server related issue that we don’t have any access to, please hire a freelance developer or consult a server administrator. Thank you.

    Regards,
    Ismael

    in reply to: Add Time and date below the title on a page #468781

    Hey!

    You can try this in the functions.php file:

    
    add_filter('avf_title_args', 'avf_title_args_mod', 10, 2); // edit default title
    function avf_title_args_mod($args,$id)
    {
    	$args['additions'] = "<div class='temps'><ul><li>".get_the_time(get_option('date_format'))."</li><li>". get_the_tag_list('&nbsp;| Mots clefs: ',', ')."</li></ul></div>";
    	$args['html'] = "<div class='{class} title_container'><div class='container'><{heading} class='main-title entry-title'>{title}</{heading}>{additions}</div></div>";
        return $args;   
    }

    Regards,
    Ismael

    in reply to: Headline rotator into Slideshow #468767

    Hey!

    I created a test page with the slider plus the headline rotator inside and it works fine: http://wp-test.webdesigner-hh.de/?page_id=900

    You can see the headline rotator in the bottom right corner of the slideshow.

    Best regards,
    Ismael

    in reply to: Responsive Full Width Image with Captions #468761

    Hi!

    Looks like you add columns and separators to create spaces. I think this is not the right way to do this. Please use the full screen slider then add the caption. The problem with the current layout is that some of the containers are percentage base so the size will vary on different screen resolutions. If you force to use this layout, you will have to create tons of css codes to modify the separator height, move the column position etc.

    Regards,
    Ismael

    in reply to: post image on blog category page #468746

    Hey!

    I wouldn’t worry about the text/ratio warning directly, it’s just an indicator that the amount of html codes in the page is higher than the text or content. If those pages contains images mostly, maybe, you can add a little more text to those pages. The thing is, we can’t reduce the amount of html the theme generates because it has to be there in order to build the elements in the page. The only solution is to add more content inside those pages.

    Regards,
    Ismael

    Hey jeftores!

    Thank you for using Enfold.

    Use this to change the color of the caption box:

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
      background: #000;
      filter: alpha(opacity = 80);
      background: rgba(255, 0, 0, 0.5);
    }

    Adjust the rgba values. If you want to change the font of the title, go to the Enfold > Advanced Styling panel then modify the h2 heading.

    Regards,
    Ismael

    in reply to: Active Menu Item #468739

    Hey djshortkut!

    Thank you for using Enfold.

    Please replace the code with this:

    #top .av-main-nav li a:hover .avia-menu-text, #top .av-main-nav li.current-menu-item > a > .avia-menu-text {
      color: #018db0 !important;
    }

    Regards,
    Ismael

    in reply to: Woo Commerce Product Issue #468544

    Hi!

    Have the label and input fields on the same line? You can try this:

    .product-addon .form-row label, .product-addon .form-row input {
      width: 48%;
      float: left;
    }

    Cheers!
    Ismael

    in reply to: enfold backrounds #468542

    Hi!

    You can use the Quick CSS field to apply background images to the elements.

    .av_promobox {
      background: red !important;
    }
    
    div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
      background: blue !important;
    }

    You can replace the color value with background images. Unfortunately, you can’t add a background to the whole table because each rows has its own background.

    Regards,
    Ismael

    in reply to: Backround Image Secondary Menu in Top bar #468539

    Hi!

    The backgrounds are located in the images > background-images folder.

    Best regards,
    Ismael

    in reply to: Change Widget Blog Thumbnail Size #468538

    Hey Denis!

    Thank you for using Enfold.

    You can follow the first solution provided here: https://kriesi.at/support/topic/estilos-en-widget-de-ultimas-noticias-de-enfold/#post-460685

    Best regards,
    Ismael

    Hey!

    Yes, you can use the advance layout builder for posts to create full width elements but take note that all default elements such as the post meta info, featured image etc will be removed so you have to start from scratch. You can add the code suggested above to duplicate the default post meta info.

    Regards,
    Ismael

    Hey!

    Use images with larger resolution and size if you think the background is a little bit blurry.

    Is this 1423x553px the size of the background area you are refering before?

    Yes, that is the calculated size of the background container. Note that the height will also depend on the content inside the container. The more content, the taller the container.

    Best regards,
    Ismael

    in reply to: shrinking header vs menu #468530

    Hey Annelies!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    .header-scrolled .av-main-nav > li > a {
      padding-top: 0;
    }

    Regards,
    Ismael

    in reply to: Search #468529

    Hey msmazza!

    Thank you for using Enfold.

    You can use the google analytics to track the search terms: http://www.carriedils.com/wordpress-track-site-search/

    OR

    I haven’t tried this plugin but it claims that it can track search terms: https://wordpress.org/plugins/search-meter/

    Cheers!
    Ismael

    Hi!

    You can’t select other custom post types or taxonomies when using the Portfolio Grid element. For the gallery, you can only use images. Please try the blog posts element or the masonry element then select the cpt gallery taxonomies.

    Regards,
    Ismael

    in reply to: shop demo responsive images with overlay #468526

    Hi!

    That is the caption. Enable the caption then you can set it to display on hover.

    Cheers!
    Ismael

Viewing 30 posts - 46,681 through 46,710 (of 66,033 total)