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: Mobile Menu Styling
Hello,
1. I would like to set my Mobile Menu “under my logo” to match the Mobile Menu at *Login to see link My font color is #ff00ca and background for the menu needs to be white.
2. I would like the Icon Menu on the Mobile devices to line up horizontally instead of vertically and make them smaller to sit next to each other.
ex: Home Icon – Lemonade Icon – Shop Icon – Etc3. How do I implement a transparent “top & bottom” icon to allow users to navigate to the top or bottom of the page in the click of that one button? I would like that transparent button on the right side and to only show when scrolling.
In forum: Pinnacle ThemeIn reply to: Image background
In forum: Virtue ThemeIn reply to: Layout builder not working in home widget area
Hi Hanna!
Yes it is working there. I used it to create some other pages for the site. Anyways, after you answered i tried it again and surprise, it is working now in the homepage…
Yesterday when i used an other solution for my purpose (because the layout builder wasnt working in the home widget area) i edited the “home page” and i add some content (the one i wanted add using the builder…) and now, when i tried the layout builder it worked fine in the home widget area… is it possible that it doesnt works if the home page is “empty”? maybe a bug? because i would say it is the only thing i changed from this 2 past days…
regards
In forum: Pinnacle ThemeI have the following home page layout:
1. Revoultion Slider#1
2. Reolution Slider#2
3. Home Icon MenuThe Problem:
There is a padding issue happening between slider #1 and slider #2
Can’t for the life of me to find it in the pinnacle.css fileDesired Outcome & Diagnosis:
I want it to be seamless, no padding between the two slidersHere is a screenshot of the issue:
*Login to see linkThere seems to be home-padding line with 50px which when removed eliminates the purple portion (can’t find in CSS)
There also seems to be some of other sort of padding below which I cannot figure out what the deal isIn forum: Pinnacle ThemeIn reply to: Blog page duplicating post
In forum: Virtue ThemeIn reply to: Nothing shown
In forum: Virtue ThemeTopic: Taxonomy
In forum: Virtue ThemeIn reply to: Staff Member-where to add?
Hi Ben,
I’ve just tried changing ‘staff’ to ‘members’ by creating a child theme, activating it and creating functions.php as:
———–
<?php
add_action(‘init’, ‘kt_filter_staff_slug’, 1);
function kt_filter_staff_slug() {
add_filter(‘kadence_staff_post_slug’, ‘kt_custom_staff_permalink’);
function kt_custom_staff_permalink() {
return ‘members’;
}
}
?>
———-
It sort of works, but not really. I get permalinks like /members/danny but viewing this page gives a 404. The 404 happens for existing and new members.
Visiting /?post_type=staff&p=48 redirects to /members/danny (used to be /staff/danny) but the content is 404 content.Do you have any hints as to what else should be changed?
Thanks,
Danny
In forum: Pinnacle ThemeTopic: Blog page duplicating post
Greetings,
I’m new to Pinnacle Premium and have most of my site is built. Just created the first blog post but it’s displaying twice on my blog page (using the shortcode to display posts by date): *Login to see link
I’ve already deleted the default/demo post (Hello World) and only the one new post is listed when I click on Posts>All Posts in the Admin screen. I’m not sure what I’ve done, so any guidance is appreciated.
Cheers!
In forum: Virtue ThemeIn reply to: This site can’t be reached
Thanks Ben for your time and effort i really appreciate it, i was running my site on php 5.5 and they downgraded here is what they said:
Hello,
I was able to duplciate the error message that you have reported when I access your website at https://www.keysteez.pk . It appears to be your application requires PDO with the mysqli. I could see that PHP version is set to 5.5 is set for your account. The PDO with PHP version 5.5 will not work. We are aware of the issue and already placed the bug report for this.Currently, I have updated the PHP version to 5.3 for your account. Now, your website at https://www.keysteez.pk is working without any issues. Please clear the browser cache and check whether you are able to access the website fine.
If you have any further questions, please update the Support Console.
Sincerely,
Ajay K
Senior Technical Specialistand about that plugin error they have i guess refreshed database or something which reset few plugins i’ll fix them too, now coming back to error i have disabled few plugins (All In One WP Security,W3 Total Cache and Cloudflare) after which error has come to very minimum but the load time has increased a lot too. This is the best plan for wordpress ipage has got.
So what do you suggest changing the host will resolve the issue ?
In forum: Pinnacle ThemeIn reply to: Image background
In forum: Pinnacle ThemeTopic: Image background
Hello,
Sorry for my question but I have all tried in Advanded Styling or with Page builder, without success…
I would like to display on my website (here: *Login to see link an image background but this image should be :
– entire displayed (currently, all the width is displayed, but not the height)
– responsive (it is working concerning to its width)
– behind the header menu AND the content page…Thank for your help, because I do not understand how to do that. I am really sorry.
Antoine
In forum: Virtue ThemeIn reply to: Blog posts breadcrumbs, not working correctly
May 11, 2016 at 2:02 pm #94550Isn’t that the main function of the breadcrumbs, to show the you the path you came from?
Not necessarily. It’s the main function of the back button in your browser. Here is an example: http://www.amazon.com/Nikon-Coolpix-Digital-Optical-3-0-Inch/dp/B00THKEKEQ
Notice how the breadcrumbs are set electronics > camera & photo > Digital cameras > point & shoot digital cameras.
You go there without any navigating because I gave you a link. The point of breadcrumbs is to give you a menu source where you can easily navigate hierarchically within the given page.
Please know that you are totally welcome to create your own system for breadcrumbs but getting the referrer url is not cache friendly and not good in situations where the user got there through a method other then the category page.
Ben
In forum: Virtue ThemeIn reply to: Blog posts breadcrumbs, not working correctly
Isn’t that the main function of the breadcrumbs, to show the you the path you came from? I agree that it’s not good to make it with cookies, but I think that this should not be working the way it is now. Also, I have made this functionality on my site, it’s not the best way it could be made, but for me it’s working. I’m displaying a button in my posts, with data set, according to the category page from where the user is coming. I make this possible as I grab the referrer url and parse. I think this functionality will be working here too.
In forum: Virtue ThemeIn reply to: Custom CSS
May 11, 2016 at 12:36 pm #94528/*hide price on catalog page and carosels*/ .product_item .price { display: none; } /*hide price on product pages but this kills it completely on simple products with no variations*/ .price { display: none; } /*brings back price on the simple product, but now prices on grouped product are gone*/ .single-product .product-type-simple .price { display:block; }Yes it’s not something you can do with simple products would have to be at the top.
Ben
In forum: Virtue ThemeIn reply to: This site can’t be reached
In forum: Virtue ThemeHello there,
I have a problem. I have posts in my blog which have 2 or more categories. The problem is when you navigate to category page and then select a post, the breadcrumb is the same all the time, for all categories.Example:
Post A is in Category AA, Category BB, Category CCWhen you go to:
Category AA, then click on Post A, breadcrumb is “Blog > Category AA > Post A”
Category BB, then click on Post A, breadcrumb is “Blog > Category AA > Post A”
Category CC, then click on Post A, breadcrumb is “Blog > Category AA > Post A”Can you please fix this?
Best wishes,
GeorgiIn forum: Virtue ThemeIn reply to: A block thumbnails grouped in footer
Hi Ben,
Thanks. The intention is to apply the 6 pictures in the third column of the footer, and that the pictures should all have the same size. So a possibility to set the size of the pictures. See what is going wrong. That could be due to different sizes of the original size? but that should be possible?http://postimg.org/image/785m3f71d/
The images should be static , just a link to a particular page , no enlargement of the image (no lightbox)
Regards,
JosIn forum: Virtue ThemeIn reply to: Reset All/Reset Some Issue
Hi Ben,
Nothing came up in the error logs for the site I mentioned, although another site (not using the theme) did have an error at the same time that I noticed the theme extensions reset. It seems to happen approximately every 24 hours. The error in the log is:
[Mon May 09 13:25:30.339693 2016] [core:error] [pid 8455] [client 10.96.0.186:56651] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://uma.webtech-dev.its.maine.edu/wp-admin/network/plugins.phpI did ask my sysadmin to set the max_input_vars to 10,000 to see if it resolves the issue. I’ll report back and let you know if we have further issues.
In regards to hiding the theme extensions, I am simply hiding the menu option. If someone knows the URL to the that page, they could still get to the theme extensions. However, this is happening on each of our installs – even ones where I am the only user and I know that I am not resetting them.
Thank you for your help so far!!
In forum: Virtue ThemeIn reply to: Custom CSS
I have since changed the products pages – I no longer have Grouped products. They are all either simple or variable.
So I want to remove prices from carosels and catalog page
http://52.21.218.14/shop/Remove price from top of product page.
simple: http://52.21.218.14/product/the-beatles-records-on-vee-jay-digital-ed/
variable: http://52.21.218.14/product/the-beatles-story-on-capitol-records-part-1-beatlemania-and-the-singles/Only want price down by the buy button for all instances. Although it’s OK for the simple example to have the price at top and not by button if it’s not possible.
-
AuthorSearch Results


