Article appears below the article image

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 10, 2015 2:51 pm
Reply with quote
Report this post
Hi Support Team


An Issue on my Site ( www.tilegrafima.gr ) that uses gknews tamplate .

When a visitor browses Articles by category the body of the article appears below the article image .

I wanted to appear directly on the right side of the image.

Can you assist me with this issue ?

Thanks in advanced
Dimitris
User avatar
Senior Boarder

teitbite
Tue Mar 10, 2015 6:53 pm
Reply with quote
Report this post
Hi

Please tell me exactly which image You have in mind. All of them are on the left side of the text already when I look at it.
User avatar
Moderator

GK User
Tue Mar 10, 2015 8:47 pm
Reply with quote
Report this post
Hi Support Team

If you open the Category ( Athletics for Example )*
You will see the articles for this category
In the first screen of the article the image is in the right side of the panel and the article is under the photo
I'll wanted to change this and the article to appears on the right side of the image.

*In Greek Language ( ΑΘΛΗΤΙΣΜΟΣ )

Can you assist me with this issue ?

Thanks in advanced
Dimitris
User avatar
Senior Boarder

teitbite
Wed Mar 11, 2015 10:11 pm
Reply with quote
Report this post
Hi

Now I see. Social buttons are making the task very difficult. Please send me an access to ftp I need to move couple of elements in code and see how it will looks like.
User avatar
Moderator

GK User
Thu Mar 19, 2015 1:48 pm
Reply with quote
Report this post
Hi Support Team

I cannot give you access on ftp because Site Administrator does not allow it

But i think the isssue is not Social buttons in the Article

If you see our other site http://www.agioritikovima.gr/ and you get into the catagory for Example http://www.agioritikovima.gr/diatro
that uses the same tamplate you will see that the text next to that image appears on the right of image and we need todo tha same on http://tilegrafima.gr/sports1 and all categories of the site

pls check on http://www.agioritikovima.gr/diatro the override.css which is the rule that makes that formatting possible in order to migrate to the site http://tilegrafima.gr/sports1 and all categories


Thanks in advanced
Dimitris
User avatar
Senior Boarder

teitbite
Mon Mar 23, 2015 6:49 pm
Reply with quote
Report this post
Hi

It is because of this buttons. Please look at the screen when I've removed them with firebug.

Try use this code to move them form this place:

Code: Select all
.spshare {
    float: left !important;
    margin: 10px 0 !important;
    width: 100% !important;
}
User avatar
Moderator

GK User
Tue Mar 24, 2015 1:27 pm
Reply with quote
Report this post
Hi teitbite and many thanks for your reply,

it seems you did not see my previous message.

On the other site, e.g. http://agioritikovima.gr/ugeia, we have the same template with these buttons and everything works as it supposed to do, as you can see in the screenshot below:

Image

I hope you could find some idea for this weird thing... :cry: :cry:

Many thanks in advance,

Dimitris
User avatar
Senior Boarder

teitbite
Wed Mar 25, 2015 7:20 pm
Reply with quote
Report this post
Hi

You have something like this added to adjust spshare on the other page:

Code: Select all
div.spshare > div:nth-child(4) {
    clear: none !important;
    height: 10px;
}


it's not included to new site. So it's not exactly the same, try this code in override.css to use same css in both sites.
User avatar
Moderator

GK User
Wed Apr 01, 2015 9:54 am
Reply with quote
Report this post
Thank you for your Help Site Support

Now working succesfully
User avatar
Senior Boarder

teitbite
Fri Apr 03, 2015 6:19 pm
Reply with quote
Report this post
Hi

Great to hear that. Glad I could help :)
User avatar
Moderator


cron