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 - 21,021 through 21,040 (of 29,722 total)
  • Author
    Search Results
  • #82424

    For mobile just add this second bit of css I posted above:

    .pcfull>.postclass {
        padding: 0;
    }

    Ben

    #82421

    Hey,

    In your child theme functions.php file you can add this to change the default for that title.

    add_filter( 'similarposts_title', 'kt_custom_similar_post_title');
    function kt_custom_similar_post_title() {
    return "This article you may also like";
    }

    Ben

    #82418

    Can you post a link to the site so I can see what you mean? I’m not sure what you mean from the image.

    Ben

    #82411

    Hey Michael,
    You can change the header for each page from the individual edit page[s] under Post Title and Subtitle.

    Hannah

    #82404

    Hi Michael,
    Do you mind posting a link to your site? Also, what are your mobile slider settings from within the revolution slider settings?

    Hannah

    #82396

    Hey,
    1. This css will remove just the text:

    div#homeheader h1 {
        display: none;
    }

    Enable Page Title in Theme Options > Home Layout then add the above to your custom css box in Theme Options > Advanced Settings.

    2. Can you post a link?

    Hannah

    In forum: Virtue Theme
    #82389

    If you have the page builder plugin installed and activated and you have set it to show on pages and posts then it should definitely show in the edit page beside the visual editor tab. I would suggest deactivating your other plugins to test if any are conflicting. If that doesn’t work would you be able to send a temp login so I could take a look? You can set as a private reply.

    Hannah

    #82384

    Hi,

    I would like to add subtitles to my blog posts and have them appear under the titles of the latests posts on my homepage (which are set to ‘Post Excerpt’ and ‘Use Post Grid Format=Off’). So far I’ve done the easy part and set up the custom field, my question now is how do I get it to display? I’ve looked to see if there’s a template file I should copy and edit but it seems like it could be one of many.

    Thanks as always for your help!

    -Adam

    #82381

    Hi,
    I already mentionned this problem and a quick fix in this thread : https://www.kadencewp.com/support-forums/topic/bug-in-kadence-slider-1-5-2/
    Ben kindly fixed in within hours after my message. You can just update kadence slider to solve the problem.
    You should mark this post as “resolved”.

    #82373

    Hi Ben,
    we have finally resolved our issue with Woocommerce and Polylang. The problem was on Page Builder by SiteOrigin plugin together with the absence of some translation for the shop pages for different languages with respect to the main language. The main language does not work without the other languages pages, very strange. I already informed the developers of Polylang, Polylang and Woocommerce integration plugin about of this in order to correct this compatibility issue.

    Now the final problem is related only to Polylang. As we said to you in one of the previous post, we setup http://tuscanini.audio/tuscanini as WordPress Address (URL) and http://tuscanini.audio as Site Address (URL), without Polylang plugin all works well while with Polylang plugin active our main page changes from http://tuscanini.audio to http://tuscanini.audio/en/audiophile-craftmanship/.

    #82363
    This reply has been marked as private.
    #82359

    Hi Ben (and team!),

    I would like to translate “Previous post” and “next post” to Dutch. It is not visible in ‘theme options -> language settings’ and it is also not visible in the localizing plugin in the pinnacle premium template (when searching for the words).

    Could you let me know how and where I can change this?
    Thanks!
    Kim

    In forum: Virtue Theme

    In reply to: Home Page Tweaking

    #82358

    Thanks, Hannah! 1,3,4 are perfect!

    2. That makes everything else too close. Can I specifically reduce the space between my icon menu and the custom menu? And increase the space between the custom menu and the blog feed (from another site)?

    5. I am using a plugin for the blog feed. Is there a way within the theme to post individual posts and feeds from a different site?

    #82354

    Hi Ben,

    Thanks for your response!

    1. Is it also possible to set this everywhere the same? Like “This article you may also like” in stead of “Related posts”? Otherwise I need to reset this for all 224 articles, so that would be costing quite some time.

    2. Unfortunately the code is not working. When I’m using it, the complete blog carousel under an article disappears. I also tried only the first line, but it makes it also disappear. Could you check what is wrong in it?

    3. This works, great 😉

    Could you help me with 1 and 2?

    #82340

    Nadine, I don’t derail anything. Your thread about the same topic (missing update) were ask and answered AFTER I did posted my question. And please don’t underestimate me. I ordered this software after I checked it accross the board, not only the software but also the support. I’m in the computer business likely before you even were born.

    It has a great support and I’m aware of it.

    I know it has been solved. So as with me.

    #82328

    My image and its contents from revolution slider on mobile device is not resizing, i’ve looked through somne previous posts and i dont think i came to a conclusion on how to fix it.

    In forum: Virtue Theme
    #82312

    Hi Hanna, well, yes, I tried. I did selectd pages and post (for now, in the page builder setup), but I did not saw the site builder’s link next to the ‘Visual’ and ‘Text’ tab while in new/edit mode of a page in the wp editor. I do however saw a separate tab on the page (enabled by ‘screen option’), which is empty. I guess that is the case because I haven’t use the page builder for any page yet. Still, I think a sitebuilders link should be next to the text tab (or so). A long while ago it has worked, but with another theme. Don’t remember which one. For now, the sitebuilder link is not in the opened visual editor (or somewhat above) at all. Maybe I should delete that plugin and let Virtue Premium remind it to me as an option to install.
    — Rainer

    In forum: Virtue Theme
    #82309

    Hi,
    Are you using page builder? Is that what you mean? If so, you can navigate to Settings > Page Builder > General and select the post types where you would like this to show.
    Hope that’s helpful!

    Hannah

    #82299

    Sorry in advance if this has been asked many times.

    How can I remove the “on” text from the updated postdate span – to match the blog demo where just the date is shown? Looks like Pinnacle blog demo & importer has a non breaking space in place of “on” but I couldn’t find where this is set.

    #82281

    So your wanting wider page content?

    Add this css in your theme options > custom css

    @media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
    }

    You can also add this if your wanting less padding for the post:

    .pcfull>.postclass {
        padding: 0;
    }

    Ben

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