Forum Replies Created

Viewing 30 posts - 6,181 through 6,210 (of 10,428 total)
  • Author
    Posts
  • in reply to: custom avia css #656670

    Hi!

    It is possible there may be another style with more specificity. Try to add it at the very bottom of the styles.css and let us know if that helps.

    Cheers!
    Vinay

    Hi,

    Thank you for the kind words and sorry for the delay. I tried to login to the backend to troubleshoot the issue but the default login URL fails. Please let us know precisely where have you added the widgets that are are not showing? Try to disable all other plugins except Jetpack and let us know if that helps.

    Best regards,
    Vinay

    in reply to: Need larger gap between images- masonry grid #656423

    Hi,

    Please deactivate the caching plugin and clear the cache from browser and try the below css.

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        margin: 35px;
    }

    We tested this on your installation in console and it works please check screenshot attached.

    Best regards,
    Vinay

    in reply to: Menu Items can hardly be seen due to background images #656350

    Hey shalenie,

    At the moment you cannot change the font color per image slide. would you mind providing 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

    • This reply was modified 9 years, 7 months ago by Vinay.
    in reply to: Random Text #656349

    Hey Lili,

    You can use a plugin like https://wordpress.org/plugins/random-content/ and place the short code provided by the plugin in textblock.

    Best regards,
    Vinay

    in reply to: Icon List #656348

    Hi,

    To target specific advanced layout builder elements please enable custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Give the element a custom css class name and use it in your CSS.

    Best regards,
    Vinay

    in reply to: problem with commenting area #656347

    Hi,

    Thank you for sharing the mockup that is exactly how i see the site on my end. please elaborate the issue and what exactly are you trying to change?

    Best regards,
    Vinay

    Hey hagege,

    Glad you found a workaround. It may be due to a change in the settings or a plugin conflict could be another reason.

    Best regards,
    Vinay

    in reply to: Inputting Script in the right location #656344

    Hi,

    Yes the code provided can be used in child themes function.php and the code in child theme will remain intact after enfold main theme updates.

    Best regards,
    Vinay

    • This reply was modified 9 years, 7 months ago by Vinay.
    in reply to: Remove "All" options from magazine shortcode. #656342

    Hi,

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

    
    a.all_short_button, a.all_short_button + span  { display: none !important }
    

    To auto select filter gallery use the below code in functions.php and change the eq(1) to eq(2) and so on to select different menu items.

    
    function select_portfolio_filter(){
    ?>
    <script>
    jQuery( window ).load(function() {
      jQuery(‘.inner_sort_button:eq(1)’).click();
    });
    </script>
    <?php
    }

    please note you are using caching plugin. You may not see the changes until the cached files are cleared in your browser and in the plugin settings or deactivate caching plugins till the development work is completed.

    Best regards,
    Vinay

    • This reply was modified 9 years, 7 months ago by Vinay.
    in reply to: Please help with these 2 RTL issues: #656341

    Hey mbenji1,

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

    .js_active .avia-slideshow li:first-child {
        margin-right: 0!important;
    }
    

    2. We would be glad to help you with animation transition effect, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Vinay

    in reply to: custom avia css #656340

    Hi,

    Some of the css rules does not make sense. I assume you are trying to place the search box next to the search icon as seen in the below screenshot.

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

    .avia-search-tooltip {
    	margin-top:-66px!important;
        border-radius: 0px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        border-width: 0px;
        border-style: solid;
    }
    

    Best regards,
    Vinay

    in reply to: How to make a mega manu with post images? #656328

    Hi,

    @Guenni007 thank you for sharing the tip.


    @Mahran2016
    Let us know if this helps.

    Best regards,
    Vinay

    • This reply was modified 9 years, 7 months ago by Vinay.
    in reply to: Demo Upload Not Showing (Enfold Landing Page) #656327

    Hey alsonjonsolutions,

    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 this is a new site and you do not have any data on the site that needs to be backed up please try using a plugin like https://wordpress.org/plugins/wordpress-database-reset/ to reset the wordpress database and re-import the data.

    Please note database reset will clear all data.

    Best regards,
    Vinay

    in reply to: Icon List #656325

    Hi,

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

    .avia-icon-list li:nth-of-type(odd) article.article-icon-entry  {
        transform: translateX(-205px);
    }
    

    Best regards,
    Vinay

    in reply to: problem with commenting area #656322

    Hi,

    The commenting section look good to me. please see the attached screenshot. If you do not see the same please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    in reply to: Column Separator elements Arrangement #656321

    Hi,

    We need to take a closer look at the setup, 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: Site container width changed, and I'm not sure why. #656303

    Hi,

    I checked the site but i am not aware how wide it was earlier. At this point the site looks normal to me.
    If you like to increase the container width please do so from Enfold > General Layout > Dimensions > Maximum Container width

    Best regards,
    Vinay

    • This reply was modified 9 years, 7 months ago by Vinay.

    Hey kirillko,

    Thank you for contacting us.

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Update all plugins to latest version.

    Switch to a default wordpress theme and activate WPML and check.

    If you do not get any error activate Enfold theme and check.

    If you still do not get any error. Activate one plugin at a time and refresh the page to know which plugin is causing the conflict.

    A plugin conflict may be one of the reason for this issue.
    To find which plugin is causing the conflict please follow these steps:

    We await the results of your plugin compatibility test.

    Thanks for your cooperation :)

    Best regards,
    Vinay

    in reply to: How to make a mega manu with post images? #656249

    Hey Mahran2016,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    As an alternate solution

    Go to Appearance > Menu and click on the “Screen options” on top right and select post if it is now selected.

    Now you can add post to wordpress menu. If that does not help please use a plugin like

    https://wordpress.org/plugins/wr-megamenu/

    https://wordpress.org/plugins/megamenu/

    Best regards,
    Vinay

    in reply to: Weird problem with empty cells #656107

    Hi,

    Thank you for letting us know, we will keep this ticket open.

    Best regards,
    Vinay

    Hey chrisj0nes,

    It is default textbox behavior please try to hold down Ctrl + Enter or Shift + Enter key’s both do different things.

    Let us know if you have any questions.

    Best regards,
    Vinay

    in reply to: Masonery Gallery #656082

    Hi,

    To target specific page on wordpress please right click inspect the page and check the class name in the <body> tag that starts with page-id-xx. Each page will have a different page ID please use this class name to target specific pages.

    Best regards,
    Vinay

    in reply to: Mega Menu with Fullwidth Sub Menu #656081

    Hi,
    We have similar request on our featured request list please check and feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Vinay

    in reply to: Header transparency not working #656080

    Hi,

    We added this code to the Quick CSS section under Enfold > General Styling :

    @media only screen and (min-width:768px){
    .main_menu, .logo {
    	position:absolute!important;
    }
    .main_menu  {
    	top:160px;	
    }
    .logo{
    	top:-15px;
    }}
    

    Best regards,
    Vinay

    in reply to: How do I remove this code snippet? #656069

    Hi,

    Please use (Email address hidden if logged out) or any email address of your choice we just need the login credentials (add them in “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

    Hi,

    Thank you for the kind words :) To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold.

    Best regards,
    Vinay

    in reply to: Sale badge position #656064

    Hi,

    Please elaborate what you like to adjust. If possible would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Vinay

    Hi,

    Please adjust height and line height to the cart and search icon in the mobile view to fix this issue.

       #top #menu-item-search a , #menu-item-shop .cart_dropdown_link {
         height: 83px!important;
         line-height: 85px!important;
    }

    Best regards,
    Vinay

    in reply to: Migrating my WP #656035

    Hey janicenisha,

    Making changes manually will be a time taking task and one has to be very careful or it may cause errors. It is best to use a plugin like https://wordpress.org/plugins/updraftplus/

    Best regards,
    Vinay

Viewing 30 posts - 6,181 through 6,210 (of 10,428 total)