superoreh
Forum Replies Created
-
Forum: Plugins
In reply to: [Features by WooThemes] Wrong URL – bug maybe?How can I disable linking from image?
Forum: Plugins
In reply to: [Features by WooThemes] Wrong URL – bug maybe?Image of Features is pointing to: http://nuflow.si/feature/izpostavim-2/
Title of features is pointing to: http://nuflow.si/resitve/Any Idea?
Forum: Fixing WordPress
In reply to: body.pageIt’s working.
THXForum: Fixing WordPress
In reply to: How to display only 3 postsYes on front page.
Thank you for that dashboard – settings – reading – blog pages show …
I would never guessed.Forum: Fixing WordPress
In reply to: Adding 3 images- left, center and right alignwhen inserting image – I would align all them to left – or try without align (first option) in Post, image editor.
Forum: Fixing WordPress
In reply to: Stop wordpress from creating Post pagesThis is not page :http://mydomain.com/code/xyz-title
This is permalink to your post.Forum: Fixing WordPress
In reply to: Archive links redirecting to homepageI think that this is ok. I think that ut should display 404 error page. But you redirect that to homepage.
This isn’t ok for you. What do yo expect?Forum: Fixing WordPress
In reply to: without www send me to other wordpressObviously you have two installations of WP.
Anyway you have to redirect domains withowt and with www on the same folder in your hosting account.Forum: Fixing WordPress
In reply to: How to change blog post date?You can easely change date for your post.
Just edit post and on the right side you can edit date and time.
If you will change date to future your post will not be published till that date. Usefull.Do yo know what template are you using?
If yu are using template profile you should get in wp-content/plugins/connections/templates and delete in profile.php lines:<span style="<?php echo $entry->getLastUpdatedStyle() ?>; font-size:x-small; font-variant: small-caps; position: absolute; right: 26px; bottom: 8px;">Updated <?php echo $entry->getHumanTimeDiff() ?> ago</span><span style="position: absolute; right: 3px; bottom: 5px;"><?php echo $entry->returnToTopAnchor() ?></span><br />Myselfe I delete also “Add to Address Book”
<div class="cn-meta" align="left" style="margin-top: 6px"> <span><?php echo $vCard->download() ?></span> <span style="<?php echo $entry->getLastUpdatedStyle() ?>; font-size:x-small; font-variant: small-caps; position: absolute; right: 26px; bottom: 8px;">Updated <?php echo $entry->getHumanTimeDiff() ?> ago</span><span style="position: absolute; right: 3px; bottom: 5px;"><?php echo $entry->returnToTopAnchor() ?></span><br />Forum: Plugins
In reply to: wp e-commerce – Fatal errorthx
Forum: Plugins
In reply to: wp e-commerce – Fatal errorForum: Plugins
In reply to: wp e-commerce – Fatal errorForum: Plugins
In reply to: [Plugin: WP e-Commerce] Memory Limit Fatal ErrorWorked for me too!!! 🙂 My wp-config.php didn’t have that line. I just paste:
define('WP_MEMORY_LIMIT', '96M');Forum: Fixing WordPress
In reply to: Contact form 7 – cant send mailHas Post via e-mail setting something to do with this problem?