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: How can I make a blank page
Hi:
These are removed,
I just want a blank page
Own design contentIn forum: Virtue ThemeTopic: Primary Menu Full Width
I would like the primary menu to be full width across the page. Right now I have gaps on the left and right side of the primary menu. *Login to see link
I want it to look like this: *Login to see link
Thank you!
In forum: Virtue ThemeIn reply to: How can I make a blank page
In forum: Virtue ThemeTopic: How can I make a blank page
Hi:
How can I make a blank page
I want to do a Landing Pagepelase help, thank you:)
In forum: Virtue ThemeTopic: IE8 and squished images
Hi,
IE8 squishes the image on *Login to see link and other product pages are opened in IE8. Looks fine in newer IE browsers.
IMG tag used in the page:
<a href="*Login to see link src="*Login to see link alt="ROGGE DUO-Cleaner Screen Cleaning Kit" width="880" height="1024" /></a>
I read that WP has or had a bunch of issues with IE8, and this is probably not Virtue Theme related.
Do you know an easy way to fix this for IE8?
Thanks,
NikIn forum: Virtue ThemeTopic: Revolution slider again
Hi,
i see there are numerous questions on the Revolution slider isues and i guess it is not your doing
but here is a tough one:i added a second slide at the botom of the home page with pagebuilder and pasted the shortcode in a text widget – visal style default
Worx fine, just the images where white-ish, without contrast.
Tryed eveything on settings that i found in the Revolution plugin, no luck.
Then i set the same slider via the home page slider (instead of the top slider) and it displayed crisp and beautifull.
Tought it was a problem with Page builder, tryed also diferent visual styles… wrong again.Found out later that this peace of css was the culprit:
.textwidget {
opacity: 0.8;
}and commented it out… unfortunately my text transparecy on the parallax is also gone… not so bad if you can’t find a way arround it.
U can consider this solved and just for general interest
and thank you,
B.In forum: Virtue ThemeHi,
I just purchased Virtue Premium and I get the following message:
“This theme comes packaged with the following premium plugins: Cyclone Slider Pro, Kadence Slider, Page Builder by SiteOrigin and Revolution Slider.”Where do I downloads these plugins?
Thank you!
In forum: Virtue ThemeIn reply to: Google Plus Verficiation
Ben, this is what Google Plus gives me to add to my homepage. I have added many places, but none are detected by the Google website. You said with Yoast SEO. Yoast has many parts which include Dashboard, Titles and Meta, Social, XML Sitemaps, etc. Where do I need to enter the above code?
Thanks in advance,
SiamakIn forum: Virtue ThemeIn reply to: Google Analytics Not Working
In forum: Virtue ThemeTopic: Small tweaks
Hi Hannah & Ben,
i’m happy to switch from Lensa theme to Virtue premium on this site: http://www.o-zen.de
please help again with some fine tuning:1. What is the code behind the arrow-down on the first slider – that jumps one page down –
if one would want to aply this code in the text of the slider instead of that arrow ?2. If i still want that arrow, can it be placed higher, because it doesn’t move up as i resize
the hight of the window and “goes under” the bottom margin of the browser3. resizing width puts some header menu items on top of the image under the header (in firfox) and
on a white background under the header (in chrome and explorer)
It would be great to press the items together and towards the logo as the browser window shrinks
I’ll be happy with just minimal space between the items and specialy to the logogetting the icons on the header on top of the menu items would also help here
4. removing the white space on top of the footer would be also great
5. the “to-the-top” arrow on the right corner, can it stop movement to the header instead of the opening slider ?
Thank you,
B.In forum: Virtue ThemeIn reply to: How to remove the following text
In forum: Virtue ThemeHello,
A bit of background information: I’m using WordPress version 4.0 with a Virtue Premium 2.7.1 child theme, the Black Studio tinyMCE Widget, and a number of other plugins such as bbPress and UsersUltra (I assume that the other plugins are unrelated).
In any case, I’m having the following problem. When I try to save certain kinds of code — shortcodes, types of HTML, etc. — in either the Text widget or the Virtual Editor widget (aka Black Studio tinyMCE) with Page Builder, the text disappears immediately. For example, if I add an html code that adds color to text (i.e., <h1 style=”color:white”>), the code does NOT save, and if I click on the edit widget button again, the widget code is blank (none of the code was saved).
This has been pretty frustrating to deal with, and I haven’t been able to find anything too related on the forums. This person seems to have the same issue, I guess, but that’s about it: *Login to see link
In any case, any suggestions would be much appreciated!
Best
In forum: Virtue ThemeIn reply to: Problems with the representation
Hello Ben
thanks for your answer. The first Problem i was able to solve.
The second Problem is that a few letters of the site Name overlay letters of the Slogan. You can see that on the page. Here is the link
http://www.oboden.degreetings
SebastianIn forum: Pinnacle ThemeIn reply to: Align Blog Category/Archive to Left instead of Right
November 17, 2014 at 1:21 am #22694Hey,
It’s doesn’t align by side right or left. It aligns by height… or depth down the page. It’s a masonry style so its looking to fit each piece together. Since your third post isn’t as tall as your first and second post on the page the fourth goes below the third because that places it at the highest point in the page.You can make it so the posts are all the same size then it would align left. But that would mean you would have to set a min height on the posts and it wouldn’t give you the masonry layout.
Ben
In forum: Virtue ThemeIn reply to: How to remove the following text
November 17, 2014 at 1:17 am #22693Because you are specifically wanting to target product categories you can use this css:
body.tax-product_cat .page-header { display: none; }Ben
In forum: Virtue ThemeIn reply to: Social Sharing on Facebook
November 17, 2014 at 12:50 am #22691Hey,
Sharing plugins grab at your meta content. Content you have to add. and we recommend yoast SEO. This plugin allows you to set the meta description and image for each page and post. That is how to make your sharing pretty. Weather you use jetpack or another sharing plugin doesn’t matter if you have the meta content set up correctly.While testing this it’s important to understand that facebook and other social sites have caching, meaning you will likely need to wait a day or so before your changes take effect.
Ben
In forum: Virtue ThemeIn reply to: How to remove the following text
Hi, you can add this css to your custom css box in theme options > advacned settings.
.page-header { display: none; }If you only want those things removed on that specific page you can add a the page-id-#. This will shows you how to find the page-id- https://www.youtube.com/watch?v=fLg2T1AvmFE
So your final css would look something like-.page-id-71 .page-header { display: none; }Hope this helps!
HannnahIn forum: Virtue ThemeIn reply to: Product images not below but next to default image
November 17, 2014 at 12:17 am #22680Hey,
Appreciate that you like the virtue galleries. They were design to fit columns for full width pages Plus the images have to be large enough that when it breaks down for mobile it can fill tablets and phones as the columns decrease. They use dynamic image cropping and sizing. doesn’t pull from the size short-code because like I said it was designed differently.
You do bring up an interesting point though. I don’t want to change the sizing function but I supposed I could add a height and width override setting for the gallery images. That way you could choose the exact size you want if using a lot of columns in a 1/4 of the page.Ben
In forum: Virtue ThemeHello,
I found in the support forum and was able to use this snippet of CSS
.home .kad-header-left, .home .kad-header-right {
display:none;
}to remove the logo and primary menu from my homepage. I would also like to remove the secondary menu from the homepage only. Do you have any suggestions on how I might accomplish this?
Thank you,
RachelIn forum: Virtue ThemeTopic: Google Analytics Not Working
I added my Google analytics tracking ID in the Advanced Settings tab of the Virtue Premium theme. However, when I log into Google Webmaster tools, I get an error when trying to verify my site that reads: “The Google Analytics tracking code on your site is in the wrong location. You can verify site ownership with the asynchronous snippet placed in the <head> section of your home page.” I already double check that I entered the correct ID and have cleared my cache but with no success.
Any suggestions on how to quickly fix this?
-
AuthorSearch Results


