Digital experiences for all disciplines
Forum Replies Created
-
-
November 5, 2015 at 8:26 pm in reply to: Images too small and delete function don't delete all thumbs #226411
After many google questions i find the solution. The f******* amazon Api only export 500px resized pictures for import. This was the reason why it won’t work. Its very bad but the plugin developer cant change it.
Thank you for the nice support.
5 star rating!November 4, 2015 at 10:12 pm in reply to: Images too small and delete function don't delete all thumbs #226007Hi Kyle,
and what can i see after activate twenty15 and import?
How can i check the function?Florian
November 3, 2015 at 1:25 pm in reply to: Images too small and delete function don't delete all thumbs #225405If i activate the theme i loose all settings?
November 3, 2015 at 12:35 pm in reply to: Images too small and delete function don't delete all thumbs #225375Hi David,
yes thats correct but there are the right settings set.
The misterious thing is, that all images have the width of 500px…This muss be a fix variable in an interface between woozone and neighborhood theme.Yesterday you send me a dropxbox link with ne template. I test it today or tomorrow and give you a feedback.
Can you tell me, what did you do in this beta version?Florian
November 2, 2015 at 3:16 pm in reply to: Images too small and delete function don't delete all thumbs #225049Yes and the Developer Said to me, that or works on 1000 Sites and then it will be a conflict between theme and plugin. But i cant Find the 500px rule…
November 2, 2015 at 2:01 pm in reply to: Images too small and delete function don't delete all thumbs #225006Hey Mohammed,
That’s Okey. I know. But why are the Imported Images max 500px width?
I cant Find any solution. Can you take a look?Florian
Yes i use only child themes. Its very difficult to use hacks in child functions.php to enqueque scripts…It takes up to 10 hours to fix it and no 100% update compatibility
Hi Brian,
i have the same problem. I use W3 Total Cache and its okey but not so good…I think you have to make changes in code. Its ugly but the problem of such a big and nice function template.
Florian
This reply has been marked as private.Hi Rui,
do i need to copy the whole code? The sf-page-heading.php have many options.
I think i only need this part so change in function (line 98 – 108):
<?php if ( sf_woocommerce_activated() && is_woocommerce() ) { ?> <?php if ( is_product() ) { ?> <h1 class="entry-title" <?php echo $article_heading_text; ?>><?php echo esc_attr($page_title); ?></h1> <?php } else { ?> <h1 class="entry-title" <?php echo $article_heading_text; ?>><?php woocommerce_page_title(); ?></h1> <?php } ?>
Can you send me the right code for my functions.php
I don’t get i to work fine.Thanks and have a nice day.
FlorianHi Rui,
yes i know and i make some changes for my template optimization but i can’t find the h1 in <div class=”heading-text”> in content-single-product.php
I think it would loaded in a dynamic way but i can’t find it.
Florian
This reply has been marked as private.Hi Mohammed,
it won’t work.
I put it in the functions.php of parent and child theme and the h1-tag in div.heading-text would be loaded!?!See attachment.
I make display: none via css, but its very studid for seo.
Have you another idea?
Florian
Attachments:
You must be logged in to view attached files.Is it possible without css via functions.php in child theme to deactivate the title on single product pages?
July 27, 2015 at 8:41 pm in reply to: Use loco translate but won't work and translatation woulnd't be easy #198287I find a solution.
I need to generate .mo and .po via loco translate and copy the files to the theme language folder and rename to de_DE.Problem: E. g. some strings can be translated but some other won’t work… Can you help me? -> “0 items in the shopping bag” or “Unfortunately, your shopping bag is empty.”
After update i think i need to put the two files manually to the languages folder. Its not good but i think it would be okey.
What do you think?
-