Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
dimitrikfs
tagDiv Member

I deactivated and activated mobile plugin again and the problem in this post fixed. But i face the same problem when i visit my site from chrome in other articles and sometimes in homepage

dimitrikfs
tagDiv Member

Thank you for your answer! When I said after the posts i mean at the end of every article. Exactly before the ad unit and the social shares. Is there any way to do this? I want to add a facebook like button and a text that tells people to like the page on facebook and I want it to be one line after the last sentence of every article.

Like this:

dimitrikfs
tagDiv Member

I am planning to use
745px ? 483px
326px ? 159px
326px ? 235px
100px ? 65px
700px ? 357px
What shoud i do now? Go to function.php and delete the lines with the other dimensions or change “true” to “false”?

//the small thumbnails
set_post_thumbnail_size( 100, 65, true );
add_image_size(‘art-thumb’, 100, 65, true);

//small height, 1 col wide
add_image_size(‘art-wide’, 326, 159, true);

//medium height 1 col wide
add_image_size(‘art-big-1col’, 326, 235, true);

//the slides
add_image_size(‘art-slide-small’, 326, 406, true);
add_image_size(‘art-slide-med’, 700, 357, true);
add_image_size(‘art-slide-big’, 1074, 483, true);

//gallery slide 2 column
add_image_size(‘td_0x357’, 0, 357, true);
add_image_size(‘td_0x483’, 0, 483, true);

//big slider – big image
add_image_size(‘art-slidebig-main’, 745, 483, true);

//the gallery
add_image_size(‘art-gal’, 210, 210, true);

//the gallery
add_image_size(‘td_198x143’, 198, 143, true);

Can you tell me also please where i have to put some text to appear after every post? Thank you in advance

dimitrikfs
tagDiv Member

Thank you for your answer! Problem solved for now. I have another question. Can i put some text to the ad box under articles (Theme panell)?

Now i have one ad after every post. I want before the ad to write something and i want this to appear in all of my posts. When i put the text to your ad system (theme panel) everything are ok. But when i put the text and the adsense ad, i can see only the ad. The text are gone! Is there any way to fix this?

Viewing 4 posts - 1 through 4 (of 4 total)