Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
Menu and pages are still there, Just take the backup of theme options, in Theme Options -> Import/Export.
And delete the old theme, and update the new one. Import the Theme Options, and go to Appearance -> Menus set the menu’s in its Appropriate Theme Locations.
Thanks,
laranz.Hi,
If you want the date alone from here http://flexform.swiftideas.net/?portfolio=page-builder-post-page-2 (Date: March 4)
Use this in the Custom CSS in Theme Options -> General Options
.portfolio-details-wrap .date {
display: none;
}Let me know, what you got.
Thanks,
laranz.Hi,
Can you try this solution: http://stackoverflow.com/questions/5065362/ie9-blocks-download-of-cross-origin-web-font
Thanks,
laranz.Hi,
Can you share the URL of the site? So I can look in to it.
Thanks,
laranz.Hi Emily,
I think that is due to the margin-top you set to the navigation section.
#nav-section
{
margin-top: 50px;
}Try to adjust the margin top according to the screen width like Cosmin said.
Thanks,
laranz.Hi,
Did you try this documentation: http://docs.a3rev.com/user-guides/plugins-extensions/woocommerce/woo-predictive-search/#section-14
Thanks,
laranz.Hi Nicoz,
You can add this in the style.css last line or Custom CSS in the Theme options.
@media (min-width: 1200px) {
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 960px;
}
}But this only scratch the surface, you need to edit some other things if that requires or bugs your. I can help you to a limit only.
Thanks for understanding.
Thanks,
laranz.Hi,
The slider you set is for Thumbnail, if you want to insert a slider inside or top of the posts means, set the slider just below the Thumbnail options you will find “Detailed media options” box, there select Standard Slider and upload or select the appropriate image.
Let me know, what you got.
Thanks,
laranz.Hi,
Try this way to translate texts: http://support.swiftideas.net/knowledgebase/how-to-translate-the-theme/
Let me know, what you got.
Thanks,
laranz.Hi Nikos,
What do you mean my main frame? Can you give a brief description with your link or our demo.
Thanks,
laranz.Hi,
You forget to mention your site URL!
Thanks,
laranz.Hi,
1. Create a page, and called whatever say Home Page.
2. Put this shortcode in the editor. (this is exactly what we are using in demo)[posts_carousel title=”Editors Picks” item_count=”6″ category=”art-and-design” show_title=”yes” show_excerpt=”no” show_details=”yes” shadow=”yes” excerpt_length=”16″ width=”1/1″ el_position=”first last”] [blog title=”Daily News” blog_type=”masonry” item_count=”8″ category=”all” excerpt_length=”20″ pagination=”yes” width=”1/1″ el_position=”first last”]
3. In Page options (just below the post editor), choose Show posts slider, and choose a category or choose all to display from all category.
4. Make sure those posts, have featured image set.
5. Publish the page.
6. Go to Settings -> Readings -> and set this created pages as front page.Let me know, what you got.
Thanks,
laranz. -