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 'post'
-
AuthorSearch Results
-
In forum: Pinnacle Theme
In reply to: Shortcodes Team/Staff
February 9, 2016 at 6:28 pm #80504Hey,
Have you set a excerpt for your post? If your using pagebuilder you have to output with a custom excerpt.Ben
In forum: Virtue ThemeIn reply to: Portfolio Grid Cropping
February 9, 2016 at 3:34 pm #80475Hey,
There isn’t a way to distinguish this you would have to upload and set the featured images in the ratio you would want on the portfolio page. Then if you wanted to show a different version on the single portfolio post you would need to upload a second copy of that image with the other ratio and place that on the portfolio page.Ben
In forum: Virtue ThemeIn reply to: blog page breadcrumbs
In forum: Virtue ThemeIn reply to: Home Blog Settings 3 columns
Hey J,
You cannot have your homepage both a latest post page and a static page. If you wanted you could use the home widget area (theme options > home layout) and add a layout builder widget (appearance > widgets) to add rows/columns. Or you could make your page a static page and add your posts either through the latest post in the homepage layout manager, or through a shortcode.
In the future please start a new topic:)Hannah
In forum: Virtue ThemeIn reply to: WP Retina 2x plugin
February 9, 2016 at 3:23 pm #80471Hey Dennis,
Actually Kevin isn’t correct here. We suggest using wp-retina (see FAQ in the tutorials) if your wanting to have high resolution images for high resolution screens like retina laptops then wp-retina can help.
It will work with things like products, portfolio posts, featured images in blogs etc.
In terms of sliders it more depends on what your using. For things like the flex slider or carousel slider it will work. For things like the Kadence or revolution sliders those are set up differently and often used as a fullwidth slider so the images would already need to be large.
Finally, all css and graphics (icons) are retina ready.
Hope that helps,
Ben
In forum: Virtue ThemeIn reply to: Image Carousel Gallery
In forum: Virtue ThemeIn reply to: Sidepanel on the left
In forum: Virtue ThemeIt’s dependent on the size of the browser window. The theme behaves responsively based on the width of the screen. That’s why when you change the width of your browser on any device, you can see how the site would be displayed on other devices of that width. Anything under 992 pixels is considered mobile, and any window under that size will display mobile.
With the variety of site’s running the theme, it’s hard to determine what the best default settings should be. With literally thousands of sites running the theme, there aren’t really any features that you can know for sure will apply to every site out there.
And we’re here everyday to answer any questions you might have, so never be afraid to post on these forums.
Thanks!,
KevinIn forum: Virtue ThemeTopic: Submenus inside submenus
I am trying to include all the product categories an sub categories on my website as dropdown menus. Problem is that I have a few main categories, they open in a dropdown menu, they show the subcategories,and those subcategories have sub-subcategories. So let’s say I have a main category called Beach, that open as a dropdwon, I have several sub-categories(eg. beach hats, beach accessories, etc) and one of those sub-categories has sub-categories of its own(eg. Cildren beach has Children accessories and so on). You can see it in here: *Login to see link . Problem is that it adds an extra space where is not needed. I went to the theme options and I have no idea how to remove that. I’ve also changed the css a bit but it also changed my other menus removing the space between them.
I would like to remove that white space and show the sub-subcontent a bit indented to the right.
Thanks in advance for your help.In forum: Virtue ThemeIn reply to: menu top bar issue
February 9, 2016 at 9:53 am #80403Can you post a screen shot then of what your trying to do? Ignore the classes just post a screen shot that outlines what your wanting to change.
http://tinygrab.com/Ben
In forum: Virtue ThemeIn reply to: Memory errors
February 9, 2016 at 9:31 am #80393Hey,
Your largest number there is 50331648 bytes.. that only 50mbThen you have errors:
[05-Feb-2016 09:44:44 UTC] PHP Fatal error: Out of memory (allocated 17825792) (tried to allocate 3072 bytes) in /home/intenzec/public_html/wp-content/plugins/postman-smtp/Postman/PostmanWpMailBinder.php on line 17Out of memory (allocated 17825792). Thats only 17mb..
I suggest contacting your host somewhere on your server the php is not being set to 368mb. Could be that your host is overriding it or could be that you have something in an htaccess file or some hidden php.ini file.
Ben
In forum: Pinnacle ThemeIn reply to: portfolio design problem
Hello! The post’s settings are as follows.
Under “Portfolio Post Options, you should be using the “beside 33%” option.
For “Project Options” use “Image List Style 2.”
Columns: Four ColumnThen ad all of your photos to the gallery, and it should lay them out that way.
Hope that helps!
In forum: Virtue ThemeIn reply to: Slow wordpress and wp admin panel
February 9, 2016 at 7:43 am #80378I made many improvements related to my Site. Now it is working as fast as skyrocket. I want to share them with you.
Firstly I removed all unnecessary plugins. Virtue premium theme is quite extensive. You do not need to plugin more. Just explore and learn the theme’s features well.
1. I reached out to wp-config.php via FTP (Filezilla) and then add the following code;
define ( ‘WP_ALLOW_REPA is’, TRUE);
After I added the code, I went to address http://example.com/wp-admin/maint/repair.php, and I repaired my database. After this operation, the code was removed again (for security).
2. I reached out to wp-config.php via FTP and then add the following code;
define(‘WP_POST_REVISIONS’, FALSE);
This code deletes previews.
3. I removed the traces of deleted plugins via clean options plugin. This plugin allows to reach wp_options table. I removed the tables of deleted plugins, one bye one. I know, this process is quite dangerous. I Googled the table names. I have not deleted the table that I don’t know.
4. I cleaned all post revisions via Optimize Database after Deleting Revisions plugin.
5. I installed, activate and enabled (!!!) the WP Fastest Cache plugin.
6. I have 3 websites hosted on the same hosting and (probably same wordpress). I applied the same process on every three web sites. One of the themes I use virtue premium, and other two are free virtue theme plus pinnacle toolkit.
7. I do not use a special plugin to compress images. Because as far as I understand, theme or WordPress itself compressing images (If you do not adjust images as full-sized). I use the Adobe Photoshop and similar programs to prepare images. The maximum size of my images are between 100-200 kb. I think this is reasonable in terms of quality and size.
8. YouTube video URL’s in the pages were seen as only text or link. This issue is now resolved spontaneously following these operations.
9. As I understand, there are limits on the number of menu titles. I think that’s due to the theme. I’ve simplified the problemmatic menu and reduce the number of title. Now, I am able to add new titles to the menu.
10. Host waiting time (reaction time) also absolutely improved. I tested the speed of pages from google page speed and pingdom.com. The pages are now loading in about 1-2 seconds. Slowdowns also improved in the wordpress admin panel.
Thank you for your interest and your help.
Sincerely yours.
In forum: Virtue ThemeIn reply to: Sticky Headermenu and widget background
Hannah – very helpfull, thanks again 🙂
Do you have an idea how I can solve the followig challenge?I used siteorigin to set up my landingpage (https://www.schusters-shrub.de/) and I set up a text widget: [blog_posts items=”2″ cat=”wissenswertes” orderby=”date”]
My problem now: I cant change the post-headline (entry-title) to <h2> (its h5 now). Do you have a clou in which php file I can find the entry-title settings?
I changed nearly everything to h2.Cheers!
BenediktIn forum: Virtue ThemeIn reply to: Memory errors
In forum: Virtue ThemeIn reply to: Image size for portfolio items
February 8, 2016 at 5:41 pm #80297Ok so in your post you can set the height and width. Those have defaults if you don’t set them.
Else you can use the image list option. And add one photo to the image slide area those are set to not size based on the width and height setting.
Ben
In forum: Pinnacle ThemeIn reply to: Image hover/rollover effects
February 8, 2016 at 5:23 pm #80289Is this something you want for standard images you add through a post or for a gallery?
Ben
In forum: Pinnacle ThemeIn reply to: Missing images in Blog Category
February 8, 2016 at 4:51 pm #80280Hey,
In general for all posts you should be setting a featured image. Regardless if you select to show it in your content the featured image is what is used for SEO plugins to set up the correct sharing date for your posts.
In each post there are settings for the post format, if you want the featured image to show in your post choose the image format. Then in your image post options you can set the post header. There you can set to have your featured image show by selecting image. This would show your image in the single post layout.
Ben
In forum: Virtue ThemeIn reply to: Displaying custom fields for products on home page
February 8, 2016 at 4:26 pm #80271Ok it’s just different how you set this up. If your only wanting this to effect the featured product and not other products on the home page it’s a lot more of the function to process. In terms of speed and it still wouldn’t work correctly if you had a featured product that was listed somewhere else like in an “on sale” carousel. Meaning there isn’t a way to be selective about just the carousel because you are adding this to a loop.
Here is what I would suggest, add this function which will effect your entire home page. Then if you decide to add more products and you don’t want this showing then you can post a link and I can help you hide the others with css which would be better the through php statement.
add_action( 'get_header', 'kt_tigger_on_front_page', 15 ); function kt_tigger_on_front_page() { if(is_front_page()) { add_action( 'woocommerce_shop_loop_item_title', 'kt_add_custom_field_archive', 15 ); } } function kt_add_custom_field_archive() { global $post; echo '<div class="release-info, ri-artist">'.get_post_meta( $post->ID, 'wpcf-artist', true ).'</div>'; echo '<div class="release-info, ri-title">'.get_post_meta( $post->ID, 'wpcf-title', true ).'</div>'; echo '<div class="release-info, ri-date">Released: '.get_post_meta( $post->ID, 'wpcf-date', true ).'</div>'; echo '<div class="release-info, ri-format">Format: '.get_post_meta( $post->ID, 'wpcf-format', true ).'</div>'; }Ben
In forum: Virtue ThemeIn reply to: remove "title" of pages
February 8, 2016 at 3:51 pm #80262Jennifer and rich, in the future please do not post in a resolved topic. Just create your own thanks!
For removing the page title on a single page use the page id in your css like this:.page-id-4 .page-header { display:none; }This example would be for a page with the id 4.
Ben
-
AuthorSearch Results


