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: Hover pages and posts
Hello Hannah!
Thanks, but I mean something different.
This is for sidebar:
.sidebar a {
color: #cc3333;
}.sidebar a:hover {
color: #000066;
text-decoration: underline;
}How to change, that will be for posts and pages?
.sidebar a {
color: #cc3333;
}.sidebar a:hover {
color: #000066;
text-decoration: underline;
}What to replace with .sidebar? .posts? .pages?
Thanks.
Best regards.
In forum: Virtue ThemeIn reply to: Hover pages and posts
Hey, do you mean you want this to only affect sidebars on certain pages/posts? You can just add the page-id to the code. For instance if you wanted this to only affect your blog page you would add something like-
.page-id-71 .sidebar a { color: #cc3333; }Hope that’s what you meant.
HannahIn forum: Virtue ThemeTopic: Increase Sidebar Width
Hello,
I need to increase my sidebar width to about 340 px
I’d also like the width of my main content to be 640 px
I need both of these changes on every page of the site.
My site is http://www.spartanhomeservices.com
Thanks, Derek
In forum: Pinnacle ThemeIn reply to: Prevent Google Maps from Scrolling
Still didn’t work. i replaced the original with the new one you provided and the slider loaded fine but the contact page map was still draggable.
what i ended up doing was placing the original script into a text widget on the contact page itself and it works fine. =)
In forum: Virtue ThemeTopic: Hover pages and posts
In forum: Pinnacle ThemeTopic: Image Menu Item widget
Hi Ben,
I use a set of ‘Image Menu Item’ widgets on a page – not the home page. Just saw that a PHP notice is thrown in this case, complaining a missing declaration/definition of $counter ( i.e. line 743 in premium_widgets.php ). Just fyi …
B.t.w.: I’m currently building a subpage navigation based on Pinnacle’s ‘Image Menu Items’ widget in a more CMS-like setup. A general ‘Image Menu’ widget would be great. With similar options as under Theme Options > Home Layout > Home Image Menu. Just not limited to the home page in its application. Is this anything you plan for Pinnacle?
Dirk
In forum: Virtue ThemeIn reply to: Search Results
September 20, 2014 at 12:08 am #18027If you just want to remove for the search page you can use this css:
body.search-results .subhead { display:none; }Ben
In forum: Virtue ThemeIn reply to: Portfolio page not showing up
September 20, 2014 at 12:06 am #18026I’m not sure what you mean? If you have categories for your portfolio posts then those category pages are already created by wordpress.
Ben
In forum: Virtue ThemeIn reply to: Portfolio page not showing up
In forum: Pinnacle ThemeIn reply to: Prevent Google Maps from Scrolling
September 19, 2014 at 11:28 pm #18012You can try this, for the contact page:
<script type="text/javascript"> jQuery(window).load(function () { (jQuery('#map_address').length) { jQuery('#map_address').gmap3({map: {options:{draggable: false}}});}}); </script>Or this for the shortcodes:
<script type="text/javascript"> jQuery(window).load(function () { (jQuery('.kad_google_map').length) { jQuery('.kad_google_map').gmap3({map: {options:{draggable: false}}});}}); </script>Ben
In forum: Virtue ThemeSo, I finally made some portfolio pages. I went to see how the portfolio category page looks …and it is redirecting to my homepage? Any ideas on why this would be happening?
Here is a portfolio item:
*Login to see linkIn forum: Virtue ThemeTopic: Search Results
Hi,
When searching results show, there is an area above the page that has icons with author, date and comments when I hove over them.
How do I remove the three icons.
*Login to see linkI have found a code in the css to remove the author but not the comments and date.
ThanksIn forum: Virtue ThemeIn reply to: Footer Help
I just want the footer widgets to be a different color then the footer itself.
For example if you go to the site (linked in OP) the footer I want to stay red while the footer widgets (which are currently red just like the footer) I would like to be that darker blue that I have on the page.
In forum: Virtue ThemeI have 3 images of computers on a carroussel in my home page: *Login to see link
I would like to hide a small pix frame around them and I don’t know if I need to change the background color to match the color of the picture background or if I need some CSS to adjust pixels to zero. Please instruct.In forum: Virtue ThemeIn reply to: Featured Image Recommended Size
Front page: http://leadership.expert/
Blog Page: http://leadership.expert/leadership-blog/
Thanks for taking a look Ben.
In forum: Virtue ThemeIn reply to: Font Size – Portfolio Type Filter on Portfolio Page
In forum: Virtue ThemeIn reply to: Revolution Slider on iPad
September 19, 2014 at 8:06 am #179691. Yea the mobile menu is only set to switch on a mobile device and show the desktop version on a ipad. I recommend you work the design of your desktop version to be a little more responsive friendly. But if you want to make the mobile show for both mobile and tablets you can change one small peice of code.
In virtue_premium/front-page.phpOn line 2 you will see:
$detect = new Mobile_Detect_Virtue; if($detect->isMobile() && !$detect->isTablet() && $virtue_premium['mobile_switch'] == '1') {replace with:
$detect = new Mobile_Detect_Virtue; if($detect->isMobile() && $detect->isTablet() && $virtue_premium['mobile_switch'] == '1') {2. Your header is just shorter then most, you can drop the menu below with this css, just add to your custom css box in the theme optons:
.nav-trigger-case { width: 100%; position: static; display: block; }3. Mobile devices automatically highlight numbers, you can remove the highlight by adding this css:
a[href^=tel]{ color:inherit; text-decoration:none; }Ben
In forum: Virtue ThemeIn reply to: Featured Image Recommended Size
September 19, 2014 at 7:55 am #17967It depends on your blog post setup, are you using portrait or landscape settings? It also depends on your page, are you using a sidebar or not?
Posting a link with support questions helps!
Ben
In forum: Virtue ThemeIn reply to: How to create a topbar icon menu on the right?
September 19, 2014 at 7:50 am #17964As that site is not using the virtue theme there is no default option to do this and have it look the same.
What you can do is in your theme options > topbar settings enabled the widget area and enabled the flip of your topbar.Then add a social icons to the topbar widget area using the virtue: social widget and assign a menu to be your topbar menu in the appearance menus page.
Ben
In forum: Virtue ThemeIn reply to: Fatal Error after uploading w3 total cache plugin
September 19, 2014 at 7:46 am #17962I’m not sure where your located, but if you have a server in us then testing from Amsterdam will be much slower then say New York. Also your site is set to use www. So testing without just means your server is redirecting your site to the site with www.
Here is a result testing from new york: http://tools.pingdom.com/fpt/#!/eEBSEo/http://www.hatchedinfrance.com
and Dallas: http://tools.pingdom.com/fpt/#!/bQjore/http://www.hatchedinfrance.com
Now those results are far from good. You have a couple issues one being that your server response time is really bad. I will again suggest that you should turn off your database and object caching and talk to your server about the best options for the hosting.
You are also losing a lot of time to the mailchimp script your loading, way more time then you should for a small script so I would consider looking for a different plugin.
And that goes for all your plugins, if your not using the plugin, I strongly suggest you deactivate. For example, cyclone, Kadence and revolution slider, if your not using it deactivate.
You want to go through an work to optimize your results. Here is the demo page with the w3 total cache settings set up and a little more optimization:
http://tools.pingdom.com/fpt/#!/VBYRU/http://themes.kadencethemes.com/virtue-premium-3/Ben
-
AuthorSearch Results


