Forum Replies Created

Viewing 30 posts - 8,101 through 8,130 (of 10,428 total)
  • Author
    Posts
  • in reply to: Demo import does not look like your demo #615274

    Hey!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)

    Thank you for using Enfold :)

    Regards,
    Vinay

    Hey rwwood!

    We would like to take a closer look at it please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Best regards,
    Vinay

    in reply to: Update API isn't working! #615266

    Hey!


    @collinssafety
    please share the link to your site so we can inspect the site.

    Regards,
    Vinay

    in reply to: URGENT – Problems after wordpress 4.5 update #615257

    Hey!


    @silviamg
    everythign was updated correctly on your site we just had to clear the WP-Rocket cache. Please hard reload and review the site it’s working fine on my end.


    @yasin0424
    If you have updated the site most probably it will be a caching issue hard reload and check if you still have any issue go ahead and open a new ticket and share the link to your site.

    Regards,
    Vinay

    in reply to: adsense code #615167

    Hey czar!

    Please share the link to the page where we can inspect the element in question and help you resolve it :)

    Cheers!
    Vinay

    in reply to: Custom Fonts – Again #615166

    Hey!

    We have limited german speaking members in our team but most of us speak english so I guess you get faster support. If you like german support that won’t be an issue :)

    The site looks good on my end please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
    To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Cheers!
    Vinay

    in reply to: Homepage Slideshow Not Working #615163

    Hey!

    @jdrijverone of your site that starts with mega is working fine the other one is in coming soon mode.

    Please hard refresh the page and review the site to do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Cheers!
    Vinay

    in reply to: Homepage Slideshow Not Working #615162

    Hi!

    Please add the below code in functions.php

    
    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');
    

    Regards,
    Vinay

    in reply to: Errors when Updated to 3.5.2 and Updated WordPress 4.5 #615157

    Hey!


    @jdrijver
    Update your themes to the latest version and if you still have any issue please try the below steps.


    @Vibedration
    We have added the below code in functions.php

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    Your theme is not correctly updated to enfold version 3.5.2 make sure you have the latest copy downloaded from themeforest.

    If you are not able to view the update option in wordpress dashboard. Please update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/

    Once you have updated to the latest version you can remove the above code from functions.php

    Regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: prompt users to rotate ipad into landscape mode #615144

    Hi!

    Just like media queries for tablets and desktops we can target landscape and portrait mode in css.

    1. Create 2 color sections on a page with 100% height and different background colors.

    2. Add a custom ID to the 1st color section “#only-in-portrait” and some sample text like “Please Rotate Your Device”

    3. Paste the below css in Quick CSS

    #only-in-portrait {
    display:none;
    }
    
     /*Only in  Portrait */
    @media only screen 
      and (orientation: portrait) { 
    #only-in-portrait {
    display:block!important;
    pointer-events:none;
    }
    body{
    overflow: hidden;
    }
    }

    Like Ismale mentioned above you can combine this with device screen width to specify only in tablet portrait mode or mobile portrait mode.
    You can add the rest of the page content below the 1st color section.

    Best regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Large amount of files in uploads folder #615108

    Hi!

    You could use a wordpress folder management plugin https://wordpress.org/plugins/tags/file-manager
    Please note we haven’t tested them on our installation but i think this type of plugin could come handy for you.

    Best regards,
    Vinay

    in reply to: Unusual issue with the Portfolio grid #615033

    Hey jdelgadoesteban!

    Please open the portfolio item that has the issue in edit mode or in backend as admin. And check the permalinks… Let us know what you find there…

    Regards,
    Vinay

    in reply to: RealtyPress slider not working with Enfold #614998

    Hey mwgeeks!

    Sorry for the delay. We checked for the issue and I can confirm to you that this whole page is controlled by the plugin.

    for example try adding the below code in Quick css to overwrite the css generated by the plugin the images show but it’s really huge so it looks blurred.

    
    .bootstrap-realtypress .rps-property-photo-row .bx-slider li img {
    position:relative!important;
    }

    The scroll to bottom is also due the the # generated by the plugin in the listing URL

    Please contact the plugin author as the know their plugin best.

    Regards,
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Images and slider not coming up #614974

    Hi!

    Duplicating issues will increase the workload for all of us and slow down the process for you too… We will reply to you on your ticket.

    Regards,
    Vinay

    Hi!

    Wordpress don’t recognise js and css unless it is enqueued in functions.php

    Once you enable custom class name support as yigit mentioned you can add the class name in advance layout builder element edit options as seen below

    Please check this link for more info https://developer.wordpress.org/themes/basics/including-css-javascript/

    You have another ticket open for the image issue we have replied there.

    Cheers!
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: removing background image from colour section for mobile #614951

    Hi!

    Thanks for bringing this to our notice. It will require a jQuery solution. We need a little more time to work on a custom script for you. we will update this ticket soon.

    Regards,
    Vinay

    in reply to: Space above and below on fullscreen slider #614947

    Hi LeonNiel!

    We have to take a closer look at the backend setup please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Cheers!
    Vinay

    in reply to: WordPress 4.5 update and Enfold update #614946

    Hey!

    Please ask the hosting guys to restore your site to the most recent version which was working correctly. Once your site is up we can take it from there and help you with this issue.

    You should create a new ticket while sharing private content as it can be seen by the person who creates the ticket and the mods.

    Best regards,
    Vinay

    in reply to: Godaddy WP 4.5 issue – cannot view content on pages #614944

    Hey redriverit!

    The site looks good on my end please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
    To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    If you still have any issues we can take a look at the backend please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Best regards,
    Vinay

    in reply to: Image with Hotspot hyperlinks #614940

    Hi Grant!

    Yes can link the hotspots just click on the hotspot and set the links as shown in the below screenshot

    Regards,
    Vinay

    in reply to: Images and slider not coming up #614938

    Hey!


    @mwgeeks
    please create a new ticket and share the link to your site with credentials as the private content is visible to mods and the person who creates the thread. We will surely help you asap.

    Regards,
    Vinay

    in reply to: some image cannot be display #614931

    Hi endanight!

    You are probably using an old version of the theme. We have released an enfold update to match the changes made in the latest version of wordpress 4.5
    If you are not using a child theme please backup any custom changes you may have added to the theme and update enfold to latest version 3.5.2 make sure you have the correct API key from themeforest.
    If you are not able to view the update option in wordpress dashboard. Please update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/

    Best regards,
    Vinay

    Hey!

    You are most welcome :) FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Cheers!
    Vinay

    in reply to: Avia Layout Builder not displaying #614916

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    Yes it’s always good to have more memory. You can contact your hosting company and increase the memory limit.

    The login credentials you’ve provided do not work please send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add custom code if necessary to resolve the issue.

    Best regards,
    Vinay

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

    Hi!

    Glad we could help you! After the update if you still see the same error please do a hard reload. To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Best regards,
    Vinay

    in reply to: Images #614892

    Hi!

    I can confirm that your site is working fine both me and Yigit can see the latest version of your site and there are no errors in console but your browser cache is not cleared hence you are seeing that error.

    Did you hard reload the page?

    Try in a different browser or a system. Check on your mobile.

    Cheers!
    Vinay

    Hi!

    Please add the below css to disable the comment option

    .comment_meta_container, .comment_container  {
      display: none !important;
    }
    .post-meta-infos{
    	border:none!important;
    }
    

    Cheers!
    Vinay

    • This reply was modified 9 years, 2 months ago by Vinay.
    in reply to: Images #614871

    Hey andone22884!

    The site looks good on my end please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
    To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Best regards,
    Vinay

    in reply to: Swipeable portfolio images #614724

    Hi ewingmh!

    I’m sorry currently it is not possible to make it swipeable in an easy way. Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Vinay

    in reply to: Custom Header Design #614688

    Hi!

    Not sure what you mean because we cannot see your site at the moment. Please share the link to the page where we can inspect the element in question and help you resolve it :)

    Cheers!
    Vinay

Viewing 30 posts - 8,101 through 8,130 (of 10,428 total)