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'

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 22,421 through 22,440 (of 29,722 total)
  • Author
    Search Results
  • #70164

    Hey,
    You need to instal yoast SEO. There you can define the social meta tags so you can choose the post description and image.

    Ben

    #70157

    Hey,
    Are you able to post a link?
    Thanks!

    Hannah

    #70153

    Hi Marina,
    Do you mind posting a link?
    Thanks!

    Hannah

    #70148

    I have bought the prenium version of the virtue theme. I installed the woocomerece plugin for my ecommerce site and the whol content has disapeard expect for logo and the menu links. When i deactivate it, the content is visible again such as the products on sale, icons, recent blog post. But when i activate the plugin this all disapears

    In forum: Pinnacle Theme

    In reply to: black background

    #70144

    You can post it here using something like this- http://tinygrab.com/
    If you’d like you can set as a private reply.

    Hannah

    #70140

    Sounds good, the link is http://grimesmarketingwebproof2.website

    Also, I forgot to mention that we’re using the Image Carousel option.

    The whole url had been posted for the link from the slider.

    In forum: Pinnacle Theme
    #70135

    Hi Kimberly,
    Do you mind posting a link to your site? Have you tried clearing your mobile cache?

    Hannah

    #70128

    Hey,

    Is it possible to display posts in different categories in a blog ? It seems that presently one can only display posts as a function of the time they have been published (from new to old posts).

    Thanks

    Gerard

    In forum: Virtue Theme

    In reply to: Staff pages?

    #70126

    Hey,
    In your staff edit page under Staff Page Options set “Crop images to equal height” to “Yes”. Then set “Use Staff Excerpt or Content?” to “Excerpt”.
    To add a border you can use this css:

    #staffwrapper .grid_item {
        border: 1px solid #333;
        padding: 5px;
    }

    Just paste that in your custom css box in Theme Options > Advanced Settings.

    If you want only 1 column you could use a default page template and add your posts via shortcode like this: [staff_posts columns="1" items="10"]
    Then you could use this css to put the text beside the images:

    #staffwrapper-80 .grid_item img {
        width: 50%;
        float: left;
        padding: 20px;
    }
    .staff_item_info {
        width: 50%;
        float: left;
    }

    However, if you go this route you loose the page options I mentioned above.

    Hope that’s helpful!
    Hannah

    In forum: Virtue Theme
    #70125

    Hi,
    the posts have the opportunity to show one image in evidence. I select it, add it and save, but checking the page, no image is shown.
    Can you help me? Does it exists a manual of this beautiful but complex theme?

    Regards
    Orazio Ragonesi

    In forum: Pinnacle Theme

    In reply to: footer demo

    #70117

    yes i put the option off and deleted the footer image.
    but i still have the folow us links(twitter Facebook) and feature posts
    i whant those gone 2

    In forum: Virtue Theme

    In reply to: Adjusting Logo Size

    #70086

    Hey,
    In Theme Options > Main Settings have you increased the logo spacing? If yes, can you post a link?

    Hannah

    In forum: Virtue Theme

    In reply to: Staff pages?

    #70078

    Hi Hannah – nope. I have no posts whatsoever (or portfolio pages). Only been using the staff pages and the staff grid page.

    The site is not live, so not sure how I might send you a link? Please let me know if there is a way for you to view.

    Thanks
    Chris

    #70074

    Hey Danita,
    Do you mind posting a link to your site?
    Thanks!

    Hannah

    In forum: Virtue Theme

    In reply to: Regarding homepage

    #70072

    Hey Lucas,
    You could probably make this work with some css. Can you post a link?
    For the bulletin banner, create a primary menu which will be placed in your header then create a secondary menu (from Appearance > Menus). You can set the backgrounds for the header and secondary menu in Theme Options > Advanced Styling. Then you can add a sitewide banner from Theme Options > Main Settings.
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Staff pages?

    #70066

    If a date is appearing my guess is that you’re using actual posts instead of staff posts. Is that right? You need to navigate to Staff from the admin panel and create new staff posts.
    If you’ve already created a staff grid page you should be able to find it by navigating to Pages from the admin panel and finding the title of your grid page.
    If you have further questions can you please provide a link so we can better understand how you’re setting things up?
    Thanks!

    Hannah

    In forum: Pinnacle Theme

    In reply to: Tags for portfolios

    #70042

    We do not want to use blog posts instead. We are a photo agency and wants to use portfolios as they are best for showcasing images. But as we are several photographers we lack ways of sorting the portfolios for the viewer. hence tags for portfolios would give us an extra way of sorting though portfolios.

    #70008

    Hey Ron,
    Yes, this feature does work with virtue premium. Can you post a link so I can see how you’ve set up your products?

    Hannah

    #70007

    Hmm try this instead of the previous:

    <script type="text/javascript">
    		jQuery( window ).load(function () {
    	jQuery('.single-post .single-article .entry-content').each(function(){
    			jQuery(this).find("a[data-rel^='lightbox']").magnificPopup({
    				type: 'image',
    				gallery: {
    					enabled:true
    					},
    					image: {
    						titleSrc: function(item) {
    						return item.el.find('.caption').text();
    						}
    					}
    				});
    		});
    
    	
    		});
    		</script>

    Ben

    #70006

    Hi there, hoping someone can help. I’ve tried to add a third shipping option and for some reason only two show. I enabled the newest one, put in order of priority added all the P1A, P1B..postal codes and for some reason when i go to cart it only shows the two previous choices and on the mobile it only shows one (the highest amount of shipping cost, which by the way could deter customers) until i proceed to checkout. Still only two show up here not my new one. Can someone HELP??

Viewing 20 results - 22,421 through 22,440 (of 29,722 total)