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 - 51,261 through 51,280 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #12300

    Hi,

    Since I’ve installed Kadence, I have not been able to preview the blog posts or new pages. I can only see them once they are published. I tried clearing my cache, but nothing changes (using Firefox). I get an “not found” error.

    Thanks!

    In forum: Virtue Theme

    Topic: a:hover

    #12296

    I was trying to put a hove color on the next page link on the following page ( ). This is the css that I pasted in the editor. But, it doesn’t seem to work. Tried a couple different things but still couldn’t get it to work.

    .handgun-gallery-page-1 a:hover {
    color: #656565;
    {

    In forum: Virtue Theme

    Topic: Contact us

    #12286

    Hey !

    How can i have a contact us page like in the demo :

    I didn’t find the contact us option page

    Thanks

    #12279

    Hi Ben, thanks for your answer.

    I just try the caroussel and if i select recents posts it’s working perfectly but if i select similar posts i have a white page on my website.

    The selection of caroussel similar post make a big error i think.. any idea ? thx

    #12276

    Hi,

    I am trying to translate the theme through the WMPL plugin. So far I have managed to find out how to translate widgets, pages and post etc. But I can’t figure out how to translate the things I have on the front page. That is – for the moment – the portfolio carousel, latest blog post and icon menu. My default language is danish, so in my theme options I have written the text in danish, but now I am making a version in a different language, and I am stuck. Please help 🙂

    #12274

    Hello Ben,

    I’m writing with a problem that may occur on many websites using kadence themes carousel. When I post some news with the current date, that post is at the end of the carousel. The first post that I posted before it is the first one. What will happen if one year from now I will post 100 posts, some external user would be forced to scroll one houndered times to get the latest post. I was trying to figure it out somehow, but I spent much time with PHP and nothing stroke my head. You have option with portfolio allowing to choose sortng by date or some other options. Is it possible with blogs ? My page is http://www.piotrpietrzak.net

    Regards
    Piotr

    #12268

    Hey Bill, Sounds like you mane this page “marks articles” your latest posts page in the wordpress settings > reading. That would override the page template settings. Just leave the “latest post” post page in wordpress set to select so it’s not effecting a page.

    Ben

    #12267

    Yes targeting the specific item instead of all the paragraph tags on a page.

    Looking at my code, I have tex-widget, should be textwidget. Sorry:

    .handgun-gallery-page-3 #pgc-138-2-0 .widget_black-studio-tinymce .textwidget p {
    margin: 0 0 10px;
    background-color: #252525;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #959595;
    }

    Ben

    #12261

    You have to set the post summary option either setting the default (in the theme options) to portrait image or for each posts in the post editor.
    http://docs.kadencethemes.com/virtue/#blog_posts
    https://www.kadencewp.com/creating-a-blog-page-with-virtue/

    The blog titles on a blog page are H3 tags, and you can set that in the theme options or use css to specificly target the post titles on the blog page:

    .kad_blog_item h3.entry-title {
    font-weight: bold;
    }

    You can change the title for the latest posts module in the theme options > home layout under the home blog section.

    Ben

    #12257

    I have a page created using the “Blog” template (Title: Mark’s Articles). There is a series of options provided in the meta box called “Blog List Options.” The first option in the series is “Blog Category.” When I select a single category (for example “Articles”) and update / refresh all pages as necessary I still get ALL post categories appearing on the page.

    Also – I have another page created using the “Blog Grid” template (Title: Latest News). Using the same options in the meta box “Blog List Options) – if I select a single category, update / refresh as necessary – I get the expected results (ie one category represented).

    What I need to do is isolate the category “Articles” from the other posts so that those posts only show up on the page “Mark’s Articles.”

    I am able to hack the page template loop a bit if necessary – but before I do would like a bit of advice on the problem.

    Bill

    #12239

    Also, i try to have all titles of my posts in bold. I only find how to add bold for h1 title but not for my posts title.
    Thx

    And how i can modify the title for the latest posts show on the home page “Dernières publications dans le blog” please ? Thanks

    In forum: Virtue Theme
    #12222

    This has to be done with javascript becuase of how the bootstap accordaion works. Try adding this to the bottom of your page content. be sure to be on the text tab or in a text widget.

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
     var $container = $('.kad-wp-gallery');
     $('.panel-group').on('shown.bs.collapse', function  (e) {
     $container.isotopeb({masonry: {columnWidth: '.g_item'}, transitionDuration: '0.8s'});
     });
     $('.panel-group').on('hidden.bs.collapse', function  (e) {
     $container.isotopeb({masonry: {columnWidth: '.g_item'}, transitionDuration: '0.8s'});
     });
    });
    </script>

    Ben

    #12221

    I really don’t suggest you style p tags without being much more specify with your css. What you have is too all vauge. You want to be more specific with your css. Here is an example:

    .handgun-gallery-page-3 #pgc-138-2-0 .widget_black-studio-tinymce .text-widget p {
    margin: 0 0 10px;
    background-color: #252525;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #959595;
    }

    Ben

    #12207

    I was working on the following page. ( ). I put a hove, and click page note with a background, border, border radius. I used this css to make some changes.
    .handgun-gallery-page-3 p {
    margin: 0 0 10px;
    background-color: #252525;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #959595;
    }
    When I added this, 6 backgrounds showed up. One behind each of the add placements. And one, above, and below the footer credits. I used this css to hide the one around the footer credits.
    .handgun-gallery-page-3 .footercredits p {
    display: none;
    }
    And it worked.
    What can I do to hide, or remove the ones behind the ad placements?

    In forum: Virtue Theme

    In reply to: Page Troubles

    #12205

    Yes, that is what I ended up using. It seems to work without changing any other pages. And I am not planning on having anything else on the page right now, so it should be fine. The only thing I haven’t checked is to see what happens if I want to put an affiliate link above and below that area on the page.

    In forum: Virtue Theme
    #12196

    In the page which you have selected to be your front page in the wordpress settings reading. That page content is the “page content” module in the theme options > home layout. So whatever you add to the page content you will see in the front page where you have the “page content” module enabled. You have a call to action with a styled parallax background in that page.

    You can learn about the home page here: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    and the pagebuilder visual style here: https://www.kadencewp.com/using-page-builder-virtue-premium/

    Ben

    In forum: Virtue Theme

    In reply to: Mobile Site Appearance

    #12185

    Hi Alexis,
    Are you trying to just hide your slider from the homepage? You can do this in theme options > slider settings by selecting “none” beside “choose a home image slider.”
    If this is not what you mean can you be more specific?

    Hannah

    In forum: Virtue Theme

    In reply to: Page Troubles

    #12182

    No I don’t think targeting all paragraph tags are a good idea.

    When I look at your page I see:

    .contact-us .panel-grid {
    background-color: #252525;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #959595;
    }

    Is that what you ended up using?

    Ben

    #12180

    Hey, the first thing you need to do is activate the revolution slider plugin in appearance > plugins. Once activated a revolution slider tab will show in your wp admin area. From there select “create new slider.” Add your slides and make whatever customization you like. Virtue allows you to display the slider basically anywhere on your site. You can add the shortcode to a text widget, you can display it to a page by making the page template “feature” or you can display it on your homepage in theme options > slider settings.
    Hope this helps! Let me know if you have further questions.
    Hannah

    #12175

    Hi, I’ve managed to re-do my entire site after MAMP-gate but I have a question regarding the appearance of widgets. On my home page, at http://www.thepoppiessingers.com I have shown duplicate widgets, one set in page builder (which I prefer due to the formatting of the link colours etc.) and the other in the footers. Can anyone tell me why the formatting changes when they are in the footer and how to correct this? The links in the ‘recent news’ section in the footer are faded out and too dark until they are hovered over. Also, there is a massive gap above and below the footers which looks odd. Any suggestions please?

Viewing 20 results - 51,261 through 51,280 (of 53,646 total)