Forum Replies Created

Viewing 30 posts - 4,981 through 5,010 (of 10,428 total)
  • Author
    Posts
  • in reply to: Overlap logo and menu #693104

    Hi,

    One work around to this issue is to trigger the mobile menu just before the menu start to run into the logo. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Adjust the @media max-width value to suit your design. It should be just a little more of the browser width than when the menu start to run into logo.

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

    If yous till have any issue please share a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Responsive View: not resizing of pictures #693102

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .your-custom-class {
        min-width:80%!important;
        overflow:hidden;
    }
    

    Best regards,
    Vinay

    in reply to: Site loading problems #693099

    Hey vizuall,

    We cannot tell exactly what is the issue unless we inspect the site but you can try these solutions to resolve the issue. Please use a caching plugin like W3TC https://wordpress.org/plugins/w3-total-cache/ and check with your hosting company if your host support cloudflair or any other CDN that way your site will load much faster and these problems may go away.

    Best regards,
    Vinay

    in reply to: import new DEMO? #693093

    Hey Chris_85,

    The new demos can be imported with the latest version of enfold 3.8. If you do not see the update option in the theme go to WordPress Dashboard > Updates and click on check manually. under the theme you should see Enfold 3.8. If you still do not see any update options Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

    If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/

    Best regards,
    Vinay

    in reply to: Masonary Gallery #693091

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Making Portfolio Item title larger #693030

    Hi,

    Did you manage to change the font size for the titles? If not Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .grid-entry-title.entry-title a{
    	font-size:15px!important;
    }
    

    Best regards,
    Vinay

    in reply to: Video on Hover #693027

    Hi,

    Thank you for the kind words. did you try the code?

    let us know if you have any issue.

    Best regards,
    Vinay

    in reply to: Customize blog posts widget Comment and / News #693025

    Hi,

    Please remove the previous code and try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .slide-meta-comments, .slide-meta-comments+.slide-meta-del {
    	display: none!important;	
    }
    

    Best regards,
    Vinay

    Hey fineart,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    However since you are enfold customer we want to help you with this. Would you mind providing a precise link to your site, showing the elements in question? So we can inspect and suggest you the best options :)

    Please provide more details.

    1. Is it a portfolio item or a WooCommerce product thumbnail on which you want a second overlay info ?
    2. Where is the 2md overlay info coming from?
    3. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    in reply to: Remove gray box on posts #693018

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .single-post .template-blog .blog-meta {
        display: none;
    }
    

    Best regards,
    Vinay

    in reply to: Different Styles in 2 languages #693015

    Hi,

    Sorry I think it was a misunderstanding earlier. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_menu {
        min-width: 560px;
    }
    .avia-menu.av-main-nav-wrap {
        min-width: 560px;
    }
    
    

    Best regards,
    Vinay

    • This reply was modified 9 years, 4 months ago by Vinay.
    in reply to: Website in RTL Mode – #693012

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Masonary Gallery #693011

    Hi,

    To make the changes Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    1. Masonry background color

    .av-inner-masonry {
    background-color: #e7e7e7!important;
    }
    #top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0, 0, 0, 0)!important;
    }
    

    2. and 3. To align the masonry title and change font size.

    .av-masonry-entry-title.entry-title {
           font-size:26px!important;
    	position:absolute;
    	left:50%;
    	transform:translateX(-50%);
    	bottom:20px;
    }

    Best regards,
    Vinay

    in reply to: Enfold customization #692977

    Hey katek05,

    Sorry for the delay, we are happy to help you.

    1. Third party code can be added in the code block element in the advanced layout builder it will affect only the pages you add the code in. If you need your code to affect all the pages on the site please add it as a function or a filter in child theme functions.php or styles.css depending on the type of code. If it is google tracking code it can be added in Enfold > Google Services.

    2. To translate to your local language please use a plugin like https://wordpress.org/plugins/loco-translate/

    3. You can make changes to font size in Enfold > Advanced Styling or add your own custom css in Enfold > Quick CSS or to the child theme styles.css Please check this link to download child theme http://kriesi.at/documentation/enfold/using-a-child-theme/

    4. To disable the image overlay and arrow follow the steps provided in this link http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/

    5. To hide the catogery and date Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .blog-categories, .slide-meta-time {
         display:none;
    }
    

    if the above code do not work please share a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    in reply to: Icon Box and More tag #692970

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Grid row extends into post margin #692967

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Site broken again after updated my theme #692863

    Hi!

    Like Yigit said files were not overwritten correctly and also the update via theme options should not take more than 10 mins max if you see the message “Website under maintenance” forever access the root folder via FTP and delete the .maintenance file. If you still face any issue just delete the enfold folder and upload a fresh copy of the theme.

    Cheers!
    Vinay

    in reply to: Color section – responsive image #692821

    Hey SorenJensen,

    Please select the height of the color section if it should be 25% or 50% of the browser height and then in the background options upload the image.

    Best regards,
    Vinay

    in reply to: Site broken again after updated my theme #692813

    Hello Linortek,

    We have updated your site to the latest version 3.8 please review your site and let us know if you have any question.

    Best regards,
    Vinay

    in reply to: Connection timed out after 5000 milliseconds Error #692738

    Hi,

    Please do not post your config file code here in a public forum. For security reason we have deleted the wp config file code.

    You page loaded in 2.5 seconds and is opening fine on my end.

    Please try to delete any caching plugin and re-install a caching plugin like W3TC https://wordpress.org/plugins/w3-total-cache/ that should speed up your site a bit. Also try to enable https://www.cloudflare.com/ services on your site if your hosting provider supports it.

    Best regards,
    Vinay

    in reply to: search bar missing on mobile #692734

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    li#menu-item-search {
        right: 0px!important;    
    }
    .avia-search-tooltip {
        margin-left: -86px!important;
    }
    }
    
    

    Best regards,
    Vinay

    in reply to: New Enfold Theme – Sometimes pages dont load #692710

    Hi,

    It could be due to various reason your site is loading slow or not loading at all. I checked the console and there are no errors from the site itself. One of the reason could be low memory. Defining a higher memory limit in wordpress and if possible increasing the memory on the hosting server should resolve this issue.

    To increase the wordpress memory limit please access wp-config.php file and add the below line

    define('WP_MEMORY_LIMIT', '256M');
    

    For a detailed explaination please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    Or you can contact your service provider and they can do it for you.

    If that don’t help. Please access wp-content/plugins folder via FTP or control panel > File manager and rename it to plugins-old to see if it makes a difference.

    If you are then able to load the site normally please login as admin and rename the plugins-old folder back to plugin to see if any plugins are causing this issue.

    Let us know your test results so we can suggest further steps.

    Best regards,
    Vinay

    in reply to: Import thumbnail from domain to new domain #692701

    Hi,

    The above method apply for both type of installation. You can move wordpress from local to live server or from live server to your local machine.

    Best regards,
    Vinay

    in reply to: controle of share content #692698

    Hey Moeldrup,

    Please install a plugin like Yoast SEO and enter the content you like to display when someone click on share to be displayed in the page options.

    Or try other open graph plugins https://wordpress.org/plugins/search.php?q=open+graph

    You can also check what content facebook has indexed for each page here https://developers.facebook.com/tools/debug/

    Best regards,
    Vinay

    in reply to: Display product features on the product overview #692694

    Hey dsignoWerbung,

    What you like to achieve is not a standard feature of WooCommerce. To achieve this you may need to use a thirdparty plugin such as https://wordpress.org/plugins/woocommerce-variation-details-on-page-product/

    Also there are various other way’s to achieve it please check this link

    Let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Links URL appear when it shouldn't. #692686

    Hi,

    That’s a really long link with special characters which are breaking the html tags. please use URL shorten service such as https://goo.gl/ and add the short version of the URL in your post.

    I have added a short version in the blog post for testing purpose (link in private) and it works fine.

    Please review your site and let us know if you have any questions.

    Best regards,
    Vinay

    Hi,

    Glad it’s sorted! We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: TimThumb Error: Logo will not display on mobile devices #692666

    Hi,

    Glad it’s sorted for you.

    To know more about enfold features please check – http://kriesi.at/documentation/enfold/

    Thank you for using Enfold :)

    Best regards,
    Vinay

    in reply to: Blog , small image left #692663

    Hey studioinktvis,

    Please change the blog layout look and feel from the theme options Enfold > Blog Layout > Blog Layout > Single Author, small preview pic.

    There are other options which you can change as well to tweak the layout design to suit your needs.

    Best regards,
    Vinay

    in reply to: Grid row extends into post margin #692648

    Hi,

    Grid row is meant to be a full width element and was working as intended.
    Please review the page now i have placed it in a 1/2 elements and they stick together.

    Let us know if you have more questions.

    Best regards,
    Vinay

Viewing 30 posts - 4,981 through 5,010 (of 10,428 total)