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'
-
AuthorSearch Results
-
In forum: Virtue Theme
Topic: Basic Theme Structure
Hi
I’m building a website for a dog rescue bodhishelter.org and before I spend 100+hrs building the site, can I just run through how I’m proposing to do it, in case, I’m approaching it the wrong way.
So I proposing to use the theme’s demo content and overwrite if for the following purposes.
Portfolio – with a page for each dog to be adopted, which will feature on a carousel
Shop – will only be needed to sell less than 10 items that will be virtual gifts, so no need for stock control
Pages to have info about fostering/adopting/supporting/donating
Posts – to have a feed from their Facebook pagesIs this a sensible way to start the build? Any pointers where I may be heading for trouble would be greatly appreciated!
Thanks
Gary
In forum: Pinnacle ThemeIn reply to: Pinnacle Premium Questions
I used the change for the top bar. It changed the width to match the header width; as desired. However, the search icon in the top right corner of the top bar got cropped in the middle, top to bottom, flush against the right hand edge. So, that is not looking too good. I have enabled search on the main menu and turned off the top bar for now until I better understand CSS than I do today.
The one thing I have not done yet is work on the calendar page. If this template defaults to full width, which I saw to be the case in another post, than this calendar page should not be displaying a blog type sidebar given that I have selected the default template in the calendar plugin. Is there anything else I should be looking at about this?
Thanks.
John
In forum: Virtue ThemeIn reply to: Theme Resources Reading issue?
Hi Ben,
Thanks for replying.
I have encountered a different problem now. I am not sure if this has to do with the theme but I would really appreciate your help.So basically, in my google search console I have nearly all of my URL as not found (404 error). Now, the pages exist as I can access them via my website but the URL look different.
For example, the URL for this product is: /product/visual-philosophy-retro-architecture-poster/ and in Google Search console this has the 404 error along with other similar product links like this. Now, when I click on the error to see details, it says that the URL is linked from /product/visual-philosophy-retro-architecture-poster/www.boxofsquares.com So the URL has my sitelink added at the end of it for some reason. Is this something to do with the theme? If not, can you please advise me on what I should do to rectify this?
I have checked my plugin Yoast SEO and under the Search Console tab, all of the product URL have the sitelink at the end and I have never added it there.
Please let me know what this could be.
Regards,
Marius
In forum: Virtue ThemeIn reply to: Child Theme configurator error
September 7, 2016 at 1:50 pm #111879Yes, A child theme only saves code that you change in core files. If you are editing content like theme options, posts and pages that is all saved in the database and you don’t need a child theme.
Ben
In forum: Virtue ThemeIn reply to: Question about customization Virtue Theme
September 7, 2016 at 1:47 pm #111878Choose the sidebar page template and add your widget into the sidebar area.
Ben
In forum: Virtue ThemeIn reply to: Child Theme configurator error
Hi Kevin
This how I’m approaching the build, as I have no previous experience and just learn via google as I go along.
I’ve installed the demo content, but before I change the text/graphics, thought I should create a child before I made any changes, in case I broke something and needed to go back and look at the parent to fix it.
Are you suggesting that if I just use the wysiwyg visual editors/page builders, I should be ok?
Thanks again
Gary
In forum: Virtue ThemeIn reply to: Site Origin Hero
September 7, 2016 at 1:20 pm #111864Please post one of your page and settings.
BenIn forum: Virtue ThemeIn reply to: reolution Slider Plugin
when i change word press english to turkish it doesnt effect theme i want to change theme language. This theme allows me to change some words,button but not all
In facti i cannot change any words or button like [woocommerce_my_account]
when pages contain this([woocommerce_my_account]) i cannot change
do you understand me now?In forum: Virtue ThemeHi – On my home page, I added revolution slider as a banner. I noticed that there is a large white space between my header/logo and the slider at the top, and also, between the bottom of the slider and my next block (in my case, most recent blogs). Is there a way to decrease that white space? Thanks. Erica
In forum: Virtue ThemeIn reply to: Question about customization Virtue Theme
In forum: Virtue ThemeIn reply to: Question about customization Virtue Theme
In forum: Pinnacle ThemeIn reply to: Pinnacle Premium Questions
September 7, 2016 at 12:30 pm #1118443. The header it fullwidth so I’m not sure what you mean but maybe try this and let me know if it’s what your thinking:
#topbar { max-width: 1140px; margin: 0 auto; }4. You can add this:
p.vcard-address span { padding-left: 20px; }5. you can use this css:
.footerclass .widget_recent_entries li a { background: transparent; padding: 5px; color: #000; } .footerclass .widget_recent_entries ul { padding-left: 0; list-style: none; }9. you can use this css:
.kad-primary-nav .sf-menu li a i { display: block; line-height: 30px; font-size: 20px; } .kad-primary-nav ul.sf-menu>li>a >span { line-height: 20px; display: block; } .kad-primary-nav ul.sf-menu>li>a >span.sf-sub-indicator { display: none; }If you change the height of your header then this css would also need to change to match.
7. Becuase it defaults back to an archive page as it’s not a real page the template doesn’t really matter. You can set the blog category page to be fullwidth and that would also effect the calendar pages because it’s an archive. (theme options > blog options).
But you can also control this directly with a child theme using this function in your child theme:
function kad_sidebar_events($sidebar) { if(is_archive('events-archive') || is_singular( 'tribe_events' ) || is_singular( 'tribe_organizer')){ $sidebar = false; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_events');Ben
In forum: Pinnacle ThemeIn reply to: The Events Calendar – Hide Title Page & Sidebar
In forum: Pinnacle ThemeIn reply to: The Events Calendar – Hide Title Page & Sidebar
September 7, 2016 at 12:11 pm #111837No that should only hide from all tribe pages. Did you try?
Ben
In forum: Pinnacle ThemeIn reply to: Warning Rev Slider conflict
Hello Angelo,
Did you purchase the theme before or after August 15th? If before, you have access to the rev slider. if after, then you do not.
I’m not experiencing any issues with the slider on my test site. Could you post a link to the page you’re adding it to so I can see what’s happening?
Also try going through your plugins and deactivating one by one to see if the conflict is because of one of your plugins.-Kevin
In forum: Virtue ThemeIn reply to: Question about customization Virtue Theme
3. Try this CSS:
#nav-main ul.sf-menu .current-menu-item a { text-decoration: underline; }4. If you want that to show in the sidebar, you can try placing a visual editor widget into your sidebar widget area, and pasting the code there. You can set the side that your sidebar displays on in Theme Options> Main Settings. if you only want the sidebar left on that page, that’s something you can accomplish with CSS.
Hopefully this is helpful.
-KevinIn forum: Pinnacle ThemeIn reply to: Truncate Product Category Text
Ben, I used the accordian shortcode but the default seems to be leaving the text visible with a click to hide. You can see how it looks on the second product here: https://www.shesherownceo.com/shop/
Is there a way to cause the accordian shortcode to default to the hidden state when the page loads instead of visible? The shortcode is:
[accordion][pane title=”title1″ start=open]
Content
[/pane][/accordion]
I’ve tried to replace =open with close, closed, shut, hidden but it always loads with the content visible. Any ideas? (I couldn’t locate documentation on the shortcodes.)
Thanks
In forum: Pinnacle ThemeIn reply to: The Events Calendar – Hide Title Page & Sidebar
September 7, 2016 at 9:19 am #111801Hi Ben but then that hides from the entire theme and not necessarily the “events” page specifically correct?
In forum: Virtue ThemeSeptember 7, 2016 at 7:36 am #111786Hi
I have 2 separate blog pages displaying different categories.
Both pages are set up exactly the same – but the blog post still display differently…
Pages:
*Login to see link
*Login to see linkI would like both påages to display like this page: *Login to see link
with the images on top.I would be very gratefull for hints as to how to fix this.
Thank you!
In forum: Virtue ThemeTopic: Site Origin Hero
Im using SiteOrgins pagebuilder, and then setting upp content, with ex. SiteOrign Hero -widget using this:
<h2><span style=”color: #ffffff;”>This is a text</span></h2>
[btn text=”THIS IS A BTN” link=”*Login to see link tcolor=”#1a1a1a” bcolor=”#f3f2f1″ thovercolor=”#ffffff” bhovercolor=”#353535″ size=”large” font=”h1-family” icon=”icon-arrow-right”]It works perfectly fine on the testpage. But then copy/applying the same in the startpage (home) it ends upp showing a grey box with text….
I’ve been trying to deactivate and activate the pagebuilder…. -
AuthorSearch Results


