Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Unfortunately there is no option for this, sorry.
Regards,
————————————————————————————————————
Cosmin – Support
There’s no other way to do it, unless you create a child theme and copy the entire framework as well, so that theme updates don’t override your changes.
Regards,
————————————————————————————————————
Cosmin – Support
Hi,
1) You need to add more content to your page, it’s simply not enough for the layout to go all the way down on your monitor size.
2) Not sure what you mean with that screenshot, can you elaborate?
Regards,
————————————————————————————————————
Cosmin – Support
Hi Kathryn,
A lot of the code you have in there is redundant and not needed, as it all does the same thing. You have this in the Custom CSS area:
.recent-post .post-date { display: none!important; } .carousel-items .post-item-details, #posts-slider .blog-item-details { display: none !important; } .recent-posts .love-it-wrapper { display: none !important; } recent-posts .post-date { display: none !important; }
Please replace it with this:
.recent-post .post-date, .carousel-items .post-item-details, #posts-slider .blog-item-details, .recent-posts .love-it-wrapper { display: none !important; }
Regards,
————————————————————————————————————
Cosmin – Support
Thanks for letting us know Xènia, closing this as resolved 🙂
Regards,
————————————————————————————————————
Cosmin – Support
Hi,
It’s very common for many web hosts to not successfully import media with the WordPress importer, it doesn’t always work, no matter the theme.
What I always do:
1) import with “download media attachments checked” – this usually does import the images, but doesn’t import the pages/posts/etc
2) do another import, WITHOUT checking the option in step 1) (to get the rest of the content)Also, take a look – you have an error about Contact Form 7 (last one) => you first need to install that plugin, and only then import content for it. This applies to WooCommerce/Revolution Slider as well.
Regards,
————————————————————————————————————
Cosmin – Support
Hi,
In the Header Options from the theme options.
Regards,
————————————————————————————————————
Cosmin – Support
November 26, 2013 at 9:53 pm in reply to: navigation header, fancy-heading, animated icon boxes on ff #33715Hi,
I’ve tested your site with Firefox/Safari and everything works fine; make sure you have the latest versions of those browsers installed.
Regards,
————————————————————————————————————
Cosmin – Support
It will still call it on the page. The file is single.php
Regards,
————————————————————————————————————
Cosmin – Support
Hi,
The .po file doesn’t include that, but yes, the strings are trasnlatable. You would just need to generate a translation out of the files.
Regards,
————————————————————————————————————
Cosmin – Support
Hi,
Have you tried disabling plugins one by one, to see if there’s one of them overriding the theme styles?
Regards,
————————————————————————————————————
Cosmin – Support
There’s not much we can do about that. Plugins that try to minify files in complex themes, don’t understand the logic of how they’re added and when they’re used, so the often do that, it’s pretty much unavoidable.
I would suggest using Cloudflare instead.
Regards,
————————————————————————————————————
Cosmin – Support
Add this in the Custom CSS box from the General theme options:
#logo img { height: 28px; padding-top: 10px; width: auto; } #header-section { padding: 5px 0 !important; }
Regards,
————————————————————————————————————
Cosmin – Support
Hi Antoine,
This is not possible with the theme, it requires customizations.
I’ll try to point you in the right direction, but note that this may require additional work:
#footer-widgets .span4 section:after { background: #FFF; content: ""; display: block; height: 100%; position: absolute; right: -10px; top: 0; width: 1px; } #footer-widgets .span4 { position: relative;}
Regards,
————————————————————————————————————
Cosmin – Support
OK, thanks for letting us know 🙂
Regards,
————————————————————————————————————
Cosmin – Support
-