Forum Replies Created

Viewing 30 posts - 31,771 through 31,800 (of 33,339 total)
  • Author
    Posts
  • in reply to: Categories Widget not working #804261

    Hi,
    I’m not sure I follow, can you please add some screenshots?

    Best regards,
    Mike

    in reply to: Permanent Transparent Navigation bar #804260

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .header_color .header_bg {background-color: transparent!important; }

    Best regards,
    Mike

    in reply to: HELP! Page editor not loading, stuck on pre-loader :( #804259

    Hi,
    Your 403 error is gone now and the home page loads in the editor, but the home-2 page seems to be gone, did you delete it?

    Best regards,
    Mike

    in reply to: embedd map with route /from a to b #803702

    Hey Rio1,
    You will need to embed a Google map using the Directions mode: https://developers.google.com/maps/documentation/embed/guide#directions_mode
    The built-in element does not allow the Directions mode.

    Best regards,
    Mike

    in reply to: Permanent Transparent Navigation bar #803699

    Hi,
    We should be able to do this, Please include the url to the page in question so we can create the code :)

    Best regards,
    Mike

    in reply to: Maps not connecting #803695

    Hey jfchicas,
    In the past the solution was to create a new API key, even though one had just been created. Don’t know why, it’s a Google thing :)

    Best regards,
    Mike

    in reply to: Header Extra Elements #803692

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .phone-info {font-size: 24px !important; color: #A12A38 !important; }

    Best regards,
    Mike

    in reply to: bold color #803691

    Hi,
    I’m not sure I understand, but how about this:
    add this around the words you want to be pink in your editor in “Text” mode:

    <span class="pink"> Your Words </span>

    Add this code in the General Styling > Quick CSS field:

    .pink {color: #d600b2 !important; }

    Best regards,
    Mike

    in reply to: Blog Slider Preview Exerpt #803689

    Hi,
    For the post grid excerpt length add this to the end of your functions.php

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 200;
       return $length;
    }

    Note that it counts characters, and the manual excerpt overwrites it :)
    Sorry I’m not able to overlay your post title and have it looking good across devices :(

    Best regards,
    Mike

    Hey Naima,
    Try a Manual Update,
    1. Download the latest version of WooCommerce from WordPress.org.
    2. Upload the unzipped WooCommerce folder to the wp-content/plugins directory on your web server overwriting the old files.

    Best regards,
    Mike

    in reply to: Copied a website – where to put the new licence #803675

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Categories Widget not working #803674

    Hi,
    The widget is working for me, has this been solved?
    postimage

    Best regards,
    Mike

    in reply to: Mobile version of fullwidth easy slider #803672

    Hi,
    Has this been solved? I don’t see the mobile menu issue.

    Best regards,
    Mike

    Hi,
    has the “$order_id” been declared in the functions.php?

    Best regards,
    Mike

    Hi,
    Has the blurry image issue been solved? I couldn’t see the issue.

    Best regards,
    Mike

    in reply to: page anchors on mobile devices #803664

    Hey Chris2234,
    I have reviewed the above issue, and from what I understand the question was about link anchors jumping to the correct position in mobile view, this demo url was referenced: http://kriesi.at/themes/enfold-consulting/#contact
    Yet when I test this url the anchors work as expected. Do you have a url to your site that does not work as expected?

    Best regards,
    Mike

    in reply to: Blog Slider Preview Exerpt #803662

    Hi,
    To change the excerpt limit there are a few options, but the best I believe is to use the excerpt field below each post, this allows you to set the excerpt you wish to show, whether it is different text all together, or just longer. To use this option go to a post, and at the top of the page click “Screen Options” and choose the “Excerpt” box.

    Best regards,
    Mike

    in reply to: Post title category #803660

    Hi,
    As I understood, you wanted the “entry-title” to be replaced with the “blog-categories”, I tested the above function and it dose that. The issue is that when we do this it also affects the category and achieve pages, all the posts are not getting the wrong title, they have been replaced with our code :)
    Sorry, I don’t have any other solution :)

    Best regards,
    Mike

    in reply to: color #803648

    Hi,
    OK, Please clear your cache: [http://www.refreshyourcache.com/en/home/] and try now :}
    I cleared your WP cache :)

    Best regards,
    Mike

    in reply to: Small image in header #803643

    Hi,
    Try this code in the General Styling > Quick CSS field:

    li#menu-item-burger:before {
        content: url(https://smartfredrikstad.fw3.no/wp-content/uploads/2017/06/byvaapen-fredrikstad.png);
        position: absolute;
        left: -50px;
        top: 25px;
    }

    Best regards,
    Mike

    in reply to: Blog Slider Preview Exerpt #803641

    Hey michellerunge,
    Try this code in the General Styling > Quick CSS field:

    h3.slide-entry-title.entry-title {font-size: 12px !important; }
    .slide-meta {display:none !important; }
    .slide-entry-excerpt.entry-content {font-size: 12px !important; line-height: 15px !important;}

    Feel free to tinker with the sizes until you see what you like :)
    As for the background image, this works:

    .slide-entry {background-image: url(https://unpackdesign.com.br/wp-content/uploads/2015/07/borafazendo-1500x664.png)!important;}

    but your image is too big. Try a smaller image or a color like this:

    .slide-entry {background-color: yellow !important; }

    Best regards,
    Mike

    in reply to: color #803636

    Hi,
    Please clear your cache: [http://www.refreshyourcache.com/en/home/]
    Or Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Tab section #803635

    Hey lzanoza,
    Your jquery.js has an error along with “q2w3_sidebar_options not found” This could be a plugin issue.
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    postimage

    Best regards,
    Mike

    in reply to: pages are broken #803633

    Hey lzanoza,
    Have you tried disabling your plugins? If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: time based content via custom css class #803632

    Hey diefleischerei,
    Perhaps a plugin would be in order:

    Best regards,
    Mike

    in reply to: Checkout Button Missing #803630

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .woocommerce-cart .wc-proceed-to-checkout {
        display: block!important;
    }

    Best regards,
    Mike

    in reply to: Image placed in circle like your one-page demo #803628

    Hey silvercorn,
    The round frame is created with css, [border-radius: 100px;] , which can be added in your General Styling > Quick CSS field after your page is created. We can help with this if you build it first and tell up the url, it is also true with your second question :)

    Best regards,
    Mike

    in reply to: HELP! Page editor not loading, stuck on pre-loader :( #803627

    Hi,
    I’m getting 403 (Forbidden) for “/wp-admin/admin-ajax.php”
    Possible solutions are the WordPress Memory Limit set via PHP and/or .htaccess!

    In .htaccess, add the following:

    php_value post_max_size 512M
    php_value upload_max_filesize 512M
    php_value max_input_vars 5000
    php_value max_execution_time 300
    php_value max_input_time 300
    php_value memory_limit 512M

    In wp-includes folder, navigate to default-constants.php, scroll down to around line 35 and change “64M” and “40M” to reflect your new .htaccess memory limits.
    e.g;

    // Define memory limits.
    	if ( ! defined( 'WP_MEMORY_LIMIT' ) ) {
    		if ( false === wp_is_ini_value_changeable( 'memory_limit' ) ) {
    			define( 'WP_MEMORY_LIMIT', $current_limit );
    		} elseif ( is_multisite() ) {
    			define( 'WP_MEMORY_LIMIT', '512M' );
    		} else {
    			define( 'WP_MEMORY_LIMIT', '256M' );
    		}
    	}

    This will force WordPress to use 256MB of Memory on a single-site installation, and 512MB of Memory on a Multi-site installation.

    Note: Some hosting providers do not allow you to change this or have smaller limits, so consult them if you can’t modify .htaccess and/or default-constants.php

    Best regards,
    Mike

    in reply to: update to latest version (4.0.7) fails #803623

    Hey Susanne,
    Try to update manually via FTP: https://vimeo.com/67209750
    Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
    I recommend backing up with: https://wordpress.org/plugins/duplicator/

    Best regards,
    Mike

    in reply to: Relink "My Account" on top bar #803622

    Hey BiancaFrankDesign,
    It was in your Secondary Menu, I changed it for you :)

    Best regards,
    Mike

Viewing 30 posts - 31,771 through 31,800 (of 33,339 total)