maritin
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Template] page / post visaul editor not working@kotaro your solution was excellent.
Thanks for sharing usForum: Plugins
In reply to: [Responsive WordPress Slider - HG Slider] shortcodeNo, but I think the custom theme is a bit old and have a few js that is making some bad things.
The next week I’ll try to modify the whole theme to check and I’ll let you knowForum: Plugins
In reply to: [Responsive WordPress Slider - HG Slider] shortcodedid you fixed? For me isn’t working too.
Is too strange. I’m only have one jquery and added into hoon theme.
ThanksMario
Forum: Fixing WordPress
In reply to: Why the same meta description?Forum: Fixing WordPress
In reply to: Why the same meta description?Hi Chrigel,
Did you try replacing the all content into <title> tags with <?php wp_title(); ?>?
Then go to yoast and save the options too. I think it should works. If not i’ll need know the page that you’re having the issue and template used.
Let me know.
ThanksMario
Forum: Fixing WordPress
In reply to: Why the same meta description?Hi Christian,
You can try adding this? `<title><?php wp_title(”); ?></title>
Let me know if works.Mario
Forum: Plugins
In reply to: [NextGen NivoSlider] Resize doesn't workHi Albert,
Thanks for your answer, but when i add the v2 of Timthumb it doesn’t work properly. With version 1 works pretty fine. Hope this solution works for another people, because i lost a lot of hours checking every issue and nothing.
I commented the line 825 in version 2 and works, but the crop doesn’t work fine, so i’ve back to version 1 until found a good solution to load here.
ThanksMario
Forum: Plugins
In reply to: [NextGen NivoSlider] Resize doesn't workI changed the version of tinythumb and now works fine. Doesn’t sure why that version can’t works fine. I’ll check with the other file when is on a live host.
Thanks!!!Forum: Fixing WordPress
In reply to: changing of titlebar style in sidebarTo remove the backgound or change the background of the first two titles you can add this into style.css
.widget_area #search-3 .widget h3, .widget_area #blog_subscription-4 .widget h3 { background: #somecolor; }
With this you will change the first two background color like you need.
Let me know if worksMario
Forum: Plugins
In reply to: [W3 Total Cache] Latest updates breaking websiteCan you install the plugin and deactivate each options inside it and activate one by one. If not another thing that you can do is clean the whole w3cache directory with the all files and make a clean and new install of the plugin.
Forum: Fixing WordPress
In reply to: changing of titlebar style in sidebarTell me for example which title you like change?
So, i’ll can help you quicklyForum: Fixing WordPress
In reply to: Redirecting URLYou can use too redirector which you can add the url in the same editor page over the right. Works fine and is clear to use.
Forum: Plugins
In reply to: [W3 Total Cache] Latest updates breaking websiteI had a lot of issues updating w3 cache, but i fix it deactivating the plugin, then update and then activate again.
Don’t sure if this can help you, but for me works fine in a lot of sites.Forum: Fixing WordPress
In reply to: changing of titlebar style in sidebarCan you provide an url to see the site?
You can use the<body <?php body_class(); ?>>
inside your code and then you can use something like this:
body.page-id-x #sidebar h1.entry-title{ css custom rules goes here}
Let me know if this help youMario
It show this on firebug.
QTags.addButton( ‘ed_button’, ‘Add SimpleViewer Gallery’, addGallery, null, null, “Add SimpleViewer Gallery in your post” );
On line 100, wp-simpleviewer.php file.
And on the wp-simpleviewer options not show addgallery or something like this to add my images to share.
Is displayed on the admin, when i goes to the wp-simpleviewer link.Thanks