Cannot see a "Read More" link for the blog short messages

Discussion in 'BusinessGrow One Page WordPress Theme' started by millmead2, Apr 30, 2014.

  1. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     a.read-more {
    display: initial!important;
    }
    2. Go to Settings > Reading > Blog pages show at most
    and change its value from there.

    Thanks & Regards
    Gourav Shrivastava
     
  3. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Thanks for your help but what I really want is for each blog on the frontpage to display " Read More"

    A good example can be found at: http://zerochlorine.com/

    Thanks
     
  4. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Thanks, got it to work but the "Read More" is showing after the Social icons plugin.

    How can the "read More" show immediately after the blog messages and before the social icons?

    Thanks.
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You have added social media code above read more code. Please add code below read more. Check image link below.
    http://screencast.com/t/6E0svctaAac

    Thanks & Regards
    Nitesh Raghuwanshi
     
  6. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Thanks so much.

    I am using Super socializer plugin, can you kindly give me the exact social media code to add.

    Thanks
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We have checked your website and it seems that you have successfully changed the position of read more link by yourself.

    Thanks & Regards
    Gourav Shrivastava
     
  8. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Yes, I was able to sort it out by myself. The only problem now is to do with the browsers.

    Everything looks okay on Chrome and Firefox but IE will not display "Read More" under the blogs on the homepage and also the button that reads "click here for more posts" under all the blogs on the homepage collapses totally when you hover over it. - This only happens in the latest Internet Explorer.

    Kindly help.
     
  9. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    This is happening because ie do not support that css effect.
    So Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .all_post_link a span:after {
    color: #1A5D6B;
    background:#A5D3DD;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     
  10. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
  11. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  12. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Thanks.

    I have sent the requested details to you.

    Kindly help solve all my issues so that I can stop asking for help.

    Once again, thanks.
     
  13. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Dear Sirs, still waiting...
    My project is being held up.
    Thanks.
     
  14. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Download updated version of theme from your members area and upload it, This will solve your issue.
    Login here: http://inkthemes.com/members/member/index

    Please check the changelog.php file for changes

    = Version: 1.1.9=
    1.Removed h1 redundancy.
    2.Fixed : "Link Text" button to click for more posts on the front page, in IE browser is not working.


    Thanks & Regards
    Gourav Shrivastava
     
  15. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Thanks. I have uploaded the latest version of the theme but the problems are still there.

    There are no "Read More" and there are no "icons to share" showing.

    Please take a look with the Internet Explorer browser at http://learningenglish.uk.com/category/learningenglish/

    This is the same problem on the homepage: http://learningenglish.uk.com

    Use Firefox or chrome to compare for you to understand where I am coming from.

    Thanks.
     
  16. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Please read the mail fully.
    I have uploaded the latest theme as you advised but I have the following added to the custom CSS. Some must be conflicting.
    Please tell me the ones to remove because of the theme's new update version 1.1.9. You can log into my wordpress as given below.
    Here is the custom CSS on my site.

    @media only screen and (max-width: 767px) and (min-width: 480px)
    {
    .slider_text_container{
    display:initial;
    }
    .slider_text_container a{
    font-size:10px;
    padding:1px;
    line-height:14px;
    }
    }
    @media only screen and (max-width: 480px){
    .slider_text_container{
    display:initial;
    }
    .slider_text_container a{
    font-size:10px;
    padding:1px;
    line-height:14px;
    }
    }
    .thumb span {
    display: none;
    }
    .read-more {
    display: none!important;
    }
    ul.post_meta {
    display: none;
    }
    #logo img{
    width:100%;
    }
    a.gflag img {
    width: auto;
    }
    .metro-social li {
    display: block;
    }

    a.youtube-one:hover {
    width: 90%;
    }
    a.metro-facebook:hover {
    width: 42%;
    }
    a.metro-googleplus:hover {
    width: 18.3%;
    }
    a.metro-twitter:hover {
    width: 17.7%;
    }
    a.metro-linkedin:hover {
    width: 18%;
    }
    a.metro-pinterest:hover {
    width: 18%;
    }

    .ch-item {
    box-shadow:inset 0 0 0 0 rgba(13, 171, 206, 0.4), inset 0 0 0 16px rgba(199, 245, 252, 0.6), 0 1px 2px rgba(13, 171, 206, 0.1);
    }
    .ch-item:hover {
    box-shadow:
    inset 0 0 0 110px rgba(13, 171, 206, 0.4),
    inset 0 0 0 16px rgba(199,245,252,0.8),
    0 1px 2px rgba(0,0,0,0.1);

    }

    .all-post {
    float: right;
    margin-top: -20px;
    margin-right: 154px;
    }

    a.read-more {
    display: initial!important;
    }

    .all_post_link a span:after {
    color: #1A5D6B;
    background:#A5D3DD;
    }

    Please note that the Gtranslate plugin only shows the icons but does not translate when clicked. Thanks for you help.
     
  17. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We have checked your website and read more is working fine, I think it is a cache issue, So please check your website in another browser and clear your system cache.This will solve your issue.

    And for social share icon
    Download any alternate plugin of social share from WordPress.org and upload it.
    http://wordpress.org/plugins/


    For Gtranslate plugin

    Follow the link given below
    http://www.inkthemes.com/make-multi-language-website-by-using-google-language-translator-plugin/08/

    I hope it will help you.



    Thanks & Regards
    Gourav Shrivastava
     
  18. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Dear Sir, I clear my cache every time I upload a new instruction on my websites so that is done all the time. You still haven't addressed my request.

    You asked me to give you the login details into my word press which I have done. There are so many issues with this particular theme I bought from you and I have bought and used so many other themes for many sites without all these problem. I have done all you instructed above and the problems are still there - that is why you asked for my login details.

    Please address these problems properly as my business is being held up. Thanks.

    Please read the mail fully.
    I have uploaded the latest theme as you advised but I have the following added to the custom CSS. Some must be conflicting.
    Please tell me the ones to remove because of the theme's new update version 1.1.9. You can log into my wordpress as given below.
    Here is the custom CSS on my site.

    @media only screen and (max-width: 767px) and (min-width: 480px)
    {
    .slider_text_container{
    display:initial;
    }
    .slider_text_container a{
    font-size:10px;
    padding:1px;
    line-height:14px;
    }
    }
    @media only screen and (max-width: 480px){
    .slider_text_container{
    display:initial;
    }
    .slider_text_container a{
    font-size:10px;
    padding:1px;
    line-height:14px;
    }
    }
    .thumb span {
    display: none;
    }
    .read-more {
    display: none!important;
    }
    ul.post_meta {
    display: none;
    }
    #logo img{
    width:100%;
    }
    a.gflag img {
    width: auto;
    }
    .metro-social li {
    display: block;
    }

    a.youtube-one:hover {
    width: 90%;
    }
    a.metro-facebook:hover {
    width: 42%;
    }
    a.metro-googleplus:hover {
    width: 18.3%;
    }
    a.metro-twitter:hover {
    width: 17.7%;
    }
    a.metro-linkedin:hover {
    width: 18%;
    }
    a.metro-pinterest:hover {
    width: 18%;
    }

    .ch-item {
    box-shadow:inset 0 0 0 0 rgba(13, 171, 206, 0.4), inset 0 0 0 16px rgba(199, 245, 252, 0.6), 0 1px 2px rgba(13, 171, 206, 0.1);
    }
    .ch-item:hover {
    box-shadow:
    inset 0 0 0 110px rgba(13, 171, 206, 0.4),
    inset 0 0 0 16px rgba(199,245,252,0.8),
    0 1px 2px rgba(0,0,0,0.1);

    }

    .all-post {
    float: right;
    margin-top: -20px;
    margin-right: 154px;
    }

    a.read-more {
    display: initial!important;
    }

    .all_post_link a span:after {
    color: #1A5D6B;
    background:#A5D3DD;
    }

    Please note that the Gtranslate plugin only shows the icons but does not translate when clicked. Thanks for you help.

     
  19. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Support mail sent.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page