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 - 31,401 through 31,420 (of 53,646 total)
  • Author
    Search Results
  • #104489

    Thank you so much Garry and Hannah! I found it in Theme Options > Page/Post Settings in the Blog Post Defaults section. I like the feature, now that I know more about how to use it! I wish it worked a little differently though. If I set the default to Text, it will always display as text, even if I do have a Featured Image. I did not have an image for my Calendar post, and I was hoping that it would just show that one as text. I ended up making an image of my calendar to use as the preferred image. Let me know if there is a way for me to get around that. Thanks again!

    In forum: Virtue Theme

    In reply to: Mobile Home Page

    #104485
    This reply has been marked as private.
    #104470

    Try changing Hannah’s CSS to this:

    li.menu-filmtelevisioncredits {
        width: 15% !important;
    }

    That should target it on all pages.

    In forum: Virtue Theme

    In reply to: CSS to change colour?

    #104468

    Hello Rebecca,

    The link you posted isn’t showing a page on your site. Have you deleted it?

    If you can show me another instance of this player, I’ll see if it’s possible to style it.

    Thanks,

    Kevin

    #104463

    Hello,

    I have a little problem with this page:

    This webpage has a Contactform on the right of the screen.

    The problem:

    I got two radio buttons, but the text is not beside it, but obliquely below the buttons?

    How can I solve this?

    Br, Rick

    #104462

    I am having trouble saving anything in the Home Slider section of Theme Options

    I have tried on FireFox and Chrome and on 2 different computers.

    I want to change the Link for one of the sliders.

    It gives me an error “There was a problem with your action. Please try again or reload the page” that was from Chrome

    I am not able to do anything with the slider settings….I can’t even delete it.

    Clear browser cache and history.

    Also have saving issues in some other sections as well.

    Thanks much
    Ted

    In forum: Virtue Theme

    In reply to: Mobile Home Page

    #104460

    Got a Problem. Tried the plugin and it seemed to work.

    1 – Tried to edit in site origin editor and it would not open
    2- Stilling showing on front page
    3- Copied off home page and created same using Visual Editor – saved
    4- Cant edit. will not open
    5- Deleted plugin
    6- Site still messed up

    #104459

    Hi hannah

    Sorry just realised that when I click to the other pages the menu changes back? It’s ok on the homepage?

    #104458

    Hi Kathy,
    Garry is correct. You can set the default featured image from Theme Options, then you can set featured images for each post within the post edit pages.
    If you do not want any image then from Theme Options > Blog Options set Blog Post Summary Default to Text.

    Hannah

    #104453

    This should work:

    li.menu-filmtelevisioncredits.current-menu-item.current_page_item.menu-item-25 {
        width: 15% !important;
    }

    You just need to set your secondary menu to mobile navigation in Appearance > Menus.

    Hannah

    #104448

    Hi guys,

    Thx for the great support so far. I want to change the order of the checkout page.

    Right now it shows :

    1) Payment
    2) Order overview
    3) Buy Button
    4) Shipping and Billing details

    I want to change it to.

    1) Order overview
    2) Shipping and Billing details
    3) Payment
    4) Buy Button

    Product site:
    Checkout site:

    How do I do this?

    Thx for your help.

    Best,
    Andreas

    #104439

    3.7.9 is the current latest version.

    You can download the latest version from your My Account -> API Downloads page.

    Mine auto-updates direct from the WordPress Updates page, but if you don’t see that because you’re on a version before that was implemented, you need to perform a manual update – follow the steps here.

    This will then ensure that all of those WordPress template files are up to date.

    #104436

    I believe this is the default picture that shows if your post/page does not have a Featured Image, as I get the same on mine (and I don’t recollect changing any options related to icons).

    #104434

    Hello! I just purchased the Virtue Premium template and everything seems in place, but I have one problem. I want to use the Staff Template for my Artists section but I don’t know where can I edit the dummy images and text on the template. I saw this tutorial on how to use the template but I cannot see anything about replacing the template contents.

    Here’s the website page of what I’m talking about:

    Thank you so much!

    #104429

    Hi,

    I have just purchased the premium version of Pinnacle, after fiddling around a bit with the free version.

    In the free version I installed the demo content and started to tweak some texts (translations) and added some (fake) content.

    After installing the premium version I installed the demo content (again), and now I have the following problems (see:
    – All content seems to be duplicated
    – Premium features like the Kadence Slider Pro do not work.

    Anyway, I think it’s a good idea to start all over, from scratch. After all there is no valuable info on my site yet.

    Could you please explain how to reset EVERYTHING, so I get the exact content as shown on this page?

    #104427

    http://185.123.99.153/~andrewfisher/concert/symphony-no-1-2/

    Is it possible to use CSS to revert the colours on audio players that the text is white and the background is black / grey ? Similar to this

    There will be more than one page I’d like that on?

    Thanks in advance,
    Rebecca

    #104417

    I am new to the Virtue theme and I’m loving all the flexibility. I am fairly much a newbie when it comes to advanced theme configuration. Right after I activated this theme I started playing with all of the options of course, and I do remember seeing a list of icons and I remember selecting the pencil, just arbitrarily, not realizing that I was really affecting anything at the time. I don’t recall saving it as an option, but evidently I did unintentionally. Hours later I looked at the posts in my categories and there was this HUGE pencil icon…and I can NOT find where I was looking at it originally, and I don’t even remember…because there are so many option screens.

    I am using WordPress v4.5.3 and Virtue v2.7.5. My site is and it is in its earliest beginnings at this point. Select any of the categories on the right on the home page to see the pencil icon. Where do I need to go in the option settings to correct this? I have not touched any of the php code. I just want to be rid of that icon and get that screen back to its original state. TIA

    In forum: Virtue Theme

    In reply to: Mobile Home Page

    #104410

    Here is one option: https://wordpress.org/plugins/simple-mobile-url-redirect/

    Just redirect to a different page.

    Ben

    #104409

    Hey,
    1. You can hide the title on post pages with css then manually add your own content into the testimonial. This won’t be something that happens simply because doing that would break everyone else’s site.

    So this would be something I would suggest in a child theme or you can use css as I suggested.

    2. Have you tried this css:

    .testimonialimg i {
        display: none;
        margin: 0;
    }
    .testimonialimg {
        margin: 0;
    }
    .testimonialimg img {
    margin-right: 20px;
        margin-bottom: 10px;
    }
    

    3. This is fair and something I’ll add.

    4. No there isn’t because of how templates work, you only have one content box and it’s above the template output but you can simply use a fullwidth page template and add the testimonial shortcode:

    [testimonial_posts items=”10″ columns=”3″]

    5. This would be easily done with css.

    Ben

    In forum: Virtue Theme

    In reply to: Mobile Home Page

    #104408

    Just the home page.

Viewing 20 results - 31,401 through 31,420 (of 53,646 total)