Forum Replies Created

Viewing 30 posts - 11,761 through 11,790 (of 25,536 total)
  • Author
    Posts
  • in reply to: Main Menü – Untermenü mit CSS formatieren? #1122144

    Hi Jan,

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Logo size problem #1122099

    Hi mike.rav,

    I have inspected it again and I don’t get the same results as you do.
    Mine however (using same settings and logo you have) does show up in 854 x 234px without any css code.
    Maybe it’s because the relationship between absolute positioning and sizes, usually you’ll need to define it’s width and height, if not defined it takes the width and height of elements inside it, the latter may produce different results I guess, I could not find any good reason/explanation with it.
    Also when I unchecked the width you set in your css it reduces the size a bit (probably few pixels) but if you uncheck 0 from the left value (turns to 50%) the logo is greatly reduced which is not the result I was expecting.
    I’m puzzled as well in this, I think the css code you put is necessary to make sure the size is consistent.

    Best regards,
    Nikko

    in reply to: Hide Archive for: #1122096

    Hi frankeee,

    Yes, I think there are some extra curly braces, those are used only when there are functions or conditional statements like if/else.
    Can you try this:

    function avia_which_archive() {
    	$output = __('NOTHING','avia_framework')." ".$term->name;
    	return $output;
    }

    Best regards,
    Nikko

    in reply to: Import Demo as page for already live site? #1122095

    Hi missouriartscouncil,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Enfold: Several websites with one license #1122093

    Hi Toshi,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Box on top of image #1121825

    Hey Richard,

    Are you using a boxed layout? (default is stretched layout, can be found in Enfold > General Layout > Layout > Use stretched or boxed layout?).
    If you’re using a boxed layout then I think you can just use Color Section to do that with some background, but if you’re using a stretched layout then we’ll need to use some Custom css codes.
    Can you give us a link to your contact page? so we can try to inspect it and give you custom css codes that should work, you can put the link in private content.

    Best regards,
    Nikko

    in reply to: Enfold: Several websites with one license #1121823

    Hey webclusiveCH,

    Regarding licenses, please refer to this thread: https://kriesi.at/support/topic/enfold-multisite-2/

    Regarding your questions:
    – won’t this break anything?
    No, it won’t break anything, as long as you use the same version of Enfold but when you update the site, a unique token is needed per site.

    – is there anything else I have to consider?
    No, I don’t think you need anything else besides the Envato private token which you generate in themeforest.

    do I have to download the installable file of the newly purchased enfold theme and install it on my website again and repeat everything?
    No, but for example you are using a token from your envato account and you want to pass this to your client, you just need to change the token from yours to your client. (this is only need for updating the theme)

    Best regards,
    Nikko

    in reply to: Accordion toggles not opening #1121818

    Hi brandonwu,

    Thanks for giving us admin access.
    It’s fixed, there were no errors but building the accordion again have fixed it.

    Best regards,
    Nikko

    in reply to: "Reset all options" button #1121810

    Hey Nicole,

    We apologize for the inconvenience the only safety measure we add in case it is accidentally clicked is the pop-up box which confirms if you continue this action.
    We will forward your request.
    For the meantime, you can add this code in your functions.php to remove it:

    add_action('admin_head', 'remove_reset_button');
    function remove_reset_button() {
      echo '<style>
    	.avia_footer_reset{ display: none !important; } 
      </style>';
    }

    Best regards,
    Nikko

    in reply to: Google Maps did not load correctly on the page. #1121807

    Hey Roine,

    This shows because google maps is no longer free.
    Though they give $200 monthly free credit but you will need to fill in your credit card details in their billing system (in case you exceed the $200) to remove that development only watermark.
    The issue you have is similar to: https://stackoverflow.com/questions/50977913/google-maps-shows-for-development-purposes-only (you can check for the posted solution there)
    You can also check it on their site: https://cloud.google.com/maps-platform/pricing/ (go to Frequently Asked Questions)

    Best regards,
    Nikko

    in reply to: Main Menü – Untermenü mit CSS formatieren? #1121806

    Hi JF-88,

    Try adding this css code in Quick CSS:

    #top .av-main-nav ul ul {
        left: 207px;
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi cicalo,

    Yes please do provide screenshot and the link to the page with the issue.

    Best regards,
    Nikko

    Hi cicalo,

    Here are some things you can do:

    (make sure to have a backup before any updates and put your site in maintenance mode)
    Try to update the theme manually: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
    Or you can do the following steps:
    1. Go to Appearance > Themes > select a default wordpress theme like twentynineteen.
    2. Delete Enfold theme.
    3. Upload and install the latest version of Enfold (from themeforest) and activate it.

    Hope this helps.

    Best regards,
    Nikko

    in reply to: WooCommerce cart not adjusting to mobile in Chrome #1121660

    Hey glowboge,

    Can you give us a screenshot on how it looks on your Chrome browser?
    I checked it on a chrome browser on my mobile phone (android) and it looks great.

    Best regards,
    Nikko

    in reply to: How to remove add to cart button? #1121656

    Hi Thomas,

    1. Try adding this code at the bottom of your functions.php file:

    remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);

    2. You can use our Avia Layout Builder to customize single product pages and use button element.

    3. Go to Enfold > Advanced Styling > select Buttons, then tweaks the color and border.

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Loading time of pages with self-hosted videos #1121650

    Hey Maaster,

    I have checked your site and when inspecting your site the 3 mp4 files aren’t loaded.
    Try using a caching plugin it should help make your page faster.

    Best regards,
    Nikko

    in reply to: Main Menü – Untermenü mit CSS formatieren? #1121632

    Hi JF-88,

    You can use dropbox or https://imgur.com/ or any online image sharing sites and post the link here.
    If you put the link in private content it will not show in public and will only be visible to you (thread creator) and moderators.

    Best regards,
    Nikko

    in reply to: Hide Archive for: #1121631

    Hey frankeee,

    What you tried is basically to replace ALB element that’s why it’s not working.
    To replace this in your child theme just copy the whole avia_which_archive function, don’t include if(!function_exists(‘avia_which_archive’)) and paste it on your child theme’s functions.php.
    Then tweak the function. Hope it helps :)

    Best regards,
    Nikko

    Hey mynick,

    We have already forwarded your request.
    Our dev team will review it and hopefully most or a lot of it can be added in the future releases :)
    Thanks for using Enfold!

    Best regards,
    Nikko

    in reply to: Logo size problem #1121626

    Hi mike.rav,

    Thanks for giving us admin access.
    It’s not showing the actual size because of the height and width attribute is set to 300 x 100 (this was meant for better page speed ranking).
    To change this go to (via ftp or cpanel) wp-content > themes > enfold > includes folder and copy helper-main-menu.php.
    Then go to your child theme and create a folder and call it includes, go inside the newly created folder and paste helper-main-menu.php.
    Edit the file and find this code (should be in line 132):

    $output .= avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'span', true);

    replace it with:

    $output .= avia_logo(AVIA_BASE_URL."images/layout/logo.png", $addition, "span", "height='285' width='1038'");

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Enfold, Polylang and Portfolios #1121617

    Hi biomeris,

    1. It’s fixed, the permalink just needed to be refreshed.
    2. Can you try to update to the latest version of Enfold? I can’t figure out why it’s behaving this way. Make sure to have a backup first.

    Best regards,
    Nikko

    in reply to: Enfold, Polylang and Portfolios #1121395

    Hi biomeris,

    We apologize for that, however you need to reply back to the thread for it to get back in queue (modifying unfortunately does not put it back to the queue and does not notify us as well).
    I have checked on that page and noticed that NowTesting has been selected as the category to show but none of the portfolio items uses NowTesting category though there’s one that has the NowTesting title, I edit it and checked the NowTesting category and it shows up properly. :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: 4.5 problem with fullwith sub menu – not clickable #1121390

    Hi Nancy,

    Sure, I tried to access using the login details you gave however it doesn’t work, please check.
    Also this issue has already been addressed in the latest versions of Enfold, try to update it first and make sure to have a backup.

    Best regards,
    Nikko

    in reply to: Problem Empty Cart #1121369

    Hi Guenda,

    I see, I thought it was added in Loco Translate plugin.
    I tried to check your settings few more times and found out that w3 total cache is causing the issue.
    If you deactivate it, the button shows correctly, purging out the cache doesn’t seem to resolve (maybe it’s not working properly).

    Best regards,
    Nikko

    Hi missionmobile,

    It looks great on the 3 browsers when I checked it.
    I have posted the screenshots in private content, I even zoomed it out to about 30% and the list on the right didn’t drop below it.
    Maybe it’s caching? try clearing the browser cache for both firefox and internet explorer.
    Try inspecting the element in firefox especially the width of those 2 columns maybe it’s fetching some css, I can’t do it on my end since it’s all good here.

    Best regards,
    Nikko

    in reply to: Can't change visibility setting on page #1120752

    Hi Hokuspokus,

    I could not reproduce the issue you have pointed out, if you want to deactivate Password protected you can just set it to either public or private and it should remove it.
    As for draft, if the page is set to draft, clicking on the Publish button should fix it.
    Can you create a new thread and post your login credentials and login link in private content? so we can check on it further.
    Private content is only visible to the creator of the thread and the moderators that’s why we’ll need you to create it separately.

    Best regards,
    Nikko

    Hi missionmobile,

    Thanks for pointing it out and making comparisons, it’s easier to find out the issue.
    You were using Grid Row (uses 100% of browser width instead of using maximum container width), if you inspect the element you will see that it centered but those texts doesn’t occupy the full width of the column that’s why visually it doesn’t look centered (the issue is only seen on larger screens so screens like mine doesn’t see that unless I zoom out). To fix this you can use 1/3 column instead then just set it to Equal Height.
    I have duplicated your homepage and fix the 3 column area the same as the example you’ve given, the link is in private content. :)

    Best regards,
    Nikko

    in reply to: Portfolio Change ratio imagelist and text #1120749

    Hi thomaszechmhx,

    We’re glad to hear that it helped :)
    Thanks for using Enfold!

    Best regards,
    Nikko

    in reply to: Problem Empty Cart #1120748

    Hi Guenda,

    I tried to check multiple times including the theme files and plugin files and I could not reproduce this on my end.
    Where did you add ‘Ritorna al negozio’?

    Best regards,
    Nikko

    in reply to: Problem Empty Cart #1119502

    Hi Guenda,

    Thanks for the cpanel access and I apologize for the delayed response.
    I was checking it out and noticed that the dev folder (staging) and its content was already installed, I also tried too enable wp debugging but it doesn’t create error logs, the database seems fine as well.
    Maybe you can seek assistance for your webhost for it since I could not find any lead. For the meantime I’ll try install and test on the plugins you’re using and try to figure out what’s causing the issue on my local server.

    Best regards,
    Nikko

Viewing 30 posts - 11,761 through 11,790 (of 25,536 total)