acosmin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] The title is twicea few moments ago it was one time. what did you do?
Forum: Themes and Templates
In reply to: [JustWrite] The title is twiceThe problem is solved?
Forum: Themes and Templates
In reply to: [JustWrite] The title is twiceIf you are not using a child theme then it might be a plugin (maybe a SEO one) that does something to your title. Check/see and maybe disable that option.
Forum: Themes and Templates
In reply to: [JustWrite] The title is twiceIt’s not possible.
Also read:
https://wordpress.org/support/topic/notice-support-closed-for-2-weeks-1Forum: Reviews
In reply to: [JustWrite] The theme was good, support was bad.Another example of asking for support after he said he was moving to premium themes:
https://wordpress.org/support/topic/did-a-theme-update-and-something-went-wrong
Forum: Themes and Templates
In reply to: [JustWrite] Did a theme update and something went wrong.I think you said you were moving to premium themes…
Forum: Reviews
In reply to: [JustWrite] Great theme, but…Thank you for the review! Regarding footer widgets, I can tell you that they will be included in a premium version of the theme.
Forum: Themes and Templates
In reply to: [JustWrite] recommended sizes for header and logo imagesJust wait for the next update. The header will resize based on the logo’s height.
If you don’t have time, you can download it from here:
https://themes.trac.wordpress.org/ticket/24080I will not be available for holidays or next week and I can’t answer your question.
Happy Holidays!
Forum: Themes and Templates
In reply to: [JustWrite] Featured Post DuplicatedOne way to do this is by opening your child theme’s index.php and finding:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'post-templates/content' ); endwhile; else : get_template_part( 'post-templates/content', 'no-articles' ); endif; ?>replace with:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $post_meta = get_post_meta($post->ID, 'ac_featured_article', true); if ( ! $post_meta && is_home() ) { get_template_part( 'post-templates/content' ); } endwhile; else : get_template_part( 'post-templates/content', 'no-articles' ); endif; ?>Forum: Themes and Templates
In reply to: [JustWrite] Logo broken in mobile viewNo problem, glad it worked. You could always leave a review 🙂 if you feel like it.
Forum: Themes and Templates
In reply to: [JustWrite] Logo broken in mobile viewA child theme will not help you in this case.
The only way you can do this is to open
style.cssand find:.ac-featured-posts .thumbnail .details { width: 100%; height: 100%; }
It should be the second to last line in the file.and bellow it add:
.header-wrap .logo img { height: 90px; } .header-wrap .logo { margin-left: -40px; }Forum: Themes and Templates
In reply to: [JustWrite] How to put the normal text and the image by side.Why would you add pre before? Redo the post again, upload the image, set align left and add a paragraph with spaces between words. Not:
skdnjvcsdjcvbskdkhbksvhdbvfkshdfvbkjbfvksjvbskfbvkdbfskjfbsjdhcskdbfjskdbjfskdbjfkjfbskdjfbskd
something like:
skdnjvcsd jcvbskdkhbksv hdbvfkshdfvbkjbfvksjvb skfbvkdbfskjf bsjdhcskdbfjskdbjfs kdbjfkjfbskdjfbskdjbfsk dbjfskdbjfskdfjbskjfbskdbj fskdjbfskdjfbskjfbskjfbskjfbskfb ksdbksjdbfksdfbksdfbks dfbskdbjfskdjfb kdbfjskjfb skbjfsk jfbskjdbfskbd fsk
Forum: Themes and Templates
In reply to: [JustWrite] Logo broken in mobile viewHi! Sorry but I won’t post a fix for it because I did it in numerous posts before. You can find them in this forum.
Also there is a new update that solves this problem. It should arrive next week. If you need it faster you can download it from here:
Forum: Themes and Templates
In reply to: [JustWrite] Featured Post Duplicated