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 - 21,901 through 21,920 (of 29,722 total)
  • Author
    Search Results
  • #75269

    Do you have any suggestions on how to have any website posts automatically published on their facebook page?

    http://www.temp.mychoiceconnection.com

    Does your theme offer that option? Or do I need a plug in? i.e. “Facebook Auto Publish”

    In forum: Virtue Theme
    #75241

    Hi Larry,
    We always recommend posting new topics as resolved topics can easily be overlooked.
    Try adding this to your custom css box in Theme Options:

    .kad-header-style-two .kad-header-center #logo {
        text-align: center;
        width: 100%;
    }

    Does that work for you?

    Hannah

    In forum: Virtue Theme
    #75232

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

    Hannah

    #75220

    Can you post a link to this site?

    Ben

    #75209

    Hey Linda,
    Navigate through category means if there are shared categories then they would be included in the navigation loop. It doesn’t matter how you got to the post that doesn’t determine the category loop. Imagine that I just typed in the url directly to one post. The navigation would link to any post thats shares any of the same categories. If you need separation make sure you only give one category to each portfolio post.

    Ben

    In forum: Virtue Theme
    #75179

    Hi Hannah! No worries about the delays. Thank you the CSS worked!

    Just wondering, so if I want change the arrow type, do I replace the value in “content: “e3b5”?

    Where do I find the codes for corresponding virtue icons?

    Also, is it possible for the date to be written out ” January 11, 2015″ underneath the blog title, for both the blog summary and the blog post?

    Please let me know.

    Thanks!

    In forum: Virtue Theme
    #75171

    Thanks, Ben. I have set the password to private in another post. Well, I have already deleted the login. 🙂

    In forum: Virtue Theme
    #75160

    Thank Ben. I will keep you posted after Will get a reply from my Hosting Provider.

    #75152

    Hi Ben, Hannah,

    I’m ready to post this live and am checking out the mobile look – but I’m seeing *no* images at all on my iPhone on my site. Everything else seems to be working. Is there a global image thing I missed?

    new43.43designs.com

    Thank you,

    Luke

    #75151

    Hi

    My ‘Contact us’ page seems to generate an email which goes to a spurious address which was entered for a user at some stage for testing which has since been deleted. The site administrator email address has always been [email protected], but it seems to be sending Contact Us messages to [email protected]

    Extract below from /var/log/mail.log

    I am running WordPress 4.4 on Ubuntu Linux 14.04 running LAMP stack with Virtue 3.4.0 (I know I have a 3.4.5 update pending, but I am experiencing some other issues which I also need to iron out first) Thanks

    Jan 10 23:14:42 fisi1pub postfix/pickup[21426]: 354765222F0: uid=33 from=<www-data>
    Jan 10 23:14:42 fisi1pub postfix/cleanup[21724]: 354765222F0: message-id=<[email protected]>
    Jan 10 23:14:42 fisi1pub postfix/qmgr[1079]: 354765222F0: from=<[email protected]>, size=670, nrcpt=1 (queue active)
    Jan 10 23:14:42 fisi1pub postfix/smtp[21726]: 354765222F0: to=<[email protected]>, relay=smtp-ovhfr10.mailjet.com[5.196.43.129]:25, delay=0.44, delays=0.09/0.01/0.32/0.03, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as B36AB11250ED)
    Jan 10 23:14:42 fisi1pub postfix/qmgr[1079]: 354765222F0: removed

    See to to=<[email protected]>

    Where is this defined please and how can I change it back to [email protected] (The administrator email) ?
    It doesn’t matter which user or admin account I log in as to post a comment via Contact Us – they all attempt to go to [email protected]

    From WordPress user screen ……
    ‘Adminusername’
    [email protected] Administrator, Keymaster 22 posts by this author Keymaster 0
    Add Credit | Remove Credit

    Many thanks
    Russ
    [email protected]

    In forum: Virtue Theme
    #75144

    Hey Ronald,
    Sorry for the delay!
    1. You can edit the hover effect with this css:

    .kad-post-navigation .kad-next-link a:hover {
        background: transparent;
        color: #000;
        font-weight: bold;
    }

    2. You can edit the next arrow with this:

    .kad-post-navigation .kad-next-link a:after {
        font-family: virtue_icons;
        font-style: normal;
        speak: none;
        font-weight: 400;
        vertical-align: bottom;
        content: "e3b5";
        padding-left: 3px;
        -webkit-font-smoothing: antialiased;
    }

    And before with this:

    .kad-post-navigation .kad-previous-link a:before {
        font-family: virtue_icons;
        font-style: normal;
        speak: none;
        vertical-align: bottom;
        font-weight: 400;
        content: "e3b7";
        padding-right: 3px;
        -webkit-font-smoothing: antialiased;
    }

    3. I think this is what you mean:

    .kad-post-navigation .kad-previous-link a, .kad-post-navigation .kad-next-link a {
        color: #333;
    }

    Hope that’s helpful!
    Hannah

    #75114

    Hey,
    This has to do with permalink limitations inside wordpress. pages that have pagination can’t share a url with a custom post type.
    So if your page is using the url /portfolio/ and your single portfolio posts are using the url /portfolio/single/ then it creates a conflict with /portfolio/page/2

    You just need to change the url slug for your portfolio grid page to be projects or my-portfolio or something just a little different.

    Ben

    #75100

    Hanna,

    The link is:
    http://www.lholinerdesigns.com/WordPress/work/
    When you click on the images on the Work page, I want the navigation to reflect the posts that are displayed on the Work page. Right now, the arrows navigate through two categories. I want the navigation to reflect the page from which you came. Otherwise I don’t understand what Navigate through Category means. Thanks.

    Linda

    #75096

    The only real option for this is to enable the search into your primary menu. Theme options > menu settings.
    Creating what your talking about would require more coding then the support can help you with. You would need to hire a developer and it would be fairly complex to create such a structure.

    products and portfolio items are two different things. Separate in the admin. products are built using the woocommerce plugin. You can set the portfolio posts to show 16 but if you only have 10 created then only 10 would show.

    The featured image for the portfolio will automatically be cropped square but you can turn this off in your settings if you prefer a more masonry layout.

    Hope that helps,

    Ben

    In forum: Virtue Theme
    #75083
    This reply has been marked as private.
    In forum: Virtue Theme
    #75082

    I figured out how to do most of it, there are just a few things I need help with:

    1. I managed to remove the box around the “Previous Post” and “Next Post” arrows, but they reappear when hovered on and have been trying to remove it and
    change the hover effect as well.
    2. Changing the arrow type and appearance.
    3. Change the font colour of “Next Post” and “Previous Post”.

    #75071

    Hi Hannah,

    I’m using this code within Cycloneslider

    [twentytwenty]<img class="aligncenter size-full wp-image-1423" src="http://craigwoollard.com/wp-content/uploads/2015/04/test2.png" alt="test2" width="200" height="200" data-id="1423" />
    <img class="aligncenter size-full wp-image-1424" src="http://craigwoollard.com/wp-content/uploads/2015/04/test1.png" alt="test1" width="200" height="200" data-id="1424" />[/twentytwenty]

    However when I preview the page I get this:

    <div class="cycloneslider-slide cycloneslider-slide-custom cycle-slide cycle-slide-active" style="position: absolute; top: 0px; left: 0px; z-index: 99; opacity: 1; display: block;"> [twentytwenty]<img class="aligncenter size-full wp-image-1423" src="http://craigwoollard.com/wp-content/uploads/2015/04/test2.png" alt="test2" width="200" height="200"><img class="aligncenter size-full wp-image-1424" src="http://craigwoollard.com/wp-content/uploads/2015/04/test1.png" alt="test1" width="200" height="200">[/twentytwenty] 
    </div>

    You can see the shortcode does not get invoked. I also tried the Kadence shortcode “[blog_posts]”, but it has the same result:

    <div class="cycloneslider-slide cycloneslider-slide-custom cycle-slide cycle-slide-active" style="position: absolute; top: 0px; left: 0px; z-index: 99; display: block; opacity: 1;"> [blog_posts] 
    </div>

    This leads me to think it’s a lack of shortcode support.

    #75062

    I get the portfolio items to show up on the right page, but if I change the number of items to display on the page to anything less than “all” the pagination will appear and the proper number of portfolio items will appear on the first page. However clicking page2 results in an error message.
    This is the Virtue premium theme. Now I am talking about using the Theme options settings and the portfolio home page being set to portfolio grid.
    I know there are wordpress settings in the writing tab that can be used enable portfolio and by choosing the number of blog post will edit that portfolio. However I am not using that portfolio I am using the one inside your theme and them options. Quite frankly, I find that having 2 separate portfolio options a bit confusing but anyways…Help

    In forum: Virtue Theme

    In reply to: can't save changes

    #75057

    Hey,
    That shouldn’t have to do with your theme options. It also would only have that error if you had set the home page to use the revolution slider but then you didn’t have the revolution slider activated? Is your slider activated?

    Can you send me a temp login I’ll take a look for you, you can post “set as private reply”.

    Ben

    #75046

    When I add blog posts by category to the homepage using the virtue shortcode it generates a read more link at the end of the excerpt. However the “Read More” link just takes you right back to the home page. Is there a way to correct how this short code is functioning?
    JKS

Viewing 20 results - 21,901 through 21,920 (of 29,722 total)