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: hover color
I am working on the following page, ( *Login to see link ). I am wanting to change the color of the blue text that is showing for the product item.
What is the correct css for doing this. I only want it to be active on the cart pages.In forum: Virtue ThemeTopic: Hover color
I am working on the following page ( *Login to see link ). I used the following css to make the changes to what I like.
.shopcolumn1 .product_item .kad_add_to_cart {
display: inline-block;
margin-top: 3px;
padding: 8px 18px;
font-size: 13px;
background-color: #a31212;
color: #fff;
border-radius: 5px;
border: 1px solid #000;
}Then I tried this to make the hover colors change. But it did not work. Can you help me fix this?
.shopcolumn1 .product_item .kad_add_to_cart a:hover {
display: inline-block;
margin-top: 3px;
padding: 8px 18px;
font-size: 13px;
background-color: darkslategrey;
color: darkorange;
border-radius: 5px;
border: 1px solid #000;
}In forum: Virtue ThemeIn reply to: Embedded Video Not showing
In forum: Virtue ThemeIn reply to: Posts Not Showing on Homepage
October 14, 2014 at 9:55 am #19798Hi,
You have this error from your server not allowing files to load for woocommerce plugin: http://docs.woothemes.com/document/jquery-cookie-fails-to-load/you can download the plugin on that page and install. Then your page will work, I recommend also talking to your host because this means they are not up to date with the mod_security.
Ben
In forum: Virtue ThemeTopic: Embedded Video Not showing
Hi All
I have used Page Builder to create most of the site. Still improving it. I am not a pro – this is my own site.
http://www.meteormotorsport.com
Half way down the home page there is a gap on the right hand side. This was the location of a Page Builder Widget for embedded video.
Link is correct. I have deleted and re created a number of times. No joy. It used to work and to my knowledge I have not changed anything.
???????????????
Inspecting the element from the browser shows it empty?
In forum: Virtue ThemeOctober 14, 2014 at 7:18 am #19791I have this problem since last week. There are no posts showing on my homepage.
1. I have cleared cache, but it did not work. And then I have delete the cache plugin, but still did not works.
2. I have unistalled this theme and re-install it back, but the problem stills there.
Could you please help me with this problem?
In forum: Virtue ThemeI just noticed that my gallery suddenly doesn’t work as it used to. I can’t make it work like the Standard gallery on your demo-page anymore.
I have not made any modifications in the settings for Theme-Options.WP 4.0, Virtue Premium 2.6.7 with a child theme (no modifications in child theme made in the last 5 months)
Any idea what happened?
In forum: Pinnacle ThemeIn reply to: Blog page not updating
October 14, 2014 at 12:15 am #19782After a little digging, no need to update. in your settings > reading. Make sure you have not selected a page to be your “latest posts” page. So in the select box just leave that blank. And click save.
Ben
In forum: Virtue ThemeIn reply to: Header Widget and Page Builder
October 13, 2014 at 11:42 pm #19781“Is there a way to use Page Builder/Visual Editor within the Header Widget area?”
No, because it’s not a page and only a widget area pagebuilder doesn’t load there. If you want columns you have to use the virtue shortcode button and add columns.
Ben
In forum: Pinnacle ThemeIn reply to: Can't turn off Enable Transparent header
Hey, your transparent header is currently turned off. Are you wanting the header to be positioned under the slider? In theme options > home slider choose to place the slider behind the header. As for the rest of your pages if you’re wanting the header under the top images (transparent header) then go to theme options > site header and choose to enable the transparent header until scrolled.
I hope this is what you mean.In forum: Virtue ThemeHello,
I’m using Virtue Premium with the Main Settings, Logo Layout Option 4 (Widget Area) activated. My goal is to be able to insert text or images into specific positions within the widget area by using the Visual Editor (formerly TinyMCE) in conjunction with Page Builder. When using the Visual Editor in the Header Widget area, the Page Builder tab doesn’t seem to be available. On the other hand, when editing regular pages or posts using the Visual Editor, the Page Builder tab is active and available. Is there a way to use Page Builder/Visual Editor within the Header Widget area? Visual Editor on its own seems to have issues with alignment of images within the the Header Widget area and I was hoping the Visual Editor/Page Builder would solve this. The web site is *Login to see link
Being new to WordPress, I’m assuming I missed something and hope the fix is easy.
Thanks In Advance,
MarkIn forum: Virtue ThemeIn reply to: Revolution Slider Width
Just an update that using the “Limit Max Page Width to 940px” produced an undesired side effect, which was to shrink the logo image from 960px wide to 940px wide, making some text in the image fuzzy. I would rather stick with 960px instead of 940px.
I discovered a workaround to force the slider to fit to the edges of a 960px-wide page. I disabled the “Limit Max Page Width to 940px” (turned OFF). Then I customized my CSS to contain:
@media (min-width: 960px) {
.container {
width: 960px;
}This actually looks more like what I intended. The page width is limited to a maximum of 960 px and the slider does not “force” the page to expand.
In forum: Virtue ThemeIn reply to: The dropdown menu is overlain by portfolio-grid-text
In forum: Virtue ThemeIn reply to: Revolution Slider Width
In forum: Virtue ThemeHey guys,
I’m currently using the CSS .portfolio_item .portfoliolink {opacity: 1;} for my protfolio pages, which worked perfectly. Since my menus have grown, I realized that some menu items are overlain by the background of the portfolio title on the grid page. How can i change this behavior?In forum: Virtue ThemeIn reply to: display the icon menu on all pages of the site
I added this short code called [raw] and it still adds in the <p>…
http://www.wpbeginner.com/wp-tutorials/how-to-disable-automatic-formatting-in-wordpress-posts/
After choosing Done and opening it up again I get this….
<p>[raw][iconbox icon=”icon-home” iconsize=”48px” link=”/” color=”#ffffff” background=”#490c0a” hcolor=”#ffffff”]</p>
<h4>Home Page</h4>
<p>[/iconbox][/raw]I delete the <p>’s and they keep coming back.
In forum: Virtue ThemeIn reply to: display the icon menu on all pages of the site
In forum: Virtue ThemeIn reply to: display the icon menu on all pages of the site
THe 2.6.7 update did not fix it. The Visual Editor widget shows the source to be:
<p>[iconbox icon=”icon-home” iconsize=”48px” link=”/” color=”#ffffff” background=”#490c0a” hcolor=”#ffffff”]</p>
<h4>Home Page</h4>
<p>[/iconbox]In the bottom of the Visual editor window, in Text Mode I have unchecked the box “Automatically add Paragraphs”.
In the Text mode I edit it so everything is on one line, then when I pick done, it reverts back to the code above.
Seems like a WordPress issue to me.
Marty
In forum: Virtue ThemeIn reply to: display the icon menu on all pages of the site
In forum: Virtue ThemeIn reply to: Revolution Slider Width
October 13, 2014 at 2:18 pm #19756In the theme options > misc settings. Do you have “Limit Max Page to 940px” turned on?
Ben -
AuthorSearch Results


