Forum Replies Created

Viewing 30 posts - 3,001 through 3,030 (of 10,428 total)
  • Author
    Posts
  • in reply to: Remove alt text on image hover (Not the inside the code) #783601

    Hi,

    This is an update to your query a few day’s back.

    The below code will remove the image title on hover and the title remains intact other time which is good for SEO

    Please try adding this at the very end of your themes / child themes functions.php file:

    https://pastebin.com/raw/NicGSrU1

    Best regards,
    Vinay

    Hi,

    I have tested this code on my installation and it works fine. 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: Import Demo content not working #780725

    Hi,

    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 explanation please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    and you can contact your service provider to increase the memory limit.

    Alternatively demo data can be imported using XML file from Admin > Tools > Import > WordPress
    Make sure to check the option “Download and import file attachments” while importing.

    Please note this will not import the theme settings you may need to set them up and upload if any images are missing from backend once the XML file is imported.

    Construction

    Best regards,
    Vinay

    in reply to: Menu and scroll down Arrow does not hit the target. #780309

    Hi,

    I’m unable to reproduce this issue on my installation. We need to make changes to some files on your server. Can you please provide us a temporary FTP access (via private data field)?

    Best regards,
    Vinay

    in reply to: Help needed with the contact form! #778599

    Hi,

    I checked your site but the contact form is not visible on the page. Does it require admin login? Please review and get back to us with required credentials or a precise link where we can see the element in question.

    Best regards,
    Vinay

    in reply to: Ongoing Layer Slider Issue – update? #778586

    Hi!
    Sorry for the confusion,

    1. If you create a slider from Dashboard > Layer Slider you can insert that slider from advanced layout builder > media element.
    2. Any other slider like Full-width slider or Easy Slider is not related to layer slider.

    We do not have an ETA for the next update but we release updates quite often.

    Regards,
    Vinay

    in reply to: Shop items not aligned correctly #778500

    Hi,

    Glad it works for you :)

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

    .woocommerce-loop-product__title {
    min-height:61px;
    }
    

    Best regards,
    Vinay

    in reply to: Open Text In Lightbox #778499

    Hey Steve,

    I checked your site but could not locate the button you are talking about please specify a precise location where to find it on the site.

    Button elements can open a lightbox window and display any content inside it.

    1. Create a new page with your content inside it and hide the header and footer from the sidebar options.
    2. Copy the page URL and add ?iframe=true to the end of the link.

    Example: If the new page created to display in the lightbox is http://kriesi.at the link to open it in lightbox will be http://kriesi.at?iframe=true

    Best regards,
    Vinay

    in reply to: Footer height on big screens #778494

    Hi,

    Glad you figured it and thank you for sharing the solution :)

    Best regards,
    Vinay

    in reply to: How to show overlay text on image (MOBILE MODE) #778450

    Hey fairusd,

    I checked your site and the text does show up fine in the mobile version.

    If you still have any issue please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)

    Best regards,
    Vinay

    Hi,

    For further technical support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Vinay

    in reply to: Google jquery loading #778448

    Hi,

    Thank you for sharing this solution @Guenni007

    Best regards,
    Vinay

    Hi,

    As I understand you want to show the search icon in tablets and mobile correct?
    Please remove all the code related to this modification so to avoid any conflict.

    I have tried this code on my installation and it works 100% in case you do not see any changes after adding this code please make sure the cache is purged in caching plugin and deactivate the caching plugin.

    @media only screen and (max-width: 990px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu {
        display: block;
        position:absolute;
        width:100%;    
    }
    #menu-item-burger{
    	display:none!important;
    }
    .av-main-nav li { display: none; }
    li#menu-item-search {
        display: block;
        transform:translate(0,-100%);    
    	left:63%;
    }}

    Best regards,
    Vinay

    • This reply was modified 8 years, 3 months ago by Vinay.
    in reply to: Footer height on big screens #778405

    Hi,

    Please remove all the custom code added to make the footer sticky at the bottom.

    We can make the main div element to stretch the height of the viewport using custom CSS.

    NOTE: Adjust the min-height value in the below code to suit your design.

    .html_minimal_header #main > .avia-builder-el-0, 
    .av_minimal_header + #main .container_wrap_first {
        min-height: calc(100vh - 140px); /* 100% view port width minus the header height */
    }

    Best regards,
    Vinay

    • This reply was modified 8 years, 3 months ago by Vinay.
    in reply to: Enfold Showcase #778396

    Hi,

    Thanks, for sharing your work. Nice design and textures :)
    Just a little thought if the menu color were a bit light would be easy to read :)

    Best regards,
    Vinay

    in reply to: 1/2 columns don't stay next to each other in tab section #778395

    Hi,

    Thank you for sharing the link, we need to take a closer look at the backend 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: Calendar in #778394

    Hey Alex Lee,

    For technical support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Vinay

    in reply to: Problem after inserting button with link #778393

    Hi,

    I checked all the download options under “WEDDING EVENTS” and it all opened up the pdf file properly.

    Please clear the cache and sometimes adding a special character like “@” symbol may cause an issue depending on the server setup. If yous till have an issue please fix that and try again.

    Best regards,
    Vinay

    in reply to: Need help editing home page #778391

    Hey Wisith,

    1. Install a plugin like YOAST to edit the page title on every page. A general site wide title can be set in WordPress settings > General > Site Title

    2. It’s browser default feature to show image title. There is no easy option to hide it but you can edit it by adding image title from Dashboard > Media > Library > select image and add a title in the image settings option on the right side.

    3. We need a precise link where we can see the element in question so we can help you further.

    Best regards,
    Vinay

    in reply to: Apostrophe shown as question mark #778383

    Hi,

    1. Changing the theme will not affect the data and yes when you activate enfold it should return to the original state provided there were no modifications made to any php files using custom code when enfold was deactivated.

    2. All your settings and page content are stored in database. Deleting the theme files and re-uploading will only change the way site looks however when you upload new files it should look the same as it was earlier :)

    Best regards,
    Vinay

    in reply to: Ongoing Layer Slider Issue – update? #778382

    Hi,

    If you are using Layer Slider that came bundled with enfold, yes you need the Layer Slider to show the slides that were created using the built-in plugin.

    if you deactivated the built-in plugin and use the Layer Slider as a separate plugin then you need to recreate the slides.

    Best regards,
    Vinay

    in reply to: Read more, the words are divided at half #778381

    Hi,

    I checked your site for the issue you mentioned but it looks fine on my end. did you manage to figure it out?

    Let us know if you need any further assistance, we are happy to help :)

    Best regards,
    Vinay

    in reply to: Footer pops up in middle of post…??? #778380

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking the admin login link again once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Best regards,
    Vinay

    in reply to: Shop items not aligned correctly #778379

    Hey tcadam0301,

    It’s best to have the same length heading for an overall look that you are trying to achieve. If the product name is too long you have to choose between increasing the min and max height or hiding the excess length or excess info on some products.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    NOTE: I have added background:gold for visual notification you can remove it from the below code.

    .inner_product_header_table {
    	min-height:100px;
    	max-height:100px;
    	overflow:hidden;
    	word-break:break-all;
    	background:gold;
    }
    .thumbnail_container{
    	min-height:300px;
    }

    I have tested the above code on your installation and it works 100% please make sure to clear the cache if you still do not see nay changes deactivate the caching plugin and try again.

    Best regards,
    Vinay

    Hi,

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

    #top .avia-slideshow-button {
    	display: none;
    }
    #top .avia-slideshow:hover .avia-slideshow-button {
    	display: inline-block!important;
    }
    

    I have tested this code on your installation and works 100% please make sure to refresh the cache to preview changes.

    Best regards,
    Vinay

    in reply to: Sidebar 100% height of Main Content Area? #778287

    Hi,

    1. You can try adding padding to the right and left or set a min-width to the sidebar.

    2. If you like to add a different background color to different pages please use the page id class, it’s the best way to achieve it.

    Best regards,
    Vinay

    in reply to: How is this done? #778216

    Hi,

    Please update the theme to latest version 4.0.5

    You will notice the tab section in the layout elements.

    Best regards,
    Vinay

    in reply to: Content disappearing after save #778215

    Hi,

    The predefined color scheme will reset only the theme settings. It does not affect the data added as pages or post.
    In case you lost any theme settings I’m afraid you need to rebuild it.

    Best regards,
    Vinay

    in reply to: enfold theme #778214

    Hey Christopher Nahler,

    I’m not sure what you are trying to do? Please elaborate.

    To add your custom CSS or JS to any WordPress website, first it should be enqueued in functions.php file.

    For technical further support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Vinay

    in reply to: Portfolio Ajax 4 Column Centered #778213

    Hi,

    To create a 4 column portfolio masonry grid

    1. Select 4 Columns in the masonry element settings.

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

    #top .av-masonry {
        background-color: #000000;
        max-width: 1200px;
        left: 50%;
        transform: translateX(-50%);
        position:relative;
    }
    

    If yous till have any issue please get back to us with a link to your site where we can inspect the element in question in order to help you better.

    Best regards,
    Vinay

Viewing 30 posts - 3,001 through 3,030 (of 10,428 total)