Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'site'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 31,321 through 31,340 (of 39,333 total)
  • Author
    Search Results
  • #66523

    Hey Craig,
    Authentication is required to access your site. Do you mind providing that? You can set as a private reply if you like.

    Hannah

    In forum: Virtue Theme

    In reply to: Logo image quality

    #66517

    Hey Tom,
    What size image are you using? Can you post a link to your site?

    Hannah

    #66514

    Am trying to change the font colour of ‘TOPBAR’ for my website, i cant find any option for that.
    Kindly help me out.

    #66510

    Thanks Ben. I noticed that theme version 2.6.0 was available in my admin so I just upgraded to it and it corrected this issue. I previously tried to use the SEO plugin that you recommended but my Dad wants the homepage browser title to read “Website title | Page Subtitle” and I am not able to achieve this with the SEO plugin activated.

    Thanks for your help. I am marking this topic as “Resolved”.

    #66503

    HI Ben.

    I am using the Widget SiteOrigin Slider as the only Widget in the Header Widget Area.

    All Images are the same size. Inspecting the all of the Elements shows “width=215 height=180”. They are all the same size.

    WP-Super Cache is disabled.

    I updated the Widget SiteOrigin Widgets Bundle yesterday to Version 1.5.2 without relief. This issue has existed for two Versions now.

    Am I missing something? It is very distracting trying to read on my site when the Blog keeps moving around.

    Thanks!

    http://www.BirdFeet.Net, CraigM

    In forum: Virtue Theme

    In reply to: Virtue Version update

    #66502

    Thanks, Ben. I will download the latest version.

    I usually just get a message that says something like “Virtue update failed”, but today got this:

    HTTP Error 500.0 – Internal Server Error
    D:PHP5.3php-cgi.exe – The FastCGI process exceeded configured request timeout

    Most likely causes:
    IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.
    IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.
    IIS was not able to process configuration for the Web site or application.
    The authenticated user does not have permission to use this DLL.
    The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.

    This website is hosted on a different server from the others and it looks like maybe a permissions issue??? What do you think?

    Thanks again!

    Patty

    In forum: Pinnacle Theme

    In reply to: Posting to FB

    #66493

    Hey Ben how are you doing 🙂

    Any chance we could get you to add the OG meta tags in to the theme ? It’s a pity to have to add Yoast plugin to minimalistic sites.

    It’s really not too hard… something like this (http://www.wpbeginner.com/wp-themes/how-to-add-facebook-open-graph-meta-data-in-wordpress-themes/)


    //Adding the Open Graph in the Language Attributes
    function add_opengraph_doctype( $output ) {
    return $output . ' xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"';
    }
    add_filter('language_attributes', 'add_opengraph_doctype');

    //Lets add Open Graph Meta Info

    function insert_fb_in_head() {
    global $post;
    if ( !is_singular()) //if it is not a post or a page
    return;
    echo '<meta property="fb:admins" content="YOUR USER ID"/>';
    echo '<meta property="og:title" content="' . get_the_title() . '"/>';
    echo '<meta property="og:type" content="article"/>';
    echo '<meta property="og:url" content="' . get_permalink() . '"/>';
    echo '<meta property="og:site_name" content="Your Site NAME Goes HERE"/>';
    if(!has_post_thumbnail( $post->ID )) { //the post does not have featured image, use a default image
    $default_image="http://example.com/image.jpg"; //replace this with a default image on your server or an image in your media library
    echo '<meta property="og:image" content="' . $default_image . '"/>';
    }
    else{
    $thumbnail_src = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'medium' );
    echo '<meta property="og:image" content="' . esc_attr( $thumbnail_src[0] ) . '"/>';
    }
    echo "
    ";
    }
    add_action( 'wp_head', 'insert_fb_in_head', 5 );

    #66480

    Hey Eric,
    I think you just need to upload a logo for your transparent header. You can do this from Theme Options > Site Header.
    Hope that helps!

    Hannah

    #66460

    To download yes. It will take a couple days for you to see it in your admin as an update option. It has to go through a review process on wordpress.org so it can take up to a week depends some times it’s quick like a day.

    If you send me a login I can easily just make the change in your site so it’s fixed without even having to update. Or again and I really do mean this the seo plugin is really the best thing you can do for your sites SEO if you want to be at all good on google etc you need an seo plugin.

    Ben

    #66459
    This reply has been marked as private.
    #66456

    1. You can use css like this:

    #kad-banner {   
        -webkit-box-shadow: 0px 5px 25px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 25px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 25px 5px rgba(0,0,0,0.3);
    }
    

    2. You can target any menu item using the items id class. then style it how you want. If you open your site or post a password and tell me what you want and what menu item I can help with the css.

    Ben

    #66454

    Hey,
    So do you see how on this site: https://www.sensepost.com/

    None of the text or content is outside of the middle of the screen. Your not reading text that starts on the left of the screen and going all the way to the right. IT’s only the backgrounds that are extending fullwidth.

    That an important distinction to make.

    Both are possible if you want your text to start on the left you certainly can have that but I think and in terms of what is trending it’s much better to only have a background stretch and not all your content.

    You can set this all up with your pagebuilder. Every time you want to make a row that has a fullwidth background you can use the pagebuilder row settings.

    See here for an example: https://www.kadencewp.com/using-page-builder-virtue-premium/

    Ben

    #66452

    Did you see point 2?

    Can you tell me what plugins your using… the point of this was not for you to deactivate the page builder that isn’t your issue. Better yet can you just send me a login to your site?

    Ben

    In forum: Virtue Theme

    In reply to: Virtue Version update

    #66451

    Hey,
    1. I just hadn’t pushed the latest to the downloads page yet, It’s there now.

    2. What error do you get when you try? Is this site on a different host then the others?

    Ben

    In forum: Pinnacle Theme

    In reply to: Creating the Blog Demo

    #66445

    Hey,
    1. For the archive add this css to center:

    .so-panel.widget.widget_categories ul, .so-panel.widget.widget_recent-posts ul, .so-panel.widget.widget_archives ul {
    text-align: center;
    list-style: none;
    padding: 0;
    }
    .so-panel.widget.widget_categories ul li a, .so-panel.widget.widget_recent-posts ul li a, .so-panel.widget.widget_archives ul li a {
        margin-bottom: 5px;
        color: #444;
        background: transparent;
        padding: 5px;
        display: inline-block;
    }
    .so-panel.widget.widget_categories ul li a:hover, .so-panel.widget.widget_recent-posts ul li a:hover, .so-panel.widget.widget_archives ul li a:hover {
        color: #999;
    }

    That can go in your theme options > custom css.

    2. The page title is set from your h1 font in the theme options > typography
    The site title or logo is set in your theme options > logo settings.

    3. You can turn off the transparent header in your theme options > site header. Using the transparent header section.
    You can set whatever you want for the page title background in your theme options > page title.

    Ben

    #66435

    hello,

    my site is syncpack.info

    and on my kadence slider on the home page, i was wondering if it were possible to make the drop shadow on the title white instead of black… im just trying a way to differentiate between the title and the text on the background image.. or perhaps, could you tell me how to make it a tad bit higher??

    or if you have any other recommendations, i would greatly appreciate it..

    thank you in advance.

    #66427

    Hi,

    I love Virtue Premium and have used it for numerous client sites. I have always successfully been able to update to the most recent Virtue version by using the “Updates” button with all of the sites….except for one. I found a workaround by just manually uploading a copy of Virtue by FTP. This has been working fine except that I can’t seem to find the .zip download for the most recent version.

    I used to just sign into my Kadence account and go to Support. Under Available Downloads, it still shows version virtue_premium_v3_3_3.zip. Can you tell me how I can download the most recent version so that I can replace it manually?

    Also, if you have any idea why it won’t update automatically on that one website, I would love to hear your input.

    As usual, thank you so much for a great theme!

    Patty

    #66426

    I may have missed this topic, so it may already have a quick answer. If so I apologize and send me to the answer. But is there a way to have all pages, blogs, testimonials, portfolios, etc, set to full width like the home page Kadence Slider and still be responsive. Right now the home page has a Kadence slider and it fits the entire width of the monitor, but the pages themselves, using Page Builder, only fill to about 2/3 to 3/4 of the entire monitor. Here are two sites to compare:

    My development site:

    This seems to be the trend in pages now. A site where all pages are the entire width, even as you scroll down or go to another page:

    Thanks. /Bob DeCloss

    #66423

    This happened to me too. I ran Duplicator on my site and was going to setup another test site on my Mac. I then setup a /dev/ site on our server and ran Duplictor to move it over. When I tried to start it up I got an “internal server error” message. I seem to recall the directories having the right permission, but the files all had 0666 instead of 0644. Once I changed them, it seemed to work fine. I did see a “warning” on a page and realized I had missed a file or two. It worked fine on the Mac, not sure what happened. Hope it doesn’t happen when I move the /dev/ site to live. /Bob DeCloss

    #66422

    Hi! I uploaded my own logo, but the “Virtue” logo doesn’t disappear.So now both the logo appears on the website. How do I get rid of virtue logo from my website? Thanks

Viewing 20 results - 31,321 through 31,340 (of 39,333 total)