Kconners
Forum Replies Created
-
I just went in and double checked to make sure my cache was clear. I actually don’t have a active cache plugin.
Forum: Plugins
In reply to: [WooCommerce] moving product name info buy now etc… to top of pageLorro,
Thank you I tried a similar code in css earlier as well. Unfortunately neither that or this was of help. it is od as the css for the plugin is obviously hidden do to the theme css. only enough i was able to call out and change many other things by calling them out in my themes css or in function.php any other suggestions are greatly appreciated and thanks again for you’re thought on that much appreciated
Forum: Plugins
In reply to: [WooCommerce] moving product name info buy now etc… to top of pageAny help on this si greatly appreciated I have tried numerous things to get the product short description to display fully t the right and not lower then the product image with no such luck please view fiendbmx.com/shop/ it is noticeable on each product page.
Forum: Fixing WordPress
In reply to: background shift on iPhonegood idea thanks esmi I appreciate that thought
Forum: Fixing WordPress
In reply to: background shift on iPhonesorry early for me esmi. yes right now it is still a twenty ten moderated theme. but i am aware of what editing it does and aware it will need to be turned into a child theme, which it will be.
Forum: Fixing WordPress
In reply to: background shift on iPhonecurrently I am not but I will be making it a child theme before going removing the password
Forum: Fixing WordPress
In reply to: background shift on iPhoneEsmi it is a child theme of twenty ten I still have to take the final step in making it a child theme once i resolve this. but am doing that now any help would be greatly appreciated. and it was downloaded through wordpress of course.
Forum: Plugins
In reply to: catablog won't display in row only in vertical columnThank you so much mbrsolution appreciate that very much i had it that way at one point and simply had short code listed weird i believe.
Warning: Missing argument 2 for wp_kses(), called in /home/fiending/public_html/wp-content/plugins/responsive-header-image-slider/responsive_headerimageslider.php on line 158 and defined in /home/fiending/public_html/wp-includes/kses.php on line 479
Warning: Missing argument 2 for wp_kses(), called in /home/fiending/public_html/wp-content/plugins/responsive-header-image-slider/responsive_headerimageslider.php on line 158 and defined in /home/fiending/public_html/wp-includes/kses.php on line 479
Warning: Cannot modify header information – headers already sent by (output started at /home/fiending/public_html/wp-includes/kses.php:479) in /home/fiending/public_html/wp-admin/post.php on line 233
Warning: Cannot modify header information – headers already sent by (output started at /home/fiending/public_html/wp-includes/kses.php:479) in /home/fiending/public_html/wp-includes/pluggable.php on line 896
now just to figure out why i keep getting this code after saving a post or page obviously in my header.php but ill figure that out thanks again
Forum: Plugins
In reply to: [CataBlog] Gallery thumbnails displaying as a columnHI, mbrsolution
below is th slink including the password below it to have a look. I am not certain just how to create a ticket with in this thread to be honest.
fiendingproject.com/palmere-frame
temploginthanks
Forum: Plugins
In reply to: [CataBlog] Gallery thumbnails displaying as a columnhere is a link to the new topic thanks again thought i had it fixed but now its displaying every image rather then called out galleria
http://ww.wp.xz.cn/support/topic/catablog-wont-display-in-row-only-in-vertical-column?replies=1Forum: Plugins
In reply to: [CataBlog] Gallery thumbnails displaying as a columnthank you i actually figured that part out weird issue i am having now is that when gallery is displayed light box is holding the image width at a certain size rather then display picture at 100% ill start a new thread on that now thanks again my friend
Forum: Plugins
In reply to: [CataBlog] Gallery thumbnails displaying as a columnmbrsolution I am working on a updated version of our site and keep having the same above problem with the resolution you mentioned not working this time around I’ve been able to change many other issues etc… no problem but stuck on this one any knowledge of this plugin changing or any advice?
Forum: Plugins
In reply to: [CataBlog] Thumbnails displaying as columns change to rows?it certainly was thanks again my friend
Forum: Plugins
In reply to: [CataBlog] Gallery thumbnails displaying as a columnyou my friend are a saint thank you so much I was baffled by this for a good eight hours now. thanks a ton
I beleive I probablly did that in a late night attempt to adjust.
thanks again I will mark as resolved
Forum: Plugins
In reply to: [CataBlog] Gallery thumbnails displaying as a columnalso I am farely certain it should be located within the following .css but after adding some specifics and trying numerous adjustments I personally am almost at a standstill with it/* Gallery Template CSS Classes */
.catablog-gallery.catablog-row {
display: block;
position: relative;
float: none;
padding: 0;
margin: auto;
}
.catablog-gallery.catablog-row .catablog-image {
display: block;
float: none;
position: none;
padding: 0px;
margin: 0px;
}
.catablog-gallery.catablog-row .catablog-image img {
float: none;
max-width: none;
min-width: 0px;
max-height: none;
min-height: 0;}