Forum Replies Created
-
AuthorPosts
-
Hi Yigit. I added the code and it did remove the pagination and it seems the large images. Which means that very large image was tied into pagination somehow. Can you tell me how to edit that so if I did want to add it back I could could adjust the “before and next” arrows with css and not have the super large image problem? Like, what is the css element for the image shown with pagination?
Ethan
Hi, thanks for getting back to me. I have provided a screenshot to examples in this thread:
https://kriesi.at/support/topic/pagination-and-super-large-featured-images/I seemed to fix this by un clicking the “smooth transitions” box in the theme options menu.
Them I decided to just uncheck the pre-loader altogether. I’m not a fan of it.You can see it on a page like this:
Here it is :
ethansemmel.comIt only seems to happen when I have a sidebar navigation. When it’s top navigation the background seems to be white.
Thank you very much.
HI, here’s a link to a page as an example:
Bingo!. Worked.
Thank you very much.
Hi, I tried replacing the code i pasted above with yours. It did the same thing. It fixed the logo on an iphone in vertical postion, but when I twist the phone to horizontal position, the logo all of a sudden changes to a larger size and is overlapped by the collapsed menu icon.
Nope. the code doesnt work.
This code moved the titles over, but not the Meta Info.
.template-blog header.entry-content-header h2 {
padding-left: 130px;
}I added code to change the headings on the individual post pages to h1 so this doesnt affect the headings on those pages.
Hi. It seems what I was looking at was the category pages. I will see if it works with the code above using the page id for each category.
HI. Sorry to say that didn’t do anything.
I did find this css code and put it in for another site of mine:
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
float: left;
margin-top: 8px!important;
}}That worked and when the phone is held normally (vertically) but when I twist the phone to horizontal, the logo gets bigger and the same issue happens.
is there another code to add to do the same thing so the logo looks right when holding a smart phone horizontally?
Hi. I used the solution of replacing the code in the loop-index.php
That worked great.Then I took your code for shifting over the header and meta info
header.entry-content-header {
padding-left: 130px;
}However, this shifts over the title and met info in the Post page and well as the blog page.
How can I indent the header on meta on the blog page only but leave them where they are on the individual post pages?Thanks.
Hi. Sorry I never came back to update.
It worked. Thank you for the quick help.Just as an observation – I think this is the hardest part for people, to know how to “call” the element they want to change. It would be great if there was some “Key” people could use of all the possible elements on a page.
Thanks for replying.
Hi. I think your code is a cleaner way (than the code I had) to change the fonts of the items in that widget, but I meant the font of the Tabs on the top of the widget.
-
AuthorPosts