-
Search Results
-
Hi
The Product Descriptions have disappeared from all of the products in Woocommerce. That is, they are still in the back end/admin panel but are not showing up in the tabbed section on the site.
I think they may have disappeared when I was adjusting the settings for the Column and Product Count in Woocommerce.
Can someone please help me with this? I can’t give you a link to the site because it is not live yet.
My installs are as follows:
WordPress 3.8.1 using Enfold 2.5.2.
bbPress by The bbPress Community version 2.5.3,
Delightful Downloads by Ashley Rich version 1.3.4,
Regenerate Thumbnails by Viper007Bond version 2.2.4,
WooCommerce by WooThemes version 2.1.2Could you add an option, probably to the post editing Layout panel, to hide the featured image so it doesn’t show at the top of the post? I want to add featured images to all my posts so their thumbnails show up in various places, such as a block of blog posts on my landing page or in the You Might Also Like section at the bottom of posts. But I don’t always want those images appearing at the top of the post itself. Sometimes the images simply aren’t large or wide enough, other times they just kinda get in the way.
Thanks for any consideration.
Hi, I am having trouble getting the links to point to the articles.
I have this setup:
– Page (called ‘offender register’), it has 5 avia blocks each containing content element ‘blog posts’. This is pulling in entries from a custom taxonomy.This works well.
However, then I click on any post I get a 404.
This is my cpt and taxonomy setup code:
<?php //HATE Reports // Register Custom Post Type add_action('init', 'reports_init'); function reports_init() { //Labels for cusotm post type. $report_labels = array( 'name' => _x('Reports', 'post type general name'), 'singular_name' => _x('Report', 'post type singular name'), 'all_items' => __('All Reports'), 'add_new' => _x('Add new report', 'report'), 'add_new_item' => __('Add new report'), 'edit_item' => __('Edit report'), 'new_item' => __('New report'), 'view_item' => __('View report'), 'search_items' => __('Search in report'), 'not_found' => __('No report found'), 'not_found_in_trash' => __('No report found in trash'), 'parent_item_colon' => '' ); //Arguments $args = array( 'labels' => $report_labels, 'public' => true, 'publicly_queryable' => true, 'show_ui' => true, 'query_var' => true, 'rewrite' => true, 'capability_type' => 'post', 'hierarchical' => false, 'menu_position' => 5, 'supports' => array('title','editor','thumbnail','comments', 'report-cat', 'author'), 'taxonomies' => array( 'report-cat', 'post_tag' ), 'has_archive' => 'report' ); register_post_type('report',$args); } //Add new taxonomy upon WordPress initialization function report_create_taxonomies() { // Report Categories register_taxonomy('report-cat',array('report'),array( 'hierarchical' => true, 'label' => 'Report Categories', 'singular_name' => 'Report Category', 'show_ui' => true, 'query_var' => true, 'rewrite' => array('slug' => 'report-cat', 'with_front' => FALSE), 'capability_type' => 'post', )); } add_action( 'init', 'report_create_taxonomies', 0 ); ////////////// ?>Permalink setting are set to:
Post name http://localhost/sample-post/I can reach the archive page for the cpt categories via:
http://localhost/report-cat/racism/
http://localhost/report-cat/antisemitism/
http://localhost/report-cat/anti-gay/
http://localhost/report-cat/misogynistic/
http://localhost/report-cat/the-r-word/This is an example link given above the wp editor for a post in the anti-gay category:
http://localhost/report/he-is-a-fagI have tried everything to get this to link correctly but am now hairless.
How can I use CPT with the blog post in the avia builder?
Thanks
Hello everyone
New user here and I had a couple of questions.
I’m trying to design a page for photographers. The idea is that each photographer has his own subpage, showing a few portfolios. Each portfolio consists of some photos and a description.I understand that for each photographer I should make a portfolio item for each one of his galleries, assign them to the same category, then create a page to display the portfolios
So I wanted to ask, could I have the preview image (“featured image”) link to a slideshow lightbox instead of linking to a portfolio page with thumbnails? I mean viewing the whole gallery in the lightbox, not just the featured image. The latter already exists as an option.
Secondly, can I direct portfolios to source the images from a nextgen gallery instead of the media outlet provided by wordpress?
Thanks in advance
Please view my website at http://www.matt-morse.com.
I am struggling with my LayerSlider and its appearance on all different devices. Do you know which settings I can adjust to make it like the LayerSlider on the Enfold demo? That displays exactly the same on all devices.
Also, directly under the LayerSlider on my homepage are the Recent Blog Posts, where I chose to have the thumbnail and title only. Is there a way I can remove that empty gray space to the right of the thumbnail and just center thumbnail over the title instead?
Thanks for all your great help. This is an excellent support forum.
Topic: Styling is gone!
all of a sudden social icon menu is overlapped with pages menu and portfolio does not display categories – http://www.albertosarrantonio.com/
and overal styling seems gone – gallery thumbnails showing blue edge – http://www.albertosarrantonio.com/portfolio-item/a-tribute-to-marilyn/please help!
thanksTopic: ! H E L P !
H E L P !
Now the entire site is gone!! I just typed in a shortcode to show thumbnails (without mistakes!) and the entire site went blank!
I don’t know what to do now. Can someone help? The site was almost finished . . . :-\
arnoldveeman.com/testsitenieuw
Liebes Kriesi Team
Nutze Enfold mit Woocommerce. Gerne würde ich die Grösse der Bilder der Produkte in WC definieren. Die sichtbare Grösse in der Ansicht des Kunden von “Einzelnes Produktbild” und “Katalogbilder”.
Habe Simple Image Sizes und Regenerate Thumbnails installiert aber konnte damit nichts ändern…
Forum durchsucht, nicht klar fündig geworden…Ich möchte hauptsächlich, dass Bilder mit NICHT-quadratischem Format automatisch nicht abgeschnitten werden sondern soweit verkleinert werden damit sie in die definierte Bildgrösse hineinpassen.
Konkret:
http://natur-duft.ch/start/duftsets/duftset-alles-liebe/ –> Produkt-Bild quadratisch, jedoch nicht abgeschnitten, als ganzes verkleinert
http://natur-duft.ch/produkt-stichwort/duftset/ –> Katalogbild-Bild quadratisch, jedoch nicht abgeschnitten, als ganzes verkleinertInfos zu meiner Quick-CSS:
#top #main h1 {
font-size: 23px;
line-height: 1.1em;
margin-bottom: 8px;
}
#top #main h2 {
font-size: 22px;
line-height: 1.1em;
margin-bottom: 8px;
}
#top #main h3 {
font-size: 20px;
line-height: 1.1em;
margin-bottom: 8px;
}
.woocommerce-main-image.zoom {
overflow: hidden;
}
.four.units.single-product-main-image.alpha .images a {
pointer-events: none;
}Einstellungen:
Woocommerce:
Katalogbilder: 250×250, nicht beschneiden
Einz. Produktbild: 350 x 350, nicht beschneiden
Produktvorschau: 120×120, nicht beschneidenIm Simple Image Size sind die Einstellungen gleich!
Vielen Dank für Eure Hilfe
Daniel
Hi,
I updated to wordpress 3.8.1 + Enfold 2.5 and it seems to have caused the portfolio grid thumbnails not to show.
It’s fine when logged in as admin and view the portfolio page but when in open public viewing logged out of admin the portfolio grid thumbnails do not show.
Please could you help.
kind regards
