vinuel
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Change URL of Search Result PageJust for the record: This was what I was looking for.. https://wpengineer.com/2258/change-the-search-url-of-wordpress/
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Change URL of Search Result PageHi Mikko,
thanks for the quick reply! I also would prefer not to have a diffrent page for the search results, but is a bit compliicated situation with a WordPress Multiisite…
I’ve already found out about the
action
thing, but was wondering if the search form is something the Relevanssi Plug-In is providing. It seems not …Thanks anyway!
Forum: Networking WordPress
In reply to: Redirect Deactivated SubsiteHi Cate,
thanks! I already tried rewrite rules in the .htaccess before.. it seems there was something wrong about the trailing slash… some more attempts and not it works!
All the best! ??
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] Custom Contact Forms and WP REST APIIf both plug-ins are avtivated and I enter the backend of the page with the contact form I get an pop-up that says something like “Custom Contact Forms problem. – There are problems with synchronizing the data, please try to deactivating all plug-ins… ” (it is german.)
Furthermore I can′t see any of the contact form submissions in the backend.
But I get the same problem with a SEO plug-in, so it might be a problem of the contact form plug-in…
Forum: Plugins
In reply to: [Photospace Responsive Gallery] Thumbnails on the right or bottomAn update of the plug-in would destroy these changes. You will have to fix this again after updating, or you never update. Best!
Forum: Plugins
In reply to: [Photospace Responsive Gallery] Thumbnails on the right or bottomHello,
my solution so far is that I changed the order of the <div>s in the plug-in files … not the best solution, because the plug-in is no longer updatable.The file is: photospace-responsive.php
Set the
<div class=”thumbs_wrap2″>
…
</div>
after the
<div class=”gal_content”>
…
</div>
part.Forum: Plugins
In reply to: [Photospace Responsive Gallery] Thumbnails on the right or bottomSame problem here. I wonder if there is a solution without changing the <div>s in the core plug-in files?
Forum: Plugins
In reply to: [Text Widget with Class] Bug with the titelPerfect, it is fixed!
Thanks & best!
Forum: Plugins
In reply to: [Text Widget with Class] Bug with the titelHey disinfor,
thanks for the change, but it doesnt seem to work … still got the same problem. The register_sidebar looks like normal:$sidebars = array('Sidebar'); foreach ($sidebars as $sidebar) { register_sidebar(array('name'=> $sidebar, 'id' => str_replace(' ','_', strtolower($sidebar)), 'before_widget' => '<article id="%1$s" class="panel widget %2$s">', 'after_widget' => '</article>', 'before_title' => '<h4>', 'after_title' => '</h4>' ));
Here is an image that shows what I get:
https://www.lieberungewoehnlich.de/twwc-widget.png
Maybe this helps…Best, V
Forum: Plugins
In reply to: [Text Widget with Class] Bug with the titelHello, thanks for your reply. We use a kind of own framework (based on the Reverie 3 framework) with own widgets and own functions.php.
For me it looks like somethng is wrong with the code of the widget.
Best, V
Forum: Fixing WordPress
In reply to: Can't set post thumbnails size — WP keeps using wrong sizeok, sorry. haven’t been here for a while.
Forum: Fixing WordPress
In reply to: Can't set post thumbnails size — WP keeps using wrong sizeSorry, but this is exactly my problem. Maybe I didn’t get it clear enough, but it is like the first person described it, and so far this thread is not marked as ‘solved’..
This is in my functions.php
add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 710, 170 );
but my thumbnails are 1000px x 288px.
Forum: Fixing WordPress
In reply to: Can't set post thumbnails size — WP keeps using wrong sizeSame issue here..
I’ve set the thumbnail-size in functions.php but WP takes a totally diferent size, very much to large. I have no idea where WP this file-size takes from…Forum: Plugins
In reply to: Jet Pack Twitter Widget : target blank option ?same problem here …
is there a wishlist to put this on?Forum: Plugins
In reply to: Display “Read More” Link on Excerpts with Advanced Excerpt Plugin ThematicI’m hardly trying to figure out the same thing …