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 'site'
-
AuthorSearch Results
-
In forum: Pinnacle Theme
In reply to: Issue with Sticky Menu – Viewing in Firefox
Hey Ben –
In looking around a bit, it seems like this is an issue between JetPack plugin and some other plugin I have on this site. If I disable JetPack the Admin Bar will reappear. It’s odd though since I have another site running Virtue with Jetpack enabled and everything works great….Maybe it was the latest JetPack update that introduced a problem.
Let me know if you know anything else.
Thanks
JohnIn forum: Virtue ThemeHi, I am trying to create a custom menu for the language to be added to my topbar, it’s weird. I have done it before on one site, when I go in the menus, I can see the option but not on my new website. When I use it as a widget, the font style is all wrong and it doesn’t line up well in my top bar. And I try to get rid of the bullet and I can’t figure out how. I can send you images privately.
Thank you
SylvieIn forum: Virtue ThemeIn reply to: Display video via lightbox
October 7, 2015 at 1:52 pm #61830I just went back to your site. You again have turned the theme lightbox off… Understand that it is on by default, you have to turn the option “on” to force the theme lightbox to not work. The option is there to turn it off when it’s always on. Please do not touch your theme options go to your site and look at the portfolio page.
Ben
In forum: Pinnacle ThemeIn reply to: Kadence Slider on Individual Product Pages
October 7, 2015 at 1:46 pm #61828You can add this css:
.sliderclass, .titleclass { display: none; } .sliderclass.kt_allsite_slider { display:block; }and then change the function to this:
add_action('kt_afterheader', 'kt_slider_everypage'); function kt_slider_everypage(){ if(!is_front_page() ) { echo '<div class="sliderclass kt_allsite_slider">'; echo do_shortcode('[kadence_slider id="540"]'); echo '</div>'; } }Ben
In forum: Pinnacle ThemeIn reply to: Can´t save changes
October 7, 2015 at 1:30 pm #61823fyi, I can see the code in your site that shows you have wp-super cache running. If you every activated the plugin then its running until you turn it off in the settings. You can’t deactivate the plugin (and have that make any effect) without turning it off in the settings.
Ben
In forum: Virtue ThemeIn reply to: Font issue
In forum: Virtue ThemeIn reply to: Page builder extra space on mobile
October 7, 2015 at 12:53 pm #61814Hey,
Looks like you are adding empty columns?Pagebuilder adds a top and bottom margin to separate columns once you fall into the mobile layout. If you have empty columns those will still have spacing.
I’m looking at it seems your adding columns for spacing. on each site. instead of doing that just use two columns and then I can help you with css to spacing that won’t effect mobile. For example the about and services:
@media (min-width: 768px){ .page-id-398 .main > .entry-content, .page-id-11 .main > .entry-content { padding:0 60px } }Ben
In forum: Virtue ThemeIn reply to: google bot could n get all resources
October 7, 2015 at 12:45 pm #61813Hey,
This means your site robot txt is blocking google from the scripts. You need to check the robot txt on your site. Or the settings on your server. Or the plugins on your site. Theme doesn’t set/edit or adjust this in any way.Ben
In forum: Virtue ThemeIn reply to: Appearance problems
October 7, 2015 at 12:39 pm #61808– there is only a blanc page and nothing else visible.
^ That usually means there is a php error, if so means whatever/whoever cleaned your site broke something. I suggest reinstalling the theme, and your plugins.
Ben
In forum: Virtue ThemeIn reply to: Ipad mini responsive issue
October 7, 2015 at 12:15 pm #61804Did a little more testing. Think I know what the issue is.
You have this css:
#containerfooter {
padding-left:20px;
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
}And it should be this:
#containerfooter { padding-top:5px; padding-bottom:5px; } #containerfooter > .container{ padding-left:30px; padding-right:30px; }I updated on your site so now test.
BenIn forum: Virtue ThemeIn reply to: 404 error WorPress Admin
This reply has been marked as private.October 7, 2015 at 11:47 am #61801In forum: Pinnacle ThemeHi Ben/Hannah-
I have an odd problem…On my site here: *Login to see link when you scroll down the content you can see some of the content behind and at the top of the sticky top main menu. For me this is only happening when viewing with Firefox. When viewing with Chrome, the sticky menu seems to work as it should.
Any ideas?
thanks.
JohnIn forum: Virtue ThemeOctober 7, 2015 at 11:28 am #61793Lesley-Anne,
What is the url to your site?Luis,
In appearance > menus. Click “screen options” in the top right corner. In the dropdown you will see all the different menu items that you can add. Check the box for what you want including portfolio posts.
In the future please post in your own topic, Thanks!Ben
In forum: Virtue ThemeIn reply to: Subscribe and icons
In forum: Virtue ThemeIn reply to: Home Icon Menu doesn't work
October 7, 2015 at 10:23 am #61782Hey.
The “Icon menu” and the “image menu” are different things. You have to enabled the icon menu if you want it to show and for the image menu to work you have to add images in the image menu area.Featured Products would only work if you have products that are marked as featured. Right now it doesn’t look like you have any products created.
Portfolio carousel would also work if you have portfolio posts but again you don’t have any portfolio posts created.You have wp-super cache installed on your site. That means that with every change you make you have to go to settings > wp-super cache and delete the cache. Else the change will not show on the page.
Ben
In forum: Virtue ThemeTopic: Post Index on Site
I would to create an page on my website that is an index for a subset of my posts. The index will be a listing of posts by category and will only show the post title as a URL link. Example below:
CATEGORY 1
SUB CATEGORY 1
Post 1 (link)
Post 2 (link)
Post 3 (link)
SUB CATEGORY 2
Post 1 (link)
Post 2 (link)
SUB CATEGORY 3
Post 1 (link)I am looking for either a shortcode or some other method to accomplish this.
Thanks! Corey
In forum: Pinnacle ThemeIn reply to: Accidental Publish of Demo need to Unpublished
In forum: Virtue ThemeIn reply to: Appearance problems
In forum: Virtue ThemeTopic: Appearance problems
My website was hacked and subsequently cleaned and is back on line, but now it seems as if the images/text of the theme has disappeared on the admin side of the site. On the normal site, one can still see all the text and pictures, but on the admin side, the pages appears to be blank and even when one goes to the custom side of the theme, there is only a blanc page and nothing else visible.
It seems as if everything is in white on a white background.In forum: Virtue ThemeIn reply to: Ipad mini responsive issue
Hi Ben,
Thanks for your reply.
Yes I’m using Safari.
I’ve just checked again just to make sure there wasn’t any zoom and on first loading of the page (in landscape view) the site loads correctly. I switch to portrait it works but when going back to landscape the rotation causes only half the site to show. If I refresh the page it stays this way until I zoom out ‘finger pinch’.It would seem the issue is with the Ipad mini but when looking at another site using the same theme I cannot get the ‘zoom’ effect to occur.
Very strange. What could cause this to occur?Thanks for your help,
Anthony -
AuthorSearch Results


