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 - 32,201 through 32,220 (of 53,646 total)
  • Author
    Search Results
  • #100713

    Try to save/resave your permalinks to “Post name”, and make sure that your home page is set in the Settings > Reading > Front page displays > A static page (select your home page).

    #100711

    Hi, I have tried searching the forums here and tried a couple paste in css codes of others for white space issue, which have not worked. I have been using the virtue pagebuilder to create my home page but it leaves a huge white blank space between my secondary menu and the top image and/or categories that I have created using the pagebuilder. Also strangely, there is a tiny box (can barely see it) in top left corner below my secondary menu but above my pagebuilder image where if you hover over it, it will actually link to shop link….? No idea how that got there, but it was not there before I used pagebuilder to do homepage. I asked my host guy who said it had to do with the pagebuilder live editor and to go into wordpress original editor to delete the junk in there but it won’t let me do that without deleting all of pagebuilder and i cannot see anything that shows me what it is. I am not good with css either.

    Also lots of white space on right side of logo, I selected to due widget but having trouble using that or making it look nice. Was wanting to try an image to the right of my logo, which always shrinks depending on what I choose in logo placement(?) a sale image with link but can’t figure out how to do this lined up properly. Lastly, footer I cannot figure out how to get the footer to look nice. i am able to use the mailchimp widget to add in but I’d like to add in some menu items without it jumbling up and messing up the look.

    So bullet points:
    1. Get rid of strange box on left side that links to shop (from pagebuilder,live editor?)
    2. Get rid of white space between secondary menu and pagebuilder image
    3. Have proper alignment in widget or advice on how to add simple image with call to action or link next in the white space to the right of my logo
    4. Advice on how to get the footer to line up with mailchimp widget and adding some other info like some menu icons or writing out text that can be linked.

    Thanks for your help, my site is SybellasBlessingShop dot com

    #100708

    I just installed Virtue Premium and tried adding some icons under “Home Layout”. When I try to view the page it shows a “Page not found” error and gives 2 possible reasons as a mistyped address or and out-of-date link. I built another site before using this theme and had no issues. Please help.

    Thanks,

    Marshall

    #100704

    Hey Ben, i found a solution to the problem, but for some reason it wont let me post it. It keeps linking to some firewall page. Is there something I can do? I want to get the fix over to you.

    #100701

    I have installed the plugin All in one Support Center and am receiving this error in the JavaScript console (Chrome) after putting the plugin required shortcode on a new page.

    Uncaught Error: Option ‘ajax’ is not allowed for Select2 when attached to a <select> element.

    I turned off Select2 Select in the Theme Options > Misc Settings, but no luck.

    Thanks in advance for the help.

    #100694

    When you use the shortcode [portfolio_posts] on a page and you open the page in MS Edge the screen automatically scrolls down to the portfolio posts.

    You can see the effect here:

    It seems to happen only in MS Edge and is caused by orphaned </a> tags in content-loop-portfolio.php on line 156 and line 221. Removing them resolves the glitch.

    In forum: Virtue Theme

    In reply to: Category Archive Page

    #100693

    Ok. Blog list options is not showing on my blog page editor.

    #100692

    That notice from w3 total cache is normal. You shouldn’t clear the cache on the theme activation page but getting that notice every time is normal and it’s important to clear cache after updates.

    Ben

    In forum: Virtue Theme

    In reply to: Category Archive Page

    #100685

    I didn’t think that would work. I’m saying thats all you can add is a link. You can’t run a popup shortcode through the description. You would need to use a normal page for a shortcode. Just use the page template blog like I posted above.

    Ben

    #100680

    Hey,
    1. In your theme options > blog options you can set the default post summary to be text (no image) then for any post where you actually want an image you can set that in the post itself by selecting a post summary for that post. Or you can revers that leave your post summary default set to portrait image but then in your posts for the article page just set the post summary to text.

    2, 3, 4. You can add this css in your theme options > advnaced settings:

    .page-id-1749 .postauthortop, .page-id-1749 .kad-hidepostedin, .page-id-1749 .postcommentscount, .page-id-1749 .postmeta {
        display: none;
    }

    5. you can add this css:

    
    @media (min-width: 992px){
        .postlist article > .row > .col-md-4 {
        width:25%;
    }
    .postlist article > .row > .col-md-8.postcontent {
        width:75%;
    }
    }

    Ben

    #100674

    Hey,
    woocommerce doesn’t make featured product or sale product pages by default but you can certainly add them using shortcodes to a page. see the shortcodes here: https://docs.woothemes.com/document/woocommerce-shortcodes/

    Ben

    In forum: Virtue Theme

    In reply to: Category Archive Page

    #100668

    Hey,
    Category descriptions are not tinymce boxes. They don’t take code the way pages do and aren’t designed for shortcodes they are just a description box.

    I supposes the closest thing would be to add raw html as that would output but a shortcode isn’t so you could add a link like this:

    
    <h5 style="color: #ff00ca;"><span class="popmake-466  pum-trigger" style="cursor: pointer;">SUBMIT</span></h5>
    

    As for editing the page you can use a shortcode that would output posts as full post in a page simply using the blog page template and selecting only one category to show. see here: http://docs.kadencethemes.com/virtue-premium/templates/blog-page-template/

    Ben

    #100665

    Hey,

    So regardless of what comment system you use you can’t post comments from archive pages with wordpress. Unless you have a plugin that I’m unaware of that does this it’s simply not built into how wordpress works.

    In terms of adding a button on your archive page I think I’m misunderstanding what you want? Are you just wanting to add a button into the category description at the top of your archive page?

    Ben

    #100664

    I tested the css hannah posted above it it shows the image. Clearing cache is really important when you add css.

    Also it’s important to note this css which you currently have in your custom css box is missing the closing bracket }so any css you added after this wouldn’t work.

    .page-id-18 #nav-main {
    	background: url(http://www.jrkfinancial.com/wp-content/uploads/2015/11/jrk0.jpg) no-repeat;
    	background-position: bottom right;
    	margin-bottom: 0;
    	height: 328px;
    

    Ben

    #100662

    you can’t change the column padding inside the text editor but you can using css.

    With your page id see here: https://www.youtube.com/watch?v=fLg2T1AvmFE

    You can use this css:

    .page-id-19 .entry-content .col-md-4 {
    padding: 0;
    }
    

    Just changing out the page id number,

    Ben

    #100656

    I have transitioned my site from another theme and am discovering that images from blog and post pages are not showing up on the front end even if said images are the featured image. My skills with CSS are nil however I am assuming there must be something I ma overlooking.

    #100654

    Hi,

    I have the Virtue-Pro theme and I noticed that when I’m scrolling down browsing through the product thumbnails in any category then click on a thumbnail image to view the product details and then click BACK to go back to the previous product list to continue browsing where I left off, it does not take me back to the same location/area where I stopped and clicked on the thumbnail. It just refreshes the page and takes me back to the top of the page so if I want to continue where I left off, I have to scroll way down from the top again each and every time after clicking on a thumbnail and viewing a product’s details. Please note that this is ONLY happening on the first page… pages 2 and so on are working the correct way. Do you think its due to the banner and possibly the embedded youtube video which only display on the first page? If so, how can we fix it? I’ve checked on both firefox and google chrome and its the same on both browsers. on mobile devices with Safari it work fine.

    Website: http://www.groomsring.com

    Thanks,
    Gary

    #100651

    Hello Ben,

    I use the Virtue Premium theme. I’ve read that using a child theme is a good practice so I decided to install the one you kindly gave here on a test website.

    As you can see there are several differences: on the test website my main (top) menu disapeared and I have strange results in the footer area. I had watched only the home page. Any chance this could be easily fixed?

    (There’s absolutely no emergency. Take your time!)

    #100649

    Hello! I have two different pages on my site set to the blog template that include posts under different categories.

    I need one of those pages (link: to show posts with a few changes to the feed format:
    1. No featured image
    2. No date
    3. No author (as these articles will be posted by the same person, but will be written by different people)
    4. No comments count

    On the second page (link: I’d like to make the featured images smaller.

    Please help! Thanks! 🙂

    #100648

    Hi.

    My website is

    I’m just finishing the website and i tested in tablet and mobile phone.
    I found this issues:

    1) Tablet (iPad):
    — Page Projects/Projects: The second image it’s not ok (the place, the order, the size).
    — Post page: Some widgets has some fields not centered:
    -> Archive: Box Select Field. It’s possible to center?
    -> Categories: Name categories is centered, but Number of Posts are at right. It’s possible to center too?
    -> Recent Comments: It’s possible to center the lines?

    2) Mobile Phone (iPhone 5):
    — Page Projects/Projects: -> Title has a problem. It’s cut.
    -> The second image it’s not ok (the place, the order, the size).
    — Page: About: Title has a problem. It’s cut.
    — Blog Page: the same as Tablet for widgets.

    Thank you.

    Regards,
    Carla

Viewing 20 results - 32,201 through 32,220 (of 53,646 total)