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

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 22,021 through 22,040 (of 29,722 total)
  • Author
    Search Results
  • #73903

    Hey,
    The login you posted doesn’t seem to be working?

    Have you tried saving your permalinks?
    Ben

    #73902

    Hey Peter,
    Do you mind posting a link?
    Thanks!

    Hannah

    #73899

    Hey,
    Can you post a link to this?

    In your theme options > misc settings. Turn off select2.

    Ben

    #73898

    Hey,
    Are you using the latest version of the plugin as well as the theme? Do you mind posting a link?
    Thanks!

    Hannah

    In forum: Virtue Theme

    In reply to: SEO Errors

    #73897

    Hey,
    So just to clarify terms. Those are not Search Engine Optimization issues exactly. Those are probably things that a google page speed or something similar told you that you need to “fix” for page speed.

    1. You shouldn’t every put all the js at the bottom but using w3 total cache or wp-rocket would be the best option to minify and set most of your js into the footer.
    2. Either of the two above plugins will do this.
    3. You can post a link but this most likely means you have plugins adding http requests thats an issue that can’t be “solved” unless you limit how many plugins you using.
    4. For DNS you need to talk with your hosting service. They can track down those errors.

    Ben

    #73861

    Hi Alesya,
    Do you mind posting a link?
    Thanks!

    Hannah

    In forum: Virtue Theme
    #73858

    Are you able to temporarily take your site off maintenance mode so I can take a look? Or else post a login? You can set as a private reply.

    Hannah

    #73856

    Hi, I can’t figure out or find in the forum – how do I make Post navigation button corners rounded and apply a border on hover?
    Alesya.

    #73847
    This reply has been marked as private.
    In forum: Virtue Theme
    #73839

    Hi Alesya,
    Do you not want the sidebar? In Theme Options > Blog Options you can set “Blog Post Sidebar Default” to “No, Do Not Show.” Does this work for you?

    Hannah

    #73793

    Hey,
    1. See here: https://www.kadencewp.com/add-icons-to-your-menu-virtue-theme/

    When adding icons you can only add the class name. Not a shortcode into a css class box.

    If you would like to change the size or color of just the icon you can use custom css. I would be happy to help with that if you let me know what size and color and post a link to your site.

    2. Can you post a link so I can see. If usually you can adjust the menu margin in your theme options > main settings to match the logo.

    Ben

    #73782

    IN the testimonial carousel widget you should be able to select a group of testimonials to show. As long as you set up groups and assign each post to a specific one that should work for you.

    Ben

    #73769

    Hi, in my wp-content/themes/pinnacle_child folder, I created new templates (ex: template-contact.php), new functions (placed in functions.php) and introduced some modifications in a style.css file.
    In a few support posts you suggest we use Loco Translate for adding new languages, creating new .po and .mo files. I also read I can use POEDIT.
    French comes already translated with Pinnacle Premium – fr_FR.po and fr_FR.mo files are in the folder wp-content/themes/pinnacle_premium/languages/. But I need some modifications to override some strings and introduce new ones, due to my new templates.
    QUESTIONS when using a child theme:

    1. WHAT to put in the new .po and .mo files:
    a) should the newly created .po and .mo files just have the new strings needed by my new templates as well as a few strings to override some strings already translated OR
    b) should the new .po and .mo files have ALL the strings, my new ones and the ones that you supply with the theme?

    2. WHERE should I put these new 2 files:
    a) in the folder wp-content/languages/themes / OR
    b) in the folder wp-content/themes/pinnacle_child/languages/ OR
    c) elsewhere?

    3. Should I ADD SOME INSTRUCTIONS to some files in order for the new strings to be taken into account,
    and if so, WHAT and WHERE should it be?
    a) in the function.php file of my child theme such as: load_child_theme_textdomain() ? OR
    b) in the form of : add_action( ‘after_setup_theme’, function () { …
    c) should I put different instruction depending onwhat and where I put in the .po and .mo files?

    I have read quite a few blogs on the subject and I am just getting very puzzled…
    Thanks!

    In forum: Virtue Theme

    In reply to: Website shut down

    #73764

    Sorry for bothering. I’ve just resolved the problem, but cannot delete this post.

    #73748

    Hey,
    so the main difference is you have a sidebar on your news page. Thats squishing the posts and part of your issue.

    You can add this css to help but your still going to be squished if you keep the sidebar:

    
    #kad-blog-grid .blog_item .postcontent h4.entry-title {
        line-height: 20px;
        font-size: 20px;
    }
    @media (min-width: 992px){
    #kad-blog-grid .blog_item .tcol-md-6.tcol-sm-12 {
        padding-right: 0;
    }
    }
    #kad-blog-grid .blog_item {
        min-height: 300px;
    }

    I suggest if you want to sidebar to use a single column layout.

    Ben

    #73718

    Do you mean you need my site’s link ? Here is my link, I hope the posts could be aligned like in homepage. http://littlemastersclub.org/news

    In forum: Virtue Theme
    #73695

    Yeah instead of using the testimonial template you can use a shortcode and the fullwidth template.

    [testimonial_posts columns="4" items="50" order="DESC" orderby="date"]

    Ben

    In forum: Virtue Theme

    In reply to: Text above Image Grid

    #73693

    The portfolio grid is a gallery. The output is actually just a gallery shortcode.

    Can you post a link?
    Ben

    #73692
    .single-article .post-single-img {
        text-align: left;
    }

    You can add that css.

    Thanks, happy new year to you.

    Ben

    #73689

    Can you post a link?

    Ben

Viewing 20 results - 22,021 through 22,040 (of 29,722 total)