alexvtn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SuevaFree] Problem with sidebar & othersHi, i’m the developer of Sueva theme, sorry if i did not answered before, but i’ve seen only now these requests of support for the free version.
For your questions, add this css code into custom css section, from option panel:
#footer .copyright, .entry-info { display:none; }
#footer, #footer .widget { border:none; }For the social icons, try to add https:// before your url.
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] Image posts not displaying content?Hi, i’m the developer of Sueva theme, sorry if i did not answered before, but i’ve seen only now these requests of support for the free version.
Have you solved? You can download the last update for resolve this problem.
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] remove Featured Image From Appearing Inside PostHi, i’m the developer of Sueva theme, sorry if i did not answered before, but i’ve seen only now these requests of support for the free version.
For any files into sueva/core/post-formats/ you can try to replace:
if ( has_post_thumbnail() ) :
to
if ( is_home() && ( has_post_thumbnail() ) ) :
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] Can't add a sidebar to homepageHi, i’m the developer of Sueva theme, sorry if i did not answered before, but i’ve seen only now these requests of support for the free version.
Have you solved? With the last update i think that this problem is solved (will be shortly released a new update)
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] Problem with string of commentsHi, i’m the developer of Sueva theme, sorry if i did not answered before, but i’ve seen only now these requests of support for the free version.
For the future, you can also send an email from the contact form in the demo, if i don’t reply within 3 or 4 days.
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] YouTube embeds not respecting content width?Hi, i’m the developer of Sueva theme, sorry if i did not answered before, but i’ve seen only now these requests of support for the free version.
For the first question i must check and resolve, if is a bug, for the second request yes, is a feature of premium version.
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] Sidebar not showing on home page or any other pagesHi, i’m the developer of Sueva theme, sorry if i did not answered before, but i’ve seen only now these requests of support for the free version.
What is your site? Have you set a left or right sidebar for the content? For the pages you can select a template with left or right sidebar while, for the homepage or category page, you can set the layout from option panel. For the premium version the support is faster (max one day) because i receive the request with an email.
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] Footer Social BarHi, i’m the developer of Sueva theme, sorry if i did not answered before, but i’ve seen only now these requests of support for the free version.
You can insert the url of social icons in the footer from the option panel or you can edit the function called suevafree_socials into sueva/core/core.php
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] Remove "read more" and show the entire postHi, i’m the developer of Sueva theme, sorry if i did not answered before, but i’ve seen only now these requests of support for the free version.
You can replace, in all files into sueva/post-formats/
if ((is_home()) || (is_category()) || (is_page() )): the_excerpt(); else:
to
if ((is_home()) || (is_category()) || (is_page() )): the_content(); else:
But, for any update of Sueva, you will be lost these changes and is preferible using a Child Theme.
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] Need sidebar on home pageDear Don.
Early will be uploaded the update of Sueva with this feature.
Best regards.
Alex.
WPinProgress.