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 - 27,481 through 27,500 (of 39,333 total)
  • Author
    Search Results
  • #93287

    Hi,

    my site blank page after update Versi: 3.6.3

    How Fix my site http://www.benihkita.com

    #93285

    Hi,

    I tried a few solutions from this forum first, but I can’t seem to fix my issue:

    I am trying to reduce my footer height. I realize the map widget will make it bigger, but it is only at 150 by 150 px. As you can see there is a TON of blank space above and below. If you could help me out I would appreciate it!

    Site:

    I also tried this first, but it didn’t work:

    #containerfooter {
    padding-top: 0;
    margin-top: -40px;
    }

    Thanks,

    Anthony

    #93275
    This reply has been marked as private.
    #93240
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Sitemap

    #93231

    The best tutorials to this issue:

    “…Also some hints getting links to your site is be best thing you can do so posting on facebook and other social media as well as friends sites and public forums…”

    can be found at GotchSEO. Visit this site and read all the tutorials regarding backlinks and SEO! You will be grateful you did. You can spend hours there just to grasp the free contents you NEED to know.

    — Rainer (SEO)

    #93207

    Hi
    I need to “unbrand” a couple of pages in a client site so that the site wide banner and menu are hidden. Is it possible?
    Cheers

    #93199

    Hi,

    I believe the it is caused by the “angle” at which the camera was held when the photo was taken. I took some pictures with my iPhone to use for a website I was building. For one of them I had to rotate the device to be in a more comfortable postition to take the shot.
    As I later viewed the pictures on my computer, everything looked fine. The I added them to a slider and again all was OK on the PC. But when viewed on an iDevice only the one picture was upside down.
    As Sharon pointed out, the camera position is stored in metadata with the image. I found this site to get rid of the exif info. After that I uploaded the image with a different name, used that in the slider and it was OK on the iDevices. (Note: When I gave the image the same name it would still appear upside down. I suspect this was a caching issue).

    Hope it works for you as well.

    Hasso Weeke

    Bezoek onze website

    #93194

    Was having problems today with API license error on Virtue Premium. Saw Ben’s remark about doing an update 4/29 or 4/30.

    Was offered an update tonight and received this when completed:

    Parse error: syntax error, unexpected ‘[‘ in /home/content/60/5316760/html/wordpress/wp-content/themes/virtue_premium/lib/utils.php on line 28

    Can’t reach Admin — how to fix please?

    Thanks, Ned
    http://www.curlytopdesign.com

    #93192

    Richard, Ben has right but I do stand to my recommendation. There are many issues with newsletters plugins, but make sure they are compatible with other plugins, do support SMTP, may provide easy option to design a form (or add least work with other ones, like Contact Form 7) and possibly support an onsite autoresponder. I made my research some time ago. Try it out! It cost you nothing to test KNEWS, it is just a plugin. Install it, go to the settings, and then create a dummy but real working newsletter. The worst it can happened is it does not work as you have hoped for. Again, install KNEWS, test it, and then go for other ones to compare against. This way, you learn what each newsletter plugin is can do. I have installed and tested hundreds of plugins over the time, more than 50 each month and know exactly what I’m doing in this field. Make notes of each specification, but be aware of what you need. Make also sure that the basic specs of a free plugin are enough to cover your needs but still may still gives you room to expand in the future.

    As for SMTP, go ONLY for the ‘Postman SMTP’. It is the best one for WP in the world. Install that plugin first, test it, and then continoue with your newsletter plugin!

    Rainer

    P.S. You can link to 3rd party newsletters from within WordPress, but I do prefer one that do everything within the own domain.

    #93190
    This reply has been marked as private.
    #93189

    Hey,
    1. I’m seeing custom css added that is affecting the h1 tag including adding the margin and padding… Can you look in your custom css box for both the theme and for jetpack and make sure you have not added any custom css.

    2. Best if you download one of the child themes from the page I linked to.. you custom css box is only for adding css you can’t create a child theme in it. A child theme has it’s own folder in your themes folder on the server.

    You can download the example child theme and upload it to your site like it’s another theme, that should clear up some confusion.

    In forum: Virtue Theme

    In reply to: Sitemap

    #93187

    Hey,
    1. You can use a plugin for that… I recommend yoast SEO.

    2. Depends, could be up to two weeks although it’s usually much quicker.

    3. SEO optimization.. Check out the yoast plugin and check out their tutorials on there site.

    Also some hints getting links to your site is be best thing you can do so posting on facebook and other social media as well as friends sites and public forums.

    Ben

    In forum: Virtue Theme

    Topic: Sitemap

    #93184

    Hi
    1.How do I create a sitemap on virtue premium?
    2.I changed my site description in advanced settings, how long does it take to change in google search?
    3.How can i make my site ready so I can get site links on google?

    Thank you

    Nancy

    #93176

    Hi Ben,

    Again thanks. I’m nearly succeeded to get the logo right, except the green beam is fixed insted of flashing . Would you be so kind to help me out. For clarity, you can see the logo working in http://www.robo-ts.nl.

    The concerning website for the logo is http://www.josbogers.nl/_wordpress2

    Attached 3 images which show how I placed the HTML code between line 17-21 of the header.php as you suggested.

    http://www.awesomescreenshot.com/showImage?img_id=1211233
    http://www.awesomescreenshot.com/showImage?img_id=1211226

    http://www.awesomescreenshot.com/showImage?img_id=1211227

    To Complete the information data , below the used CSS .

    body {
    padding-top: 60px;
    padding-bottom: 40px;
    }

    div#header {
    height: 140px;
    background-image: url(../images/header_bg.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    }

    div#logo_css {
    position: relative;
    float: left;
    width: 242px;
    height: 85px;
    margin: 45px 0 0 8px;
    background-color: #000;
    overflow: hidden;
    }

    div#logo_css .logo-front {
    position: absolute;
    width: 242px;
    height: 85px;
    z-index: 2;
    }

    div#logo_css .logo-beam {
    position: absolute;
    z-index: 1;
    width: 184;
    height: 16px;
    top: 43px;
    -webkit-animation: mymove 2s infinite; /* Chrome, Safari, Opera */
    animation: mymove 2s infinite;
    }

    /* Chrome, Safari, Opera */
    @-webkit-keyframes mymove {
    from {left: -184px;}
    to {left: 184px;}
    }
    /* Firefox, IE10 */
    @keyframes mymove {
    from {left: -184px;}
    to {left: 184px;}
    }

    Thank you and have a nice weekend,

    Jos

    #93171

    Update: I have looked into my host, which is Bluehost. When I go to my PHP configuration I only see the option to select which PHP engine to run. This is my selected engine, which is the latest one:

    PHP 5.6 [Beta, check site functionality for compatibility after enabling]
    All files with the extension .php will be handled by the PHP 5.6 engine.
    Latest version of PHP.

    #93155

    Hi Beverly,
    In the future please start a new thread.
    For a multilingual site you would need a separate plugin. We recommend WPML. See here- https://www.kadencewp.com/working-wpml/

    Hannah

    #93150

    Hey,
    you are just looking at a css file in the theme. php settings are something you could see on your server cpanel. Editing the file talked about is not something you can do from within wordpress.

    If you can send a temp login to your site using Set as private reply I can take a look at troubleshoot this more for you.

    Ben

    In forum: Virtue Theme

    In reply to: CSS Buttons

    #93143

    Hi Hannah,

    I have put the CSS into my editor. But as you can see from the site now they dont look quite as they should.

    I want each button to look like this one

    I’m So sorry to be such a pain

    Richard

    #93137

    Hey Hannah!

    Thanks for the reply. I have checked to make sure, and it looks like everything is up to date.

    I have no clue about my php settings. I looked at my php settings and this is what I see:

    /*
    Theme Name: Pinnacle Premium
    Theme URI: https://www.kadencewp.com/product/pinnacle-premium-theme/
    Description: Pinnacle is a bold theme with versatile options and multiple styles. This theme is loaded with features and tools that allow full creativity to be released into a unique site. Built with a modern flat design, its fully responsive layout make for easy navigation on mobile/tablet displays. Pinnacle is perfect for any kind of business, online store, portfolio, or personal site. It is fully compatible with woocommerce and gives you a unique layout for an ecommerce site. Pinnacle was built and designed by Kadence Themes.
    Version: 1.6.4
    Author: Kadence Themes
    Author URI: https://www.kadencewp.com/
    Tags: flexible-width, two-columns, one-column, custom-colors, custom-header, custom-menu, featured-images, translation-ready, theme-options, photoblogging
    Text Domain: pinnacle

    License: GPL
    License URI: http://www.gnu.org/copyleft/gpl.html
    */

    This is under Appearance>Editor in the WordPress Admin. I looked at your link which talks about adding a line of code into the PHP settings, but it doesn’t specify where. Am I looking at the right information, or am I way off?

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #93133

    1. Theme options > shop settings.
    2. I think you’re wanting this css:

    .contentclass {
        padding-top: 0;
    }
    .kt-full-slider-container {
        margin-top: 0;
    }

    3. In your apperance > menus you can add product categories directly to the menu. If you don’t see that option just click “screen options” in the top right corner.
    4. It’s just that your footer background is the same as your primary color.. You can add this to make the hover white:

    .footerclass a:hover {
        color: white;
    }
    

    5. You can add this css:

    .sliderclass {
        padding-bottom: 0;
    }

    6. You can use this css:

    .home-iconmenu a:hover h4, .home-iconmenu a:hover i, .home-iconmenu a:hover p, .home-iconmenu .home-icon-item:hover h4, .home-iconmenu .home-icon-item:hover i, .home-iconmenu .home-icon-item:hover p {
        color: black;
    }
    .home-iconmenu a:hover, .home-iconmenu .home-icon-item:hover {
        background: transparent !important;
    }
    

    7. In your theme options > topbar settings do you have the widget area enabled?
    8. theme options > basic styling. “Sitewide Gray Fonts”.
    9. I can’t recreate on any browser so can you tell me Anything specific about creating this? can you test with your browser and set up on the demo site?
    http://themes.kadencethemes.com/virtue-premium/shop/
    10. There is no default for private, your responsible to check that box.
    11. we don’t post private replies unless there is some specific reason for it.

    Ben

Viewing 20 results - 27,481 through 27,500 (of 39,333 total)