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: Virtue Theme
In reply to: WordPress and Javascript
Hello Richard,
You can enable JavaScript onto your site by going into Theme Options> Theme Extensions> and turn on “Header and Footer Script output.”
Hit save, and you can now access Theme Options> Header and Footer Scripts.
Paste your code there, and you should be set.
Let me know if that works for you!
In forum: Virtue ThemeTopic: WordPress and Javascript
Hi guys,
I have not posted on here for ages hope that you are all well?
I need some advice as you know I have created a website for myself my website this is to help me to get a web developer job. How would I go about adding in some basic javascipt into my website and how can I do this?
So sorry for been such a pain
Hope to speak soon
Richard
In forum: Virtue ThemeIn reply to: pop email signup box and footer title color
In forum: Pinnacle ThemeIn reply to: White text on pinnacle image menu
In forum: Virtue ThemeIn reply to: Plugin to remove demo content (Kadence Importer)
Hi,
I have the same situation as the OP.
Does using the plugin changes anything else other than deleting all the demo files?
I have almost finished the designing the website.Fyi, i have manually deleted the Products & Posts. Now on the Main Slider & Icon menu, whenever I click on them, it brings me to the Demo content. How do i remove these?
My website is shopsays.comIn forum: Virtue ThemeIn reply to: Make normal menu on tablet instead of mobile
No, you’ll want to use the “max-width” property as I posted above. Otherwise you’ll be targeting only desktop, which is the opposite of what you want to be doing. And 992px is the breakpoint in CSS that determines whether to display tablet or desktop, so it’s advisable to use that as well.
You’ll also want to disable your mobile menu so you don’t have both appearing. This is better than hiding it with CSS.
@media (max-width: 992px) { #nav-main ul.sf-menu { display: inline-block !important; } .kad-header-left { width: 33%; display: inline-block; } .kad-header-right{ width: 66%; display: inline-block; } }This is the CSS I recommend using. Give that a try and let me know if it works for you.
In forum: Virtue ThemeIn reply to: Category Selection Option missing
Thanks Hannah,
So I’m using Disqus as the comment section but when I click the comment link below the post on the my category archive page (wwww.mysite.com/category/mycategory) the comment link takes me to the actual post and then Disqus opens up. I would like to be able to comment on the same page without going to the actual post. Please help.
In forum: Pinnacle ThemeIn reply to: Disable Sidebar in single post pages
Hello! You can disable the sidebar for each post by going into the post options area of the post edit screen and choosing not to display a sidebar.
Or if you prefer, this CSS will hide it on all posts throughout your site..single .sidebar { display: none; } .single .kt-sidebar { width: 100%; }You’ll want to place this code into Theme Options> Custom CSS.
Let me know if this is helpfulIn forum: Virtue ThemeIn reply to: logo on mobile too small
June 24, 2016 at 10:04 am #100511Ok, when I look at your site I see that you are adding this in your custom css… I suggest removing the size padding at least if not the whole thing.
.headerclass {
padding: 25px;
}I also see that you are using the theme options to add margin left and margin right to the logo.. Remove that because it’s forcing the image smaller the mobile since it has a margin of 80px on each size.
I think you will be much happier with the results.
Ben
In forum: Virtue ThemeIn reply to: Mobile, Alignment Issues, + Menu Questions
June 24, 2016 at 9:50 am #100505Hey,
Mobile:
So you don’t have pagebuilder turned on to be responsive.
Meaning the columns are staying as columns when in mobile view. For the site to look good in mobile I strongly suggest fixing that setting in your page builder settings.You mention wanting text smaller… this is not how responsive is really supposed to work. The point of responsive is that a user would never need to zoom into and out of a page to read text. So the text and content is meant to rearrange into rows so it’s scrolling is natural for a device and it’s text is always readable without squinting our zooming in.
Now making the text smaller is an option and I’ll give you some css for it but I really don’t suggest starting here but instead fixing the layout issues you have with pagebuilder:
@media (max-width: 767px){ body p { line-height: 20px; font-size: 14px; } }Alignment:
The only basic option for this would be to use the split content widget you can place it into a row and then it will give you the two columns and center align based on height you set.There isn’t a way to create a relationship like with across two columns normally unless you use a lot of css.
Menu:
You would need to turn on the topbar. Then add this css:.kad-topbar-left { width: 100%; } .topbarmenu ul li { float: none; display: inline-block; } .topbarmenu ul { text-align: center; } #topbar { position: fixed; width: 100%; left: 0; top: 0; z-index:1000; } .admin-bar #topbar { top: 32px; } .headerclass { padding-top: 36px; }Ben
In forum: Virtue ThemeIn reply to: Make normal menu on tablet instead of mobile
This is the default behavior for both the free and premium theme. There usually just isn’t enough room in the header on mobile for a whole menu. You can use CSS to keep it there though.
#nav-main ul.sf-menu { display: inline-block !important; }I got this from another thread and tested it on my site, and it seems to work fine. You’ll want to be sure not to assign a mobile menu in Appearance> Menus, and this CSS will be placed in Theme Options> Advanced Settings.
Let me know if that works for you.
In forum: Virtue ThemeIn reply to: Map on contact page not showing
Hey Phil,
Would it be possible for you to link to the page that you’re having issues with so I can check and see if there is anything obviously wrong?
One thing to try would be to deactivate plugins to see if there is one conflicting with the proper behavior of the map. Also be sure to clear your site’s cache after making the changes.
In forum: Virtue ThemeTopic: Add 2 Menus to Mobile
In forum: Virtue ThemeIn reply to: Recent posts Home Layout Error
This reply has been marked as private.June 24, 2016 at 6:42 am #100485In forum: Virtue ThemeJune 24, 2016 at 6:42 am #100484Hi,
I think there is an error or something happening in my website, because I go to Home layout–>Enabled Recent Posts–>number of posts 4, number of colums 2.
But when I look at my home page, 11 posts appear, being the first one repeated.
I don´t understand whats going on.
Could you help me please?
Thank youIn forum: Virtue ThemeIn reply to: WooCommerce Data Update
In forum: Virtue ThemeTopic: KT Flip Box
Hi Ben,
I have added flip box to my website (homepage-> on top of the revolution slider), and I experience 2 problems with it.
1) I added backside text and I saw it yesterday, but today I found out that backside description text disappeared, when I add any new flip box it still doesn’t have backside description text in it even when I add it
2) On tablets when u focus my flip-box – backside is invisible, only front side visible.In forum: Virtue ThemeIn reply to: logo on mobile too small
June 24, 2016 at 2:59 am #100469Hello,
The site is almost 100% back to normal but still could not figure out how to make the logo not shrink smaller than the menu in mobile mode. I don’t have sticky header on. Header is set to standard. I have Wide Site Layout Style and full logo layout selected. I dont know if Topbar Settings affect the logo at all: Use Topbar is on Enable topbar mobile menu layout is off. Use Topbar Icon Menu is on. Enable widget area in right of Topbar and Topbar Layout Switch are on.
In forum: Virtue ThemeJune 24, 2016 at 2:36 am #100466Hello Ben,
Things are operating almost normally again, after using the plugin you advised. It claims to have all new. references replaced. Also I figured out the french site issue, some minor details will have to be resolved with polylang support. I did look at some entries in PhPMyAdmin without making any changes there. I wanted a direct way to see if all the new. references were gone.
I wonder if you checked on your end do you still get any remaining messages :
(index):1 Font from origin ‘http://www.alarch-skylights.com’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://new.alarch-skylights.com’ is therefore not allowed access.The reason why I ask is that in my footer widget, a virtue call to action button will only work when in mobile mode/size. It wasn’t like this before. I tried to just remake the button, but it still keeps the same issue. Also the search widget that is in another column in the footer is inactive in the english version of the site but fine in mobile mode and fine in all modes in french. Deleting and then adding search widget made no difference. Another call to action button in another footer column was easy to correct. (I have 4 colunms in footer.) Also some google images of our media still links to new.alarch-…. but this I believe is their own cache hasen’t been updated, as all media on the website is ok.
I managed to also get the secondary menu to appear as it had previously, so waiting to get confirmation and I will mark this solved.
In forum: Virtue ThemeHi,
I’m updating my home page and having some issues. My site is http://www.thereshegoesagain.org
Mobile:
When I view my homepage on mobile it looks more jumbled. Some of the text bleeds off the page, and it looks too big compared to the photos. I’d also like the change the font sizes to be responsive on mobile and get smaller.
Alignment:
Is there a way I can vertically align text with an image? I’m using Page Builder and basically in one row I put two widgets side by side. I’d like the text to remain vertically centered to the image.
Menu:
I’d like to change my menu to be above my header (kind of like the Topbar, but when I was trying to use the topbar, it kept coming out really wonky, so it’s off right now). While I’d like the logo to stay static, I’d like the menu to be sticky.
Sorry if this doesn’t quite make sense! I’m not that good with CSS and coding!
Thank you,
Sam
-
AuthorSearch Results


