Digital experiences for all disciplines
Forum Replies Created
-
-
January 7, 2015 at 9:08 am in reply to: Related Articles (posts_carousel): different thumbnail image size :( #139582
Hi,
Upload a bigger size thumbnail, the featured images you upload are very small in size,
Let us know,
Thanks,
laranz.Hi,
You can translate the theme using the codestyling localization plugin, follow this instruction http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en
Let us know,
Thanks,
laranz.January 7, 2015 at 12:31 am in reply to: Instructions on how to update to newest Dante theme PLEASE #139535Hi,
Yes you can do that way, or simply use the Auto-update option by visiting the Themes page. http://take.ms/eRpjd
Let us know,
Thanks,
laranz.Hi,
Can you try adding this in the functions.php ?
add_action('woocommerce_before_shop_loop','rev_slider_in_shop'); function rev_slider_in_shop() { echo do_shortcode( '[rev_slider homeslider]' ); }
Change “homeslider” to your slidername.
Let us know,
Thanks,
laranz.Hi,
Did you put the Mailchimp subscriber script in the Header by choosing Text/Shortcode?
Let us know,
Thanks,
laranz.Hi,
You mean the page elements you saved from Dante disappeared after switch to Joyn? Or you are talking about the pre-built saved templates?
Let us know,
Thanks,
laranz.Hi,
There is no default option to create a landing page with the theme, you can do that via any plugins https://wordpress.org/plugins/landing-pages/ or https://wordpress.org/plugins/tags/landing-page
Let us know,
Thanks,
laranz.January 7, 2015 at 12:08 am in reply to: More horizontal space for nav items and less for logo #139528Hi,
Don’t try to alter the span4, it will affect the whole site wide. Try this.
#main-navigation { width: 90% !important; } .std-menu { width: 10% !important; }
Let us know,
Thanks,
laranz.Hi,
1. You mean you want to add another “Add to wishlist” button in the product page or where, if it is easy I guide you to add it.?
2. Did you add any Custom CSS for .plus? Try to add this in the Custom CSS in Theme Options..plus { left: 0; }
or
.plus { left: 0 !important; }
3. You mean, you want to add a filter on the top?
Let us know,
Thanks,
laranz.Hi,
After putting the code I gave, comment this code http://take.ms/JHj5T in js/functions.js file
Let us know,
Thanks,
laranz.January 6, 2015 at 11:16 pm in reply to: Decimals showing + Change language on mobile (wpml)? #139523Hi,
1. Glad you got it 🙂
2. Yes, It needs a lot of CSS changes. I will add this that in our features list for the forthcoming updates.Let us know,
Thanks,
laranz.Hi,
Sorry for that, try this steps.
1. Backup all the .po files you translate.
2. Install Codestyling localization.
3. Open the plugin page, and in french click Rescan, then view the translation strings, choose “swift-framework-admin” in the top for text domain.
4. Then change the “Select a shortcode” to french, click save .mo file.
5. Try view the page now.If this too fails, I ask our developer to take a look at the issue.
Let us know,
Thanks,
laranz.Hi,
Try like this,
<figure class="lightbox"><a class="view" href="http://lespuristes.com/wp-content/uploads/2015/01/project_upgrade_tom_ford_gq_before_001.jpg"><img class="attachment-full aligncenter" src="http://lespuristes.com/wp-content/uploads/2015/01/project_upgrade_tom_ford_gq_before_001.jpg" alt="img0" style="width: 409px; height: 517px;" /></a></figure>
Let us know,
Thanks,
laranz.January 6, 2015 at 9:38 pm in reply to: Shop and product pages messing with blog posts (using WPML) #139505Hi,
You mean you don’t wanna English, and just want Spanish and Germany but the site is working unexpected? I forward this to our developer to take a look at this issue.
Let us know,
Thanks,
laranz. -