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,161 through 21,180 (of 29,722 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: CHANGE FONT IN TABS

    #81242

    You can always add custom css into the theme options > advanced settings. Custom css box.

    I don’t see this css I posted there?

    You can update the css to have this for the content of the tabs:

    .osc-res-nav.nav-tabs>li>a, .osc-res-tab .tab-content {
        font-family: futura;
    }

    You can use https://wordpress.org/plugins/use-any-font/

    To upload a font to your site.

    Ben

    In forum: Virtue Theme

    In reply to: Menu links

    #81238

    Hey Giuseppe,
    if I understand you correctly, I think you should do exactly what Ben and Hanna explained you above. But you should do also on tricky thing after that – when the menu is created and saved then you go there again, cancel # and save menu. Thats all.
    Now I put down the explanation in Italian – I feel better with this language.

    Se capisco bene, vorresti lasciare nel tuo sub menu elemento “Yachts” pero soltanto come un titolo, senza possibilita di cliccare. Allore dovresti andare alle Impostazioni di WordPress (non di Virtue Theme) all’Aspetto>Menu, selezionare il tuo menu e sostituire questo elemento come ti ha scritto Hannah. Devi creare un custom link (Link peronalizzati). Metti segno # al posto URL (cancellare “http://”) e poi scrivi nel finestino Testo del link Elemento Menu “Yachts”. Aggiungi al menu e sposta lo sopra vecchio elemento Yachts, poi cancella quello vecchio. Salva Menu. Poi apri di nuovo questi elementi di menu nella Stuttura del Menu, cancella segno # e salva. Secondo me sei a casa con queste indicazioni.

    #81226

    i just made a slider with kadence slider(all default settings) but i get weird white lines and blocks at the pics
    see screenshot
    what are those and how can i get rid of those ?

    #81223
    This reply has been marked as private.
    #81220

    Hey Serena,
    Are you using the latest version of the theme and up to date on your plugins? Can you please post a link?
    Thanks!

    Hannah

    In forum: Pinnacle Theme

    In reply to: portofolio page

    #81208

    i did this but the pics will go through my header i whant the header image i choose and than the slider and than a txt block.
    below my settings:
    http://s14.postimg.org/ut7i3vbk1/Knipsel.jpg

    #81200

    OK, that worked well. Now I just need to switch to a different tag cloud widget that will use the new portfolio tags rather than the blog post tags, or ideally both blog and portfolio tags.

    Here’s the current test page.
    http://dreamlight.com/portfolio/software-identity-design-macromedia-freehand-director-extreme-3d/

    #81197

    Hi,

    Has anyone used Virtue or Pinnacle with the Toolset plugin? I need the parametric search View provides and the transparency and Portfolio styled homepage Pinnacle has. I am working on a real estate website. If I understand correctly, Types creates new Post types and Views uses these Posts to allow insertion of custom fields to facilitate parametric search. As first I thought of creating new property listings with Portfolio in Pinnacle, but it seems parametric search in Views does not support Portfolios. Please correct me if I’m wrong.

    In Pinnacle Premium, the Home Layout manager has Portfolio Carousel and Latest Blog Post for example. So if I use Types to create a new Post type section called ‘Properties’, can I still display post in Properties like that of Portfolio Carousel with Pinnacle?

    I am not sure I’m confusing anyone, but I hope someone experienced with Types and Views can shed me some light.

    Cheers.

    In forum: Pinnacle Theme

    Topic: Custom Slider

    #81182

    Hello,
    I just wonder if there any possibility to have a combination between 2 kind of Sliders inside a standard post.
    I have a need to have a slider image running from left to right or vise versa with touch.
    Let me explain, inside a standard post we have:
    – Flexslider and Caroufedsel carousel.
    Flexslider is very nice because it works with touch screen – iphone can do from right to left sliding the screen. But we can’t see other iamges.
    Caroufedsel carousel is very nice in presentation, we see several pictures , but it does not work with touch screen.

    Is there a way to have Courfesel carousel moving with touch. Any possibilities?

    in fact like on google when you look for image on iphone.

    Many thanks for your help.
    Philippe

    #81150

    Hi Ben,

    I was browsing this forum and came across this topic posted by another user:

    https://www.kadencewp.com/support-forums/topic/shopping-button-and-checkout-button/

    This is what I had in mind.

    Can I use the code you provided to this user?

    Thank you,
    Jay

    #81146

    Hey,
    1. In your theme options > advanced styling you can set the mobile background color.

    2. You are adding this css:

    #content .main {
        float: right;
    }

    Change that to this:

    
    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Also because you have this “APPLICATIONS/RENEWALS/AMENDMENTS”
    it’s all considered one word because there is no space and so the browser doesn’t want to break it. You can add this css so the browser knows it can break the word:

    .page-id-8 .entry-content h3 {
        word-break: break-word;
    }

    3. This has to do with the css you added

    #content .main {
        float: right;
    }

    Just change it to what I posted above.

    4. Sure you can add this css:

    .page-template-page-contact-php #main .entry-content {
        padding-left: 30px;
    }

    Ben

    In forum: Pinnacle Theme

    In reply to: Site loading slow

    #81122

    Can you post a link to your site?

    Ben

    In forum: Pinnacle Theme
    #81119

    Hey,
    There isn’t a shortcode to have two post types showing. If your only using the portfolio post because of the filter option I would suggest just using all posts and creating a menu that links to the categories instead of the filter. I think that would give you the best results in terms of the posts working together.

    Otherwise you would need to create a new template that queried for posts and portfolio posts. You could look at the template_blog.php template and add in call for two post types to the query.

    If your just wanting portfolio posts to show on the blog post pages you can use a shortcode to output post there. See here:
    [portfolio_posts orderby=date columns=4 items=4 cat=photos]

    Ben

    #81108

    Can you send me a login to your site? I have no issue on my test site with the testimonial carousel as long as the testimonials are translated it shows the translated posts.
    You can use Set as private reply
    Ben

    In forum: Virtue Theme

    In reply to: home portfolio

    #81102

    Hey so in the subject you wrote portfolio but you mention a product category.

    Just to clarify are you talking about products or portfolio posts?

    Ben

    In forum: Virtue Theme
    #81097

    Hello!

    I just took a look on my iphone and I’m not seeing the line you’re talking about. Would it be possible for you to take a screen shot of the issue and post back here?

    Thanks,
    Kevin

    In forum: Pinnacle Theme

    In reply to: portofolio page

    #81094

    The nightskies post is using a flex slider. So you could select the feature template, as you’ve done, then under Feature Page Options select Image Slider from the dropdown beside Header Options. Then add your slider images directly under that.

    Hannah

    #81092

    I have translated each post (testimonial) in both languages. However I’m still struggling to show the right widgets on sidebars within pages.

    Within a page is fine, as using the shortcode becomes part of the content that is available in both languages.

    #81082

    Thank you Hannah and Ben! I deleted the other demo blog pages and changed the link but lost something essential, as I get “This webpage is not available ERR_NAME_NOT_RESOLVED”.

    I think in fact I haven’t been writing a real blog the way it should be but just making separate posts. I must try to learn how to do this right.

    Ulla

    #81078

    Hi everybody,

    I was wondering if it is possible to publish portfolio posts between the ‘regular’ posts.

    To illustrate what I want to achieve. I write book reviews and that’s perfect as a portfolio because of the filter. People can choose which genre they would want to see a review about etc.

    But because I don’t want to write everything twice, as a portfolio and normal post, I was wondering if it is possible somehow to get the portfolio items in my post overview as well…
    Or as an alternative, maybe a shortcode within a post to either redirect or show the portfolio within the post?

    Any ideas or solutions are welcome!

Viewing 20 results - 21,161 through 21,180 (of 29,722 total)