Home › Forums › Art WordPress Theme › Art WordPress theme FAQs
- This topic has 5 replies, 2 voices, and was last updated 1 year, 6 months ago by
SeaTheme.
- AuthorPosts
- March 22, 2018 at 6:02 am #14834
- Documentation for Art WordPress Theme Version 3 Documentation, for Version 2
- How to find purchase code on Themeforest?
- How to update Art theme and BM Content plugin?
- How to disable the the lightbox
- How to insert multiple videos into single gallery post?
- Social share button and Social media link
- How to change the “ux-portfolio” in single portfolio URL?
- No projects appear when clicking on portfolio icon
- How to reduce the content padding on single portfolio?
- How to show filter(category) in portoflio page?
- How to remove the sidebar from default archive page and single posts?
- Child Theme guidance
- Some images are not shown on front-end page, but shown on admin-end page
- How to to shorten expanded menu panel
July 23, 2018 at 5:36 am #15871For Eliminator plugin issue:
You must call the_content function in the current template in order for eliminator to work on this page.
There is solution. Please replace the codes of art-theme/template/page/content.php
BY this codes:<?php $container = arttheme_get_option('theme_option_main_width_style') ? arttheme_get_option('theme_option_main_width_style') : 'container'; ?> <div class="entry <?php echo sanitize_html_class($container); ?>"><?php the_content(); ?><div class="clear"><?php wp_link_pages(); ?></div></div><!--End entry-->
OR download to install this child theme: https://drive.google.com/open?id=1O886sgmgbkqh-2w7E4S2P0kCq5YtDy2j
September 4, 2018 at 5:20 pm #16280Is it possible to insert font awesome icons into the footer?
September 5, 2018 at 1:13 am #16283It is possible to show “Social Medias” icons on footer, please set in Appearance > Theme Options.
ps: please open a new ticket if you have mo questions, thanks!
Regards!December 20, 2018 at 2:13 am #17282How to reduce the content padding on single portfolio:
To set content area padding top/bottom spacing on “Standard” template of single portfolio:
Please paste the custom css code to “Appearance > Customize : Additional CSS”:
@media (min-width: 768px) { /*Desktop*/ .single-portfolio-fullwidth .gallery-post-des { padding-top: 60px; margin-bottom: 0px; } } @media (max-width: 767px) { /*Mobile*/ .responsive-ux.single-portfolio-fullwidth .gallery-post-des { padding-top: 30px; margin-bottom: 0px; } }
You could reduce or increase the value, the margin-bottom can be set negative.
June 29, 2019 at 6:09 am #18859How set a single post/portfolio as front page?
- Download a plugin under Plugins → Add New that allows adding custom links to posts or redirecting posts. One such plugin is “Page Links To” however please do your own research to determine the best plugin for you. WordPress SEO also works for this purpose.
- Create a page called “Home” and add the link to your post wherever your plugin allows. For Page Links To, the field is at the bottom of the post.
- Click Publish
- Go to Settings → Reading and select Static page, then select the Home page in the Home Page menu.
- AuthorPosts
- The topic ‘Art WordPress theme FAQs’ is closed to new replies.