BackY
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Force a Widget appear only in a specific place..Does it support the opposite action !?
make it show on all places, except ONE category/post/page.. ?Forum: Fixing WordPress
In reply to: 'Next/Previous article' inside the ArticleI red the instructions from the link.
There were different options on what to insert as ‘next’ at the end of the post.I choose the ”Text As Link, Without Post Title, Within Same Category’,’.
How can I add it to my articles now !? I need some hand.Forum: Fixing WordPress
In reply to: 'Next/Previous article' inside the Articlecan You please help me with this too:
I decided to include the
‘Text As Link, Without Post Title, Within Same Category‘,
where should I add this code now:
<?php next_post_link(‘%link’, ‘Next post in category’, TRUE); ?>Forum: Fixing WordPress
In reply to: Show a category as LISTBut I only want to make that change to a specific category.
I don’t want to change the look of the other categories..Forum: Themes and Templates
In reply to: Thumbnail's SizeThe theme is using this file: thumb.php to resize the picture’s thumbnail and show it in the front page.
here is an example of how all of that is done:
graviteti.com/arena/wp-content/themes/eCommerce_v1.8.2/thumb.php?src=https://graviteti.com/arena/wp-content/themes/eCommerce_v1.8.2/images/dummy/a7.jpg&w=210&zc=1&q=80&bid=1
bold – the thumb.php file is being called,
italic – to resize the X picture
bold – with these parameters.– I tried to find where the last part of the link (in bold) is being given, and I found it here:
https://img194.imageshack.us/img194/1185/screenshot001qr.jpg
As you can see I’ve already changed the values in that peace of code, but no effect is being shown in: https://www.graviteti.com/arena :/
Forum: Themes and Templates
In reply to: Thumbnail's SizeI don’t think that the problem should be somewhere else ??
it has to be simple.. ??Forum: Themes and Templates
In reply to: Thumbnail's Sizethe thumbnail’s link is this:
https://graviteti.com/arena/wp-content/themes/eCommerce_v1.8.2/thumb.php?src=https://graviteti.com/arena/wp-content/themes/eCommerce_v1.8.2/images/dummy/s5.jpg&w=210&zc=1&q=80&bid=1
you can see the code at the end, which is forcing the image to resize, i’m talking about the peace in bold:
What should I change in that peace, so the image becomes for example 150×150(I’ve fund where to change that value in the code)
Forum: Themes and Templates
In reply to: Thumbnail's Sizebut the thumbnail’s size is not matching with the one in Settings -> Media, which means thats not the size from where the thumbnail is being generated..
Forum: Fixing WordPress
In reply to: RSS Feed for each Categorythanks, it’s working!
thanks alot ??Forum: Themes and Templates
In reply to: Help me (can't explain in the title)It doesn’t work.
I put the code back, jst in case.I tried removing:
.c-sn-sw #content {
width: 480px;
float:left;
}.c-sn-sw #sidebar-narrow {
float:right;
}it worked, but the plugin got removed from the FRONT PAGE too :/
I want the plugin to be shown only in the front page..Forum: Themes and Templates
In reply to: How to limit, where the widget Shows.great, thankyou!
Forum: Themes and Templates
In reply to: 'Add Link to Facebook needs authorization' (pic inside)I just re-tried, after 5-6hours. does it take any more ?
Forum: Themes and Templates
In reply to: 'Add Link to Facebook needs authorization' (pic inside)I already have, I gave the plugin the app’s ID and Secret bla bla..
But now the connection can’t be made..Forum: Themes and Templates
In reply to: WordPress 'quickstart'thats something close, and I guess will help
I installed a theme called ‘WP-CLEAR’ , but everything is clean, and empty.
How can I make it look like the originall:
https://www.solostream.com/demo/wp-clear.html