pinokio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Jqarousel scrolling in WordPress theme?Hello, Esmi.
It is part of a theme.
I did not liked theme default width, so I using YouTube source code tried to get similar something, but yet not the same design, and in time I did not notice that with carousel till today.
I have carousel.js and carousel.min.js, or something like that, I was inspecting and analyzing codes inside both scripts, but seems they are defined per css width and margin, and have + “0px”. So it is probably something with css, or maybe not?
I put important to carousel width to make it stay like that and tweak some margin and padding also, but as you can see, it slides 6 instead 7 posts.
And if you remove !important width from style css, it will add marginand show just 6 posts in carousel.By default in theme it slides 5 posts, so I kind of think somewhere is code for maximum slide items or maximum slide width, but not sure where.
Forum: Fixing WordPress
In reply to: Problem in my post editorNever use theme with Visual Composer and bunch of other plugins.
I have seen that in True Mag also, this is caused by poorly coded themes and plugins.
Today, they just use bunch plugins, some code and give them money.-But, your case, try just to upload fresh files of WordPress and see what happens, try disabling plugins, one by one.
I know, its not easy to change theme if you have manually coded some things, use custom fields etc.
If you are not, just change it than.Forum: Fixing WordPress
In reply to: Spam on my site. Any way to prevent?There is no way someone can post anything if not registered, and if you did not let them do so.
If you are not infected or something else, there is no way.Upload new files of WordPress installation, change db password and admin password.
Forum: Fixing WordPress
In reply to: Featured image is too small when displayedThat is because you have particular image size set to functions php with its particular name, and is 300 x 60, and the same is called by php in post position where you see it.
Create Child Theme.
Add your own image size that will fit your need to be shown in post in functions.php, copy single.php from parent to child theme, find name of old 300 x 60 name of image inside single.php, and just change it to your own added size name of image.Sounds hard, but it is actually 10 to 20 minutes of work.
Forum: Fixing WordPress
In reply to: Administrator password not workingThis is still happening. WordPress alone changing admin password?
Forum: Fixing WordPress
In reply to: More problems with updating, or saving a draftYeah, you’re right.
But, people post so many questions, and all I do is to find shortest way to help.
Luckily you read this out of plugins support forum, and gave better solution.Forum: Fixing WordPress
In reply to: Image padding and border issues with WordPress 3.9Why don’t you do that with css.
In child theme css you create class with that styling and than when you click edit image in advanced options you have Link CSS Class.For example
.my-img-class {
float: left;
border: 1px solid #ccc;
width: 100%;
height: 200px;
}in link css class you write my-img-class
Forum: Fixing WordPress
In reply to: Images that appeared on site yesterday now have a broken image icon.Forum: Fixing WordPress
In reply to: Two quick questionsYou need to ask wordpress.com for support.
Forum: Fixing WordPress
In reply to: Image padding and border issues with WordPress 3.9Where did you added padding and borders?
You mean on styling in visual editor or css?Forum: Fixing WordPress
In reply to: Unable to update posts and pagesIf you have plugins, try deactivating them all.
If works after you deactivated plugins, go on activating one by one to find out which one is causing problem.Also try changing the theme, if it’s not problem with plugins.
Forum: Fixing WordPress
In reply to: More problems with updating, or saving a draftTelling someone to delete a plugin is not necessarily a solution to a problem, especially if they are using it for some form of functionality that they rely on.
He/She has “Plugins and Hacks” support.
Offering helpful suggestions or a possible work around is on plugin author, in plugins support forum.
It’s his/her decision will he/she ask for plugin support, after he/she knows that this plugin is creating errors.
Forum: Fixing WordPress
In reply to: More problems with updating, or saving a draftDelete quick-pagepost-redirect-plugin
Forum: Fixing WordPress
In reply to: Switching from wordpress.com to www.remarpro.comYou have to export posts or export database from wordpress.com first.
If you can’t do that, than sorry, you’ll have to start all over again with posting.Forum: Reviews
In reply to: [Tabby Responsive Tabs] Shortcode doesn't workAs, I found solution, I change my rating.
Plugin is great, I never thought it could be problem with weird unseen space.
Maybe character encoding or something.