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
In reply to: Blog Category Page Main Image
September 28, 2016 at 11:52 am #115173Hey,
So maybe I can be more clear.Just use a child theme and only add the code I posted. Think of it as better code then what the plugin author posted.
Just add it to your child themes functions.php and make sure to have the plugin activate.
function add_custom_cat_image() { if(is_category()){ echo '<img src="'.do_shortcode('[wp_custom_image_category onlysrc="true" size="full"]').'" />'; } } add_action('kadence_page_before_content', 'add_custom_cat_image');Ben
In forum: Pinnacle ThemeHi! Yesterday I updated my Pinnacle theme, and today we can’t get logged in or access certain pages. I have a huge print ad hitting today and need everything running top notch. Emailed Hannah as well, and she’s always super quick to respond, but I wanted to see if I could get help here quickly…thank you very much!
Just found out – earlier today a woman that works for me edited the custom CSS, that may have caused the problem, but I can’t get logged in, in order to check it out. That was around the time we started having issues with the site.
In forum: Virtue ThemeI recently changed my front page from blog posts to a static page. My new front page looks perfect (with a slider carousel) in the theme ‘preview’, but when
I publish and view my site, only the first image shows-not the slider. *Login to see link Also, on my blog posts none of the slider images are working. I keep getting that working circle instead of images. See this post: *Login to see linkAny help appreciated! Thanks!
Heather @ Style*Mind*Chic LifeIn forum: Virtue ThemeIn reply to: Broken img since last wordpress update
In forum: Virtue ThemeIn reply to: Sidebar on Staff page
In forum: Virtue ThemeIn reply to: Kadence Slider Pro missing from theme plugins page
In forum: Virtue ThemeIn reply to: Kadence Slider Pro missing from theme plugins page
Hi,
I noticed that image galleries sometimes break the layout on iPhones. See this image with the page rendering on an iPhone 6+
*Login to see linkSee how the gallery goes right into the footer and all other text. The gallery does not seem to reserve the space it needs and instead somehow floats over the other content (which should be below of it). As soon as I flip the phone to landscape and then back to portrait, the layout is correct again.
Happens only at initial load, so maybe it’s a problem with the content not loading fast enough. I could never reproduce the problem on reload. But could reproduce it several times with the phone.
I could also not reproduce using the Responsive View in the Chrome devtools and throttling the speed there. So I guess it must be a iOS/iphone webkit problem only.
I post a URL privately in the next post below.
In forum: Virtue ThemeIn reply to: image behind header
Hi Hannah
1. worked fine.thx.
2. the search box did not align to the right
3. When you viewed it, images were in a separate row, which then I realized would be a problem for mobile so I put the title back in with the images, and added spacing above the image so the image alignment is fixed. But I’d rather that the titles aligned along the bottom-the first one “Long-Term/Short-Term Care & Rehabilitation” is multi line.This screen shot is from Chrome.
http://southcountynursinghome.com/wp-content/uploads/2016/09/Screenshot-2016-09-28-05.23.18.pngalso a pdf of my layout:
http://southcountynursinghome.com/wp-content/uploads/2016/09/SV_HomePage_9.8.pdfThank you!
In forum: Virtue ThemeIn forum: Virtue ThemeTopic: image behind header
Hi-I’m looking for help with 3 issues:
1. I’d like to have one continuous image from the top (behind the header) to the bottom of the page.
2. I want to style the header widgets so that the words “Compassionate Care in a Bayside Setting” are centered vertically in the header. And the search widget would be under that text. (I’m probably going to remove the topbar)
3. Under the slider, I need the titles over the 4 images to be aligned along the bottom, so that the boxes all start at the same height. I tried a workaround of having the titles in their own row above the boxes, but it’s really not what I want.Here is my link:
*Login to see linkThanks very much-
CarrieIn forum: Pinnacle ThemeIn reply to: Child theme help – re templates/head.php
September 27, 2016 at 6:35 pm #115082Hey,
In your theme options > theme extensions enable the “header and footer scripts” then save and reload the page.Then go to theme options > header and footer scripts and add your code into the header script box.
No need for a child theme or any template editing.
Ben
In forum: Virtue ThemeIn reply to: Blog Category Page Main Image
September 27, 2016 at 6:04 pm #115072Hey Max,
With this plugin: https://wordpress.org/plugins/wpcustom-category-image/
Which method did you try to implement to make it work. The plugin has three examples of code you would need to add for this plugin to output an image.Or with this plugin: https://wordpress.org/plugins/categories-images/
They have also in the description code you would have to add to make this work.It doesn’t matter which plugin you want to use both would work fine with the theme as long as you added the code they suggest to the correct template.
My personal suggestion is that you implement through a child theme and not edit the parent theme. See here for a child theme download: https://www.kadencewp.com/child-themes/
Then instead of editing a template I would suggest you just use this function in your child theme functions.php file:
function add_custom_cat_image() { if(is_category()){ echo '<img src="'.do_shortcode('[wp_custom_image_category onlysrc="true" size="full"]').'" />'; } } add_action('kadence_page_before_content', 'add_custom_cat_image');Ben
In forum: Virtue ThemeIn reply to: Modifying Homepage
September 27, 2016 at 5:45 pm #115070Hey,
To change the page title you have to define the home page as a page. Else the title is “latest posts” because that is the title of the “latest posts” page that you set in your settings reading.I’m going to suggest you leave you widget area as is. I think you should make a home page call it “home” or whatever and in your settings > reading make that page your “front” static page.
Then in the page content add
[kad_blog items="4"]and that will output the blog posts as you currently see them.
You can add a button right after in your page content.
Ben
In forum: Virtue ThemeIn reply to: Captions on Portfolio Item Page
Hi Hannah,
Thanks for the reply. I can get the gallery to work with captions, no problem, but I don’t like how it crops the images in the grid. Is there a way to get a gallery to show a whole, smaller version of the image, as shown here http://www.inthesilo.com/dev/portfolio/giraffe-reach-system/ ? The image grid option for the portfolio page doesn’t crop the images, just downsizes them to fit the grid.Thanks,
ChristinaIn forum: Pinnacle ThemeHi 🙂
I added to ../wp-content/themes/pinnacle_premium/templates/head.php, but obviously when the theme was updated recently this was wiped and reverted to the version ‘out of the box’. That’s ok and expected!So we have installed and activated a child theme to try and prevent this again. (Thanks for this page *Login to see link
But am not sure what file needs to be created, and where, in the child theme directory, to add the code to the head.php file that is served from the pinnacle_premium directory’s head.php
If you are wondering (also in case there is another way to do this).. the code is below that is being added (it changes the color of header bar and address bar on mobile devices). Check out *Login to see link vel/ on a mobile device and the header and address bars should be blue (#0267cd).
<!– Chrome, Firefox OS, Opera and Vivaldi –>
<meta name=”theme-color” content=”#0267cd”>
<!– Windows Phone –>
<meta name=”msapplication-navbutton-color” content=”#0267cd”>
<!– iOS Safari –>
<meta name=”apple-mobile-web-app-status-bar-style” content=”#0267cd”>Thanks
AndrewIn forum: Virtue ThemeIn reply to: product condition section
In forum: Virtue ThemeIn reply to: Modifying Homepage
September 27, 2016 at 3:45 pm #115057Hannah,
Here’s what I ended up with when I implemented your suggestions:

In comparison to my current homepage, lost the div line after the two column section & the “LATEST BLOG POSTS” title.
Do you have any ideas how I can add the div line under the icon menu section?
I added the Page Title option under the Home layout, but I couldn’t figure out how to edit the Page Title to read “Latest Blog Posts”. (I can play around and tweak the CSS for the font style, but I couldn’t figure out how to edit the actual text)
Thanks for your help.
In forum: Virtue ThemeIn reply to: Blog Category Page Main Image
Hey Max,
Since this isn’t a built in part of the theme, it’s hard to say how best to implement this. The category pages are not designed to have an image, so it would require a better plugin or creation of a child theme to do this. I don’t think that the plugin you’re tying to use is going to work, seeing as it’s got some pretty mediocre reviews, and it hasn’t been updated for the latest version of wordpress.
Ben will be able to tell us if there is any way to accomplish this, but I don’t think it’s easily done in Virtue.
-Kevin
In forum: Virtue ThemeIn reply to: Different page
Sure. I’m using http://www.victorylook.com to try and figure all this stuff out. Ahhhhh. I see. Creating a new page creates a new permalink identifying that new page so if I create a second contact page named “Contact VictoryLook” then go into the Appearance> menu and remove “Contact Us” fropm the TopBar menu and replace it with “Contact VictoryLook” and save the changes, the button in the topbar will change from the old”Contact Us” to the new “Contact VictoryLook” and call the new Contact VirtualLook page via the new permalink! Is that about right?
-
AuthorSearch Results


