-
Search Results
-
A previous person posted this without any resolution (because the site wasn’t live):
https://kriesi.at/support/topic/floating-widget/
I have the same issue: in Chrome, the floating widget on the side isn’t floating and disappears as the user scrolls down. In firefox and IE, the widget floats and is viewable as the user scrolls down.
The author (http://wordpress.org/plugins/q2w3-fixed-widget/) of the widget apparently told the original poster to eliminate line 27 in shortcodes.css but I don’t want that to screw up other aspects of the website. Can you please take a look at my site:
and tell me what to change? The element in question is the textwidget on the left sidebar.
Thanks
Topic: woocommerce and 404 error
This error is fixed with the last version?
I have a problems with pretty permalinks, woocommerce and 404 error.
Thanks!!!
Xavier.
in wordpress.org:
”
Hello, good morning.WooCommerce’m fighting with for weeks and would need your help because I’m getting desperate ……. and just go out on the news and everything (I hope not ;)).
I explain ….
I’m doing a website with wordpress having WooCommerce integrated online shop. This website will also have multilingual so I have built WPML (but would not have to affect it said if anything).
By SEO issues have put the permalinks as “input name” which is the most optimal.
To WooCommerce have defined the permalinks as / store /% product_cat%
I have no cache plugin in wordpress and I’ve disabled the php server cache.
The issue is that I have categories and products, I can play with no problem, but when they stop working a few hours and to give the store page gives a 404 error http://dev.escalamas.com/tienda .
Yesterday for example, tap the permalinks in the morning, throughout the day was, do not touch anything on the page and I was going regularly and this morning has stopped working.
Thought you had it controlled no caching of any kind and modification of permalinks of WooCommerce but is seen not.
Someone has the wisdom enough to hecharme a hand?
If I reinstall WooCommerce or change the permalinks and back as they were leaving work .. seems frisked, but I have the cache enabled …..
You have my email also: (Email address hidden if logged out)
Thank you!!
Xavier.
“
Hi! How can I “hide” the address bar (or in iOS7; shrink) when people visit the website?
Hello:
I bought the theme enfold and I would like to know how to include in the top of the header of all pages a section “login – register” thanks
Greetings and congratulations for your work
CarlosHi, the following is kind of difficult to explain, so let’s hope I succeed in doing so. What I basically need to do is automatically show certain content felds on my portfolio pages. For example:
I have hundreds of customers which I added in the portfolio section. I’ve added the whole list of customer logo’s on a page. When visitors click on a customer logo to see the customer details page, they get details such as a quote, pictures, downloadable pdf files, and so on. This information is added through the Avia Layout Builder.
BUT, above the content of the Avia Layout Builder, I want to automatically show the following elements, because most customer detail pages will consist ONLY this info and it’s therefore a big timesaver to make this happen automatically:
– Show the customer logo (featured image)
– Show the customer name (page title)
– Show the customer country (assigned category)
– Show the customer website link (custom field added with Simple Fields plugin)On top of that, I’d like to be able to layout it somewhat so that the logo is placed to the left of the title+country+website. I’ve already tried adding some php in the single-portfolio.php file, but my PHP knowledge is very limited and I keep getting errors.
To call for the correct fields, I think it’s something like:
– Featured image: the_post_thumbnail( );
– Page title: the_title( );
– Assigned category: get_the_term_list( get_the_ID() )
– Simple Fields custom field: $customers_website = simple_fields_get_post_value(get_the_id(), array(3, 1), true);Below is an example of the code I’ve put together, which still has an error and seems to replace any content inside the Avia Layout Builder, but as I explained it’s supposed to just show above it.
<?php echo "<div style='float:left; border:1px solid #E1E1E1; margin-right:5%; margin-bottom:20px;'>"; if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail( ); } echo "</div>"; the_title( '<h3>', '</h3><p>' ); echo strip_tags ( get_the_term_list( get_the_ID(), 'customers_entries' ) ); $customers_website = simple_fields_get_post_value(get_the_id(), array(3, 1), true); echo "</p><p><a href='$customers_website' target='_blank'>$customers_website</a></p>"; ?>Any advice is greatly appreciated.
Thanks in advance!
Viewing 30 results - 139,411 through 139,440 (of 142,823 total)
