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: Virtue Theme
In reply to: Footer Queries
February 13, 2016 at 12:19 am #81061Hey,
In the future please be sure to post a link with support questions.1.
.footerclass .panel-group { text-align: center; }2.
@media (min-width: 768px){ .footerclass .footercol1 .widget-2 .widget_black_studio_tinymce, .footerclass .footercol2 .widget-2 .widget_black_studio_tinymce, .footerclass .footercol3 .widget-2 .widget_black_studio_tinymce{ display: none; } }3.
@media (max-width: 767px){ .footerclass .footercol1 .widget-1 .widget_nav_menu, .footerclass .footercol2 .widget-1 .widget_nav_menu, .footerclass .footercol3 .widget-1 .widget_nav_menu{ display: none; } }Ben
In forum: Virtue ThemeIn reply to: Full Width; Remove Sidebar
February 12, 2016 at 11:50 pm #81048Hey,
Just so you know, we recommend using this plugin for events: https://wordpress.org/plugins/the-events-calendar/
I don’t know the one your using but a quick css fix would be to add this:
.single-event .main.col-lg-9 { width:100%; } .single-event .kad-sidebar.col-lg-3 { display:none; }For a child theme. assuming they are doing standard options you can use this function:
add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page'); function kad_sidebar_on_special_page($sidebar) { global $post; if ($post->post_type == "events") { return false; } return $sidebar; }Ben
In forum: Virtue ThemeIn reply to: Translating virtue carousel widget
February 12, 2016 at 11:28 pm #81041If your using a carousel you would be wanting to show posts correct? As long as you have translated each post then wpml should change which post is shown based on the set language. This shouldn’t have anything to do with the string translation.
Ben
In forum: Virtue ThemeIn reply to: Showing "0/0Prev Next " before post excerpt
February 12, 2016 at 11:22 pm #81038That is an output for whatever gallery thing your using in the post. WordPress pulls a custom excerpt based on post content apparently that gallery is outputting that text. You can create your own custom excerpt in the post by adding text in the excerpt box.
Ben
In forum: Pinnacle ThemeIn reply to: portofolio page
hello
i used this setting
http://s30.postimg.org/sq3qdihgx/Knipsel.jpgbut there are so much options which options 2 choose to get a page like nightskies?
for example i choose image background but it will get in banner
please help me with settings to chooseIn forum: Virtue ThemeIn reply to: add woocommerce sold counting
In forum: Virtue ThemeIn forum: Virtue ThemeFebruary 12, 2016 at 11:13 am #80975Hello,
Showing “0/0Prev Next ” before post excerpt. My site link *Login to see link Please see 12th Feb post.
Thanks
Charanvir Singh.In forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: Virtue Shortcode Not Working when Editing Category
In forum: Virtue ThemeIn reply to: add woocommerce sold counting
In forum: Pinnacle ThemeTopic: Portfolio – video + photos
In forum: Pinnacle ThemeIn reply to: Sidebar location
Is it possible to move the sidebat in the code rather than with CSS by modifying a template.
The reason being are twofold.
So the menue i place in the sidebar will appear highr up in the code so will be spiderd first by googlebot, rather than the body content.
When I look at the page in a device window that is smaller, the menu, when moved to the left with CSS, drops to the bottom of the page after the body content.
It would be better for me from a user perspective if the menue appears above the body so the content otherwize the customer has to scroll past all the content before a menue is presented, and im not using a horizontal menue so this is not good UX.
if possible can you tell me what template to edit or post a modified template that i can paste in to child theme.
thanks very much,
regards Lee
In forum: Pinnacle ThemeTopic: pinnacle carousel crashes
February 12, 2016 at 1:53 am #80915Hi
I am trying to display post divided in different categroys on my page. but every time i try to innstal the pinnacle carousell and uppdate the page jumps to the page i am designing and the carousell is gone when i go back. i have restarted and done all the standard things. I have Pinnacle premium.
Regards
Kjersti JakobsenIn forum: Virtue ThemeIn reply to: Woocommerce Buy Now Button Color
February 11, 2016 at 11:20 pm #80893Hey,
The theme color (blue) can be changed by going to the theme options > basic styling and setting your primary color.If you specifically want the add to cart button to be a different color then your sites primary color you can do that with css. But if you haven’t set the primary color I recommend starting there.
If you can please post a link to your site, really helps us to know what your asking.
Ben
In forum: Virtue ThemeFebruary 11, 2016 at 11:18 pm #80892Hey,
You would want to use Yoast SEO plugin. That would give you control of the mete tags on your site and automate those with things like your featured image in a page or post.Ben
In forum: Virtue ThemeIn reply to: Image SCALING issue
February 11, 2016 at 11:16 pm #80891Where you on a retina screen?
It’s possible with wordpress new responsive images that there was some effect do to css but best would be to post when you have the images back in the post.
Ben
In forum: Virtue ThemeIn reply to: Image SCALING issue
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Multiple Header / Logo options
Hi Guys! Thanks!
I have added the image I want on the main page in the retina area below it I will do the image menus, then the footer area and the logo I want on all the other pages, I place in the logo / header area. I tried to use page builder to do this. I also used a plug in.I researched code from other posts here to try too. Do I need to place the code somewhere else other than in the Advanced theme options area?
I am playing right now with look and stuff for site so please bare with it – it is pretty lean right now! THANKS!
-
AuthorSearch Results


