Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
This is not the default style and looking at the demo here: http://kriesi.at/themes/enfold/product/zoku-trioquick-pop-maker/ I can clearly see there is no background. Also,I would like it exactly the demo. Is there anybody working on this demo template that can advise how they got this?Have you tried to adjust the size of the Catalog Images thumbnail?
Yes I have, I think the problem is the box size. See size difference below in private area:
Regards
Vincent- This reply was modified 8 years, 4 months ago by Vincent.
Hi Ismael,
Thanks for your reply, please see my response in the private area.Thanks
Vincent- This reply was modified 8 years, 4 months ago by Vincent.
Hi Andy,
I was already of that solution, however, it’s not optimum. Now we are adding as second layer of images, why not just draw through the actual category thumbnail? It should work on Woocommerce as it does on Abundance theme.
The code I sued in my response to Ismael works to place it on the page but breaks on positioning.
Thanks
VincentHi Ismael,
Yes, the site is 100% Enfold. I have now regenerated thumbnails (plugin: Regenerate Thumbnails) and it is still the same issue. Something else is surely wrong and speaking with Woocommerce people they advise to go to theme builders. I know categories can work for the same size as we see them in the demo here: http://kriesi.at/themes/enfold/shop/
Also, it seems off that I am having similar issues with the related thumbnails being too big and displaying incorrectly with a huge coloured background as in the same ticket here: #651631
Thanks
VincentHi Ismael,
Hard crop of the catalogue images is already enabled and still the problem exists.
Regards
Vincent- This reply was modified 8 years, 5 months ago by Vincent.
Hi Andy,
Thank you for your reply. I have included a direct link below and logins.
Thank you
VincentHi Ismael,
Thanks for your reply.
Okay, this is part of the way there. However, I don’t want to have to manually use a shortcode each time we upload a product, most of our products will come via a feed and that is literally hundreds automatically listing on the site.
What I would like is to be to the breadcrumbs outputted from Yoast SEO plugin.
I would like these breadcrumbs to appear without using the Enfold title bar. I have enclosed a screenshot in private area whee I would like them.Thanks and I appreciate your help.
VincentHi Ismael that did not work either and made no difference. See category below:
yhanks Vincent
Thanks, Ismael, that looks nice :) and I appreciate your help.
All solved now.
Vincent
Hi,
I have part of the solution which is to add the following to the functions.php. However, it needs to be resized with the following CSS. The only problem with this is it pushes the thumbnail to the extreme left into the sidebar. I have now removed the code and asking for support here.
Thanks
Vincentadd_action( 'woocommerce_archive_description', 'woocommerce_category_image', 2 ); function woocommerce_category_image() { if ( is_product_category() ){ global $wp_query; $cat = $wp_query->get_queried_object(); $thumbnail_id = get_woocommerce_term_meta( $cat->term_id, 'thumbnail_id', true ); $image = wp_get_attachment_url( $thumbnail_id ); if ( $image ) { echo '<div class="product-category-image"><img src="' . $image . '" alt="" /></div>'; } } }
CSS for thumbnail to left:
.product-category-image { max-width: 200px; float: left; margin-right: 1em; }
Hi Andy,
That did not work either, the page H1’s, H2’s are still in upper caps in shop, pages, and posts.
Vincent
Hi Vinay,
Thanks for your response. I have enclosed a screenshot as the site is not live yet to show you what I mean. See screenshot in the private area below.
Thanks
VincentThank you Andy, that looks much better :)
Solved!
Vincent
Hi Ismael,
Thanks for your reply. That post you sent to me does not apply. If you read what I wrote above, it says:Is there a way I can use the breadcrumbs without using the bar that they sit in?
So, to rephrase:
I would like to enable breadcrumbs without the breadcrumbs being placed in the title bar. I am NOT using the title bar. I would like to use Yoast inbuilt settings from his plugin to control the breadcrumbs.Thanks
Vincent.- This reply was modified 8 years, 5 months ago by Vincent.
Hi Ismael,
Thanks for your reply. Unfortunately, that is not what I meant.
I don’t want the banner image on each category. I want to use the thumbnail image so that it places directly to the left of the content on the category pages.
Here are two examples of websites that use this:
Bathrooms site: http://bathrooms.plus/z/showers/ (Notice the category thumbnail displays on the page).
Manscape site: (Abundance theme): http://www.manscape.co.uk/a/skincare/eye-care/ (The same, category thumbnail appears on page).Thanks
VincentHi Ismael,
Hee is a link to the page (In private area).
Thanks
VincentHi Andy,
Thanks for your reply. That seems counterproductive, as each page will need to be adjusted in the CSS. I want the option to alter the case for H1, H2 etc.There is no specific element, it is a request to adjust the header tags.
Thanks
VincentThanks for your response Andy,
This has no effect at all and the articles page still shows the exact same size titles. I have included in the private area the page itself so you can see what I mean.
Hi Ismael,
Thanks for your reply. I have uploaded the link below to a screenshot.
Thanks
VincentHi Yigit,
Thank you for your reply.
Unfortunately, this did not work for me. Instead, it reduced the size of the page (narrow) and squashed up the content. It did not force the H1 or H2 to be lowercase.I used the following:
.page.entry-content-wrapper h1, .woocommerce .entry-content-wrapper h2 { text-transform: none; }
Is there an adjustment to this that can optionally force H1, H2 to be lowercase without it breaking the page?
Thanks
VincentHi Ismael, that seems really convoluted and takes away from the customization using excerpt etc.
I have found another workaround:
Using this Plugin: Add Categories to Pages(https://wordpress.org/plugins/add-category-to-pages/) (This allows me to attach a page to a post category without it altering the URL and actually physically living in that category.
On ALB I then use the Blog Posts grid and specify the category where I put my pages in. It feeds through perfectly with a custom excerpt.
The only problem I have now is that the titles are too big, is there a way I can reduce the titles size in the Blog posts grid?
Thanks
VincentHi Yigit,
How do I optionally force H1, H2, etc to lowercase in blog posts, pages, and shop?
Thanks
VincentThank you again and much appreciated.
I don’t agree and I don’t believe many others would agree that we should have to copy demo content to find out correct sizes of images, that is not the correct way of writing documentation. Copying demo clogs up the site with unwanted images and other pages.
Thanks for the heads up on the correct image sizes. :)
Vincent
Hi,
Okay, I’ll address each point again – I’m not sure why I should have to open a new thread for each issue when they are all related. Clearly something is wrong here on one page only. I have already tried several times to redo this entire page including deleting the blog page and starting again. I’m not willing to keep doing this when it is clearly not working.POINT: 1
The height of the slider of the Magazine demo is: 430px. The height of my slider is: 450px it makes no sense.Use the same image sizes to get the exact same result.
What are those image sizes then? Why isn’t there any clear documentation on this?
POINT: 2
This doesn’t solve the issue of the sidebar. It is still broken and still not displaying. Why should I open a new site? I’m confused by your remark, are you saying that I should delete this entire site with all the content I have migrated over and start again? Firstly, that is counterproductive, and I don’t have the luxury of time to do this again. hence, I purchased a further template and came here for support.POINT: 3
Okay, I can open another thread for this specific issue as it is sitewide.BTW: I saw your page demo on that private link. This is incorrect as it shows the sidebar full length. I can do that easily. I was trying to get it to look like the demo here: http://kriesi.at/themes/enfold/homepage/home-v10-magazine/
AS A FURTHER ADDENDUM
I just renamed the URL /blog to /blog-test and this seemed to work okay, which is quite weird. I then renamed /blog-test back to /blog and it is still working. This time, the border colour issue also repaired itself, same as the sizing of the slider. I don’t know why and what caused the problem, it wasn’t a plugin. I wonder if it is something to do with opting to have the logo in the centre of the header?Final question – what should be the size of the featured images for it to display correctly in the magazine accordion slider?
Regards
Vincent- This reply was modified 8 years, 5 months ago by Vincent.
Andy,
Thank you for your reply.
Firstly, the page looks nothing like the one in the demo for Magazine. The slider in magazine is shorter.
Secondly. the sidebar is activated, if you read my request, part of the problem is the sidebar. However, even with it being activated it does not work or display.
Thirdly, I know where to change the border colour and it was changed but still displaying dark borders. To prove that point here is the colour setting #e1e1e1BTW: this problem is on Chrome and Firefox (latest versions). Any chance you could re-assign this issue to someone else who could have a ‘closer’ look?
Thanks
Vincent
Hi Andy,
There is content, lots of it. Please re-read my support request.
The reason you are not seeing content is that the magazine settings are not working correctly and I had to remove magazine which in turn removed the content from view. (However, I have now replaced the magazine settings, and it is still the same – broken. Furthermore, there is no sidebar, and the borders are really dark black.
Once again: Basically, I want the layout to look like this: http://kriesi.at/themes/enfold/homepage/home-v10-magazine/
Thanks
Vincent- This reply was modified 8 years, 5 months ago by Vincent.
Hi Andy,
Thanks for your reply. I’ll start again with what the issues are and what I have done so far, and include a login in the private area below as the site is not live yet.
What I have done:
I am in the process of migrating an older site to the Enfold template in which I am customising.
I have so far migrated all past blog posts to the blog area.
I have enabled debug mode and copied over the code for magazine layout – however this did not work and I have now reverted.
What the problem is:
I want the main blog category to be like the homepage of the Magazine layout.
When I attempt to do this, the top magazine slider becomes too big (height) and everything looks pixelated.
It does not sit on top of the sidebar (I created a sidebar for the blog main page only) – name of sidebar is: Main Blog – home
Basically, I want the layout to look like this: http://kriesi.at/themes/enfold/homepage/home-v10-magazine/Thanks
VincentHi Vinay,
Thank you for the response.
I tried as you suggested. I enabled debug mode and used your suggested code to copy the layout of Magazine V10.
Unfortunately, the following issues were raised:
I couldn’t get the top Magazine slider to sit on top of the sidebar. I then added the Magazine slider to a colour section and this didn’t work too well either. When I did get it working after I removed the colour section – the height of the slider was too big and it pixelated the featured entry posts.
The borders of the sidebar etc. was too dark and not light like the demo.
I have had to remove what I did.
Any ideas?
Thanks
VincentMay 7, 2016 at 7:11 pm in reply to: Enfold 3.5.4 Update – Blog Feed & Testimonials Not Working #628666Hi Jordan,
Thanks for your reply. It was still not working for me. What you saw was a cached version from MaxCDN a content delivery network. I have now cleared that cache and its all working now.
Thank you
VincentI want to add a static image to the top of every posts.
I was going to add the img tag into the single.php
Ignore the breadcrumbs for now
-
AuthorPosts