cristian-ungureanu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Shop Isle] Shopisle – problem on mobilesHi @systerblom,
You have a beautiful site. The problem with “The content is wider than the screen” is because of this title “BEST?LL BEGRAVNINGSBLOMMOR”. “BEGRAVNINGSBLOMMOR” is a really long word. There are 3 solutions for this:
1. Find a synonym for “BEGRAVNINGSBLOMMOR”, a shorter word
2. Add this code in Appearance => Customizer => Additional Css
.module-title{ word-break: break-all; }
or
.module-title{ word-break: break-word; }
This will break longer words like this for the first piece of code https://prntscr.com/lutlgz or like this for the second one https://prntscr.com/lutkwe
3. Lower the font size by adding this code in Appearance => Customizer => Additional Css@media (max-width: 767px) { .module-title{ font-size: 20px; } } @media (max-width: 320px) { .module-title{ font-size: 16px; } }
Let me know if this works!
Forum: Themes and Templates
In reply to: [Shop Isle] Customizing Search Results page to show the excerptHi @codeslayer2010,
Sorry for my late reply. Try adding this function in a child theme:
function shop_isle_post_content() { global $post; echo '<div class="post-entry entry-content">'; $shop_isleismore = strpos( $post->post_content, '<!--more' ); if ( $shop_isleismore ) : the_content(); else : the_excerpt(); endif; echo '</div>'; $tags_list = get_the_tag_list( '', esc_html__( ', ', 'shop-isle' ) ); if ( $tags_list ) { printf( /* translators: s: post title */ '<span class="tags-links">' . esc_html__( 'Tagged %1$s', 'shop-isle' ) . '</span>', $tags_list ); } }
Forum: Themes and Templates
In reply to: [Shop Isle] remove add to cart hover overHi @ether11,
Sorry for my late reply. Let me better understand this. You are saying you want to remove the effect on button hover? The one that changes the color of the button? ( https://www.useloom.com/share/6cbafcac5fba41d1b69ae82aeed0b016 ). Or do you want the buttons to be always visible like they are on the mobile version ( https://prntscr.com/luen4q ) ?
Best regards,
CristianForum: Themes and Templates
In reply to: [Shop Isle] Mobile Homepage Different from PC VersionHi @wpmistress,
The problem is that you have the AMP plugin activated. At the moment ShopIsle isn’t compatible with AMP but we’re planning to add it in the near feature.
Best regards,
CristianForum: Themes and Templates
In reply to: [Shop Isle] Demo contentHi @raafatli,
Sorry for my late reply. Unfortunately, there isn’t yet a method to import the demo content but I am more than happy to help you with this. Can you please write to us at https://themeisle.com/contact/ ?
Forum: Themes and Templates
In reply to: [Shop Isle] Shopisle – problem on mobilesHi @systerblom,
Can you share your site with me?
Forum: Themes and Templates
In reply to: [Neve] Neve single post layout and ElementorAnother idea, make sure you don’t change the page/post template when you add a new page/post. When you create an Elementor template, you overwrite the “Default template”. If you edit your post and change the template ( https://prntscr.com/lqlb8w ) the template from Elementor will not apply so make sure the template is on “Default template”. If you want to change the page template, do it from Elementor ( step 4 from the previous comment ).
Forum: Themes and Templates
In reply to: [Neve] Neve single post layout and ElementorHi @zatrix,
Thanks for getting in touch with us. I tried to replicate this issue on my local environment but I couldn’t so I’m gonna need some more information from you.
Can you confirm that you are using the latest version of Elementor ( 2.3.4 ), Elementor Pro ( 2.2.3 ) and Neve ( 1.0.19 )?
What steps did you follow when you created your template?In my case I did this:
1. Dashboard -> Elementor -> My Templates -> Add New
2. https://prntscr.com/lqkr7k
3. I’ve selected any default template that Elementor Pro offer then I’ve clicked the insert button
4. I’ve changed the page layout https://prntscr.com/lqktd7
5. I’ve selected where to display the layout and publish the template https://prntscr.com/lqkudqCan you tell me if you see any errors in the console?
Can you share the PHP version on your server?
What’s your WP version?
What other plugins do you have?- This reply was modified 5 years, 11 months ago by cristian-ungureanu. Reason: Additional questions
Forum: Reviews
In reply to: [Shop Isle] Beautiful, but manual orders don’t workHi constance709it,
Thank you for your feedback! I’ve checked what you said but I couldn’t replicate this issue. You can add orders manually and the input for searching customers works as well. We don’t mess with other plugins controls, hiding them or something like that. At least not voluntarily. The issues that you had may be from a bugged version of WooCommerce or another plugin that interferes with it. Either way, please give us a chance to investigate and fix the problems if there are any. To further investigate, could you please send us a ticket here? https://themeisle.com/contact/Forum: Plugins
In reply to: [Imagga Auto Tagging] Custom post typesHey @gurgaller, thanks for your suggestion. Now Imagga supports custom post types too. Have a great day!
Forum: Plugins
In reply to: [Polylang] Custom controls in customizerHey,
You were right. I was registering that control in wpml-config.xml.Thank you for your help!
Forum: Reviews
In reply to: [Llorix One Lite] This is wrong!Hi there, Cristian here from Themeisle team. You can always remove the content from a section. If the section is empty it will not be displayed. There is a little bug in logos section, we’ll take care of it in the next update.
Thank you for your feedback!
Forum: Plugins
In reply to: [Theme Check] TGM _n_noop warningSorry about that, the plugin said there’s something wrong with class-tgm-plugin-activation … didn’t check it in function.php. Thanks for your help.