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 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 16,101 through 16,120 (of 53,646 total)
  • Author
    Search Results
  • #198417

    Hello and thank you in advance for your help,

    The following project:

    Has the following problems:

    #1 When I added the top bar for the E-commerce the header broke. If you wait long enough on the landing page you can see the slider is misplaced behind the header, and the slogan “Luz en tu Belleza” is somewhere covered. How do I fix this?

    #2 The shop page broke and is not displaying the products properly. How do I fix this?

    #3 Taxes are not being calculated accordingly to the shipping location of the customer.

    In forum: Virtue Theme

    In reply to: Info box css class

    #198416

    Yes Hannah, the icon boxes are on my home page here > NetMonkeys

    In forum: Virtue Theme
    #198413

    I used the page builder on a test page to create the code needed for four icon boxes I’d like to display on my home page. But because I don’t like the page builder structure, I used it just to generate the code that I could pop into four columns.

    I’ve been trying to just create a border around my icon boxes, but I can’t seem to create the code that works inside of the icon box shortcode. I’ve created a css class called (.icon-boxes) and thought I could enter my custom css there, but it’s not working. Below is all of the shortcode I’ve been tweaking, but I can’t get this to work. I haven’t been able to assign the class to the shortcode.

    <p>[iconbox icon="icon-wrench" iconsize="48px" link=" color="#444444" background="trasparent" hcolor="#ffffff" hbackground="#0070C8" border-color="#444444"]<h4>Website Maintenance</h4></p><p>We can maintain your site and keep it safer from attacks </p>[/iconbox]

    What am I overlooking please? Or how can I do this?

    #198408

    Is there a fix for this? I’ve updated WP and theme, contact form for the contact page appears to work, I get a “thanks for sending” reply upon sending from the contact page, but no email. I’ve checked and the send to address is correct.

    #198404

    Hey,

    So if you are on there pro plan and they don’t let you have 200,000 hits per month or 15,598 views (both are valid, hits are not views) then you need to find a better host. 200,000 hits are not that much. And while you can certainly improve that by running your own cron jobs, routing traffic through cloudflare free plan to remove some bad traffic and optimizing some things with browser cache to lessen hits per load. In the end the core issue is ridiculous. I’ve never heard of a host offering a “pro” plan that doesn’t allow 200,000 hits. Most hosts don’t’ count hits they limit by views.

    Let me give you an example with hits.

    Your home page has 64 different hits per page load. (not very uncommon and not a crazy amount). If that page is loaded 15,598 times that would be 998,272 hits to your server.

    Hopefully, you are getting the picture. Hits are not something you go by and it’s insane to threaten to cancel an account for having 200,000 hits.

    Now with that said 15,598 is a high traffic site. I certainly would not call that low traffic.

    Here is a link to some speed and hosting recommendations https://www.kadencewp.com/need-for-speed/

    But you may try looking at blue host if you need something less expensive.

    Ben

    In forum: Virtue Theme

    In reply to: Random Blog Posts

    #198400

    Hello,

    You can do this with shortcode. Rather than add the posts via the Home Layout section, place this shortcode either in the page content area of your home page, or enable the home widget area and add it to a text or visual editor widget in Appearance> Widgets:
    [blog_grid orderby=rand items=2 columns=2]

    Let me know if the shortcode option works for you.

    -Kevin

    In forum: Virtue Theme
    #198399

    Hello,
    I’m wondering if you can help me randomize my blog posts on my front page.
    http://www.steffichfineart.com

    #198393
    This reply has been marked as private.
    #198388

    You can use a custom class. So lets say you want to add a heading in your content. You can add

    <h2 class="custom-line-behind">This is the text</h2>

    Then in your css you can use that class instead of entry-title (which is used by the theme for all entry titles not something in page builder).

    .custom-line-behind:before {
        content: '';
        width: 30%;
        background: #ddd;
        height: 2px;
        border-bottom: 1px solid #fff;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
    .custom-line-behind:after {
        content: '';
        width: 30%;
        background: #ddd;
        height: 2px;
        border-bottom: 1px solid #fff;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
    }
    .custom-line-behind {
        position: relative;
    }

    Ben

    #198386

    You can’t make the logo/site title your page title. And for SEO you absolutely should not try.

    The logo/site title is in the header area. You can’t move that into the page title area.

    In each page you can turn off the page title. It’s part of the page settings. ON your page in the screen shot simply edit the page and turn off the page title and that spacing you see will be gone.

    Ben

    #198383


    its present only on the two portfolio Items Pages

    possible to have a value to control that height of free space ?
    best marc

    #198371

    I will give something like that a try thank you.

    It looks like entry-title is in the Pagebuilder which I am not using. If I were to just put it on a blank page how would I do that?

    Thank you for your patience and I will continue to play with it.

    #198363

    Hi, I’ve just updated the Virtue Premium theme and now when I try to access the Contact-page I get this error:

    “Fatal error: Can’t use function return value in write context in /var/www/vhosts/haarmodemanowi.nl/httpdocs/wp-content/themes/virtue_premium/page-contact.php on line 57”

    How can I solve this? Everything is up to date?

    Thanks in advance!

    Judith

    #198362

    thanks Ben
    now it works with this command. The NAV of portfolio post reapears. see it at http://mauriziomontobbio.com/portfolio/alcina-of-haendel/

    If i want to apply this to all pages but I need to Keep the main title of the site MAURIZIO MONTOBBIO , that would be the code css ?

    actually I have set up the theme option: background color of topbar, Header and content to Black .. that’s why it’s work but would be better to have a css commande…

    best marc
    thanks so much for your Help

    #198351

    My headlines is doubled in Category pages (one is under the image, and one is title)

    What setting will off one of the header?

    #198342

    If you want to just target the text on portfolio posts you can use this :

    .page-header.single-portfolio-item .col-md-8.col-sm-8 h1 {
        display:none;
    }

    You will have to remove kevins css though. For pages you can turn off in your theme options

    #198338

    Hey,
    can you send a link to your page?

    Ben

    #198335

    Contact Template has stopped working after I have updated the theme. Had to switch to Fullwidth Template for the contact page to show up at least with some info on it.
    I have updated the Google Maps API.
    I have updated WordPress and all Plugins.
    I have tried to deactivate plugins — didn’t help at all.

    Please advise

    #198325

    Hanna your proposal will affect the page 149 only?

    I have used the proposal of Kevin it works great, but when displaying portfolio post , the nav bar in category disapear. ( see it on : http://mauriziomontobbio.com/portfolio/events/alcina-of-haendel/

    #198323

    Hi
    I need to have a black color as full page background ( not only the content of porfolio ) but full page ..
    actually white .

    see it on :
    best marc

Viewing 20 results - 16,101 through 16,120 (of 53,646 total)