Hi,
I have below questions about my blog: http://www.stildirektoru.com
1- I want to open all blog posts on a new page
2- I cant change header color of blog posts on main page, its black
3- Page navigation at the end of page goes like 1 2 3 55, I want to make it like from 1 to 10 than 55 etc.
4- When you make a search, on top of search page, again search box is coming, can I hide it
Hello denniz6,
1)Do you want to use your latest posts to be front page? If you want this, you should make this change from WordPress here -> https://www.screencast.com/t/HeH3Nb8Xp
2)Check the Theme panel settings from here -> https://www.screencast.com/t/PEbiPpEO
3)Unfortunately, the theme does not have any kind of option that allows you to change this pagination structure, sorry! There is number 55 because this is the latest page. If you want to reduce that number of pages, you should change the limit post number and increase it to be more than now because there you will bring more posts per page and the 55 will be decreased.
4)If you want to hide the Search, you should disable it from here -> https://www.screencast.com/t/ngcq2BlvD
Thanks!
Hi Catalin,
thank you for your reply.
1- I want, my posts to be open on a new window, not on same window when I click to an any post.
2- I already checked all settings but it is always black. -> http://www.stildirektoru.com/wp-content/uploads/2018/01/header.jpg
3- Is it not possible to change forma of paging similar to this -> http://www.stildirektoru.com/wp-content/uploads/2018/01/paging.jpg
4- I want to hide this section -> http://www.stildirektoru.com/wp-content/uploads/2018/01/search.jpg
Hello denniz6,
1)The theme does not have any such an option for this. If you want to do this, you should edit the HTML and add the target=”_blank” property which allows you that your posts to be opened in another tab.
2)Most likely, you have a strong caching plugin and that’s why you do not see the changes. Try to clear all the caches, purge CDN files, ensure that you have set up the color header from the Theme panel and check the results.
3)This type of format will be displayed if you will have 4 pages. So, if you will have more than 4 pages, you will bring this type 1 2…..20. This is the standard pagination type.
4)You should use a code for this. Try the below code.
.td-page-header{
display:none;
}
Thanks for the message!
Hello denniz6,
If you want to change the module title color, please use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-module-title a{
color:red;
}
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hi Catalin,
Code for color is worked, thanks.
Now I have another question about featured image.
When I upload a featured image on my post, it doesnt show it full on main page as sample http://www.stildirektoru.com/wp-content/uploads/2018/02/Untitled.jpg
Hi,
The thumbnails are created from featured images, make sure the posts have featured images
– https://forum.tagdiv.com/featured-image-or-video/
Once set, the theme will create the proper thumbnails for the modules.
If there are thumbnail issues please regenerate the thumbnails, this is a guide
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
This will recreate all the thumbnails.
Thanks
Thanks for reply as they are done but now I have another question.
Blog text font doesnt change whatever I do from panel. as sample font sample
Those would be the excerpts displayed on modules, the font and font properties can be changed in the theme panel, for all at once
– https://www.screencast.com/t/nvZlNrz3
And on the main page, there are small lines between posts to seperate them,
how can I make them more visible? http://www.stildirektoru.com/
That would be the space reserved for the breadcrumbs. Since you do not use them you can remove that space, use a code like this
– https://www.screencast.com/t/JyCOuIcIoo
.td-crumb-container {
display: none;
}
For the borders use a code like this, change the border dimension, type and color as you wish
– https://www.screencast.com/t/BcHsS9YSvkCB
.td_module_5 {
border-bottom: 1px dashed #000;
}
Thanks
Sorry for misunderstanding. That space would be where the author name, date and other meta are displayed. You could remove it like this
– https://www.screencast.com/t/KsfNlNPRp
.td-post-title .td-module-meta-info {
display: none;
}
There is also a margin top set for the post content, that could be removed as well if needed
– https://www.screencast.com/t/yoVWZVJ0Nh7
.td-post-content {
margin-top: 0;
}
The header menu could be centered like this
– https://www.screencast.com/t/IUdTq9quz
.td-header-style-11 .td-header-main-menu {
text-align: center;
}
The links will inherit the theme accent color set in the theme panel. Or you can set the colors you want when creating the post
– https://www.screencast.com/t/MamMFckcJE
If you want to change the colors for all the links in the post content at once, use a code
– https://www.screencast.com/t/vryw7IhGC9a
.td-post-content a {
color: yellow;
}
Regarding the last question, I don’t quite understand where you want to make this change. If you could provide some more details it would be helpful.
You could try to do that, you will have to add that link parameter to the module article title
– https://www.screencast.com/t/0DPWaMDu
And the module thumbnail (same file) – https://www.screencast.com/t/FGcGLdaMa
Hi,
If you are referring to the footer dedicated Instagram section, that will always be displayed on top of the footer. You could disable it from the theme panel, then use a Instagram widget in the footer section you want
– https://www.screencast.com/t/31m9pvmsmwrT
Hi,
Which images are you referring to exactly, from what I can see the images are looking good
– https://www.screencast.com/t/sOXvMLkP
Hi,
I fixed it, it was because of Jetpack.
Another questions:
-How can I customize share social icons to match with my site colors – sample
-Can I make paginaging icons round? not square. – sample
– Is it possbile to define images inside of the post to get as feautered image automatically?
-Images inside of a post are not on same size, is there a way to make all of tehm sam size – sample