Post to specific page wont work.

Discussion in 'ReThink WordPress Theme' started by smailo123, May 11, 2016.

  1. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    Hi there,

    I have Services Page and inside there is 3 more : Gadgets, Platforms, Cloud.
    I want my posts to be categorysed to specific page. for example. All Gadget category posts goes to Gadgets. All Platform category posts goes to Platform. At the moment everything goes everywhere no matter Category.

    I did tried like 5 different plugins in different ways. Last plugin was https://wordpress.org/plugins/add-category-to-pages/installation/ its exactly what i need.

    Please advise.


    This is my site below:
    http://ioties.wordpress.com.gridhosted.co.uk

    Many Thanks,

    Richard
     
  2. priya

    priya Guest

    Hi, Richard..

    Greetings from InkThemes!

    It seems that you haven't entered right category link for your pages...

    So you are kindly requested to enter right links for your pages...or if you want we can do it for you but for that, you have to send us your dashboard details at [email protected] along with this thred link..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    Hi Priyanka,

    Thank you for your reply.

    Did not knew that I can or have to add links for my pages.
    I tried to find where I could do it, but unfortunately, I was unlucky.

    I did send you guys an e-mail with my dashboard details.

    In the future to avoid this you could post simple directions how to do it :)

    Thanks for you help.

    Kind Regards,


    R
     
  4. priya

    priya Guest

    Sure..!!

    Thanksfor the details we will get back to you soon with the changes.

    Your patience will be appreciated,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. priya

    priya Guest

    Hello,

    I have done the changes in your site..

    Kindly check your site and acknowledge the same..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    Hi There,

    Thanks for your updates!

    Couple more things to fix.



    There needs to be hidden other pages inside page.
    Once I pressed Services>Platforms I still can see another Platforms and Gallery empty pages, it should be removed.
    Same when I press Services>Gadgets and go to last page i can see Gadgeds and Gallery pages, it should be removed.
    ( http://ioties.wordpress.com.gridhosted.co.uk/category/httpioties-wordpress-com-gridhosted-co-ukservicesgadgets-‎/page/2/ )

    Here I attached picture below:
    [​IMG]

    Update: I managed to remove Gallery and Platforms pages. I still need to remove ''Category Archives: Platform'' it should be empty space. Thank you!

    Many Thanks,

    R
     
  7. priya

    priya Guest

    Hi,

    Great..!! Appreciate your efforts..

    To remove 'Category Archives: Platform'',

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .feature_content h1 {
        display: none;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    Hello,
    It worked, thank you :)
    Another thing to do would be: Make Recent Posts, Recent Comments, Archives, Meta in Bold font if possible.
    ps. We nearly done, thanks for your patience and kind help with website Priya :)

    [​IMG]
     
  9. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    UPDATE:
    Had to set none; back to 1; in this code. It removed not only Category Archives: Gadgets, but also my Post topics. Is there any other code that could remove just Category:Archives: Gadgets ( platforms, cloud ) ?
    .feature_content h1 {
    display: none;
    }
     
  10. priya

    priya Guest

    Hi,

    Thanks for your appreciation..

    For your issue, i.e. Make Recent Posts, Recent Comments, Archives, Meta in Bold font if possible

    For this, code is given below.
    Code:
    .sidebar h3 {
        font-weight: 500;
    }
    Regarding your last issue,

    Sorry, I didn't get your issue..Please explain a bit more so that I can better assist you..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  11. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    Hi,

    Thanks for the Bold solution - it works.

    Back to other issue - I attached two pictures below. One is before other is after this comand:
    .feature_content h1 { display: none; }

    before:
    [​IMG]

    after:
    [​IMG]

    As you can see my post topics disappeared to.

    Kind Regards,


    R
     
  12. priya

    priya Guest

    Hi,

    Sorry for that..

    Please use below code..
    Code:
    h1.page_title {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  13. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    Hi there,
    No worries :)
    This code is correct, thank you.

    Next thing would be with colors, i want to play around with them a bit.
    I will attach picture of what i want to change with numbers.
    [​IMG]

    1. Bacground color.
    2. There is little Icon on header, it was banner that i deleted but little icon still showing ( i thing i need to delete code somewhere )
    3. Panel colors
    4. Search bar color
    5. Visit site color.
    6. Read Review color.

    Many Thaks,


    R
     
  14. priya

    priya Guest

    Hi,

    I am unable to access your site..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  15. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    Hi,

    Maintenance mode removed, sorry.

    Regards,

    R
     
  16. priya

    priya Guest

    Hi,

    Solutions are accordingly...

    1) Bacground color.

    Code is given below..
    Code:
    body {
        background: black;
    }
    2) There is little Icon on header, it was banner that i deleted but little icon still showing ( i thing i need to delete code somewhere )

    Code:
    .header .header_info {
        display: none;
    }
    3) Panel colors

    Code:
    #menu .ddsmoothmenu {
        background-image: none;
        background-color: black !important;
    }
    4) Search bar color

    That is just an image..

    5) Visit site color.

    Code:
    .product a.btn-1 {
        background-color: black;
        box-shadow: 0 3px 0 black;
    }
    6) Read Review color.

    Code:
    .product a.btn-2 {
        background-color: black;
        box-shadow: 0 3px 0 black;
    }
    Note: Chnage color as per your interest..

    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  17. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    Hello,

    [​IMG]

    Many Thanks,


    R
     
  18. priya

    priya Guest

    Hi,

    1) I didn't get your word that "would like to know how to change shape to"

    What do you mean by shape in background color...

    3) Code is given below.
    Code:
    #menu li a:hover {
        -moz-box-shadow: inset 0 0 5px 5px #06a1e3;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #menu li {
        border-right: 1px solid #06a1e3;
        border-left: 1px solid #06a1e3;
    }
    5)
    Code:
    .product a.btn-1:hover {
        background-color: black;
    }
    6)
    Code:
    .product a.btn-2:hover {
        background-color: black;
    }
    Hope it will resolve your issues...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  19. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    [​IMG]

    When i hold mouse on home, services, gallery, about, contact us color becomes dark. How can i change it ?

    When i press Services and About ( not hold mouse but press it ) dark color around gadgets, platforms, cloud. How can i change it ?


    Kind Regards,


    R
     
  20. smailo123

    smailo123 New Member

    Joined:
    May 3, 2016
    Messages:
    15
    Likes Received:
    0
    Update:
    Also want to remove those i marked in the picture and add Video Demonstration section as shown in original theme template.
    [​IMG]
     

Share This Page