bence_gonda
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Weblizar] Blog not showing full text of posts, only titleHello!
It turned out the the conflict was with the qtranslate plugin. Now it works fine. Thanks for the help!Bence
Forum: Themes and Templates
In reply to: [Weblizar] Blog not showing full text of posts, only titleHello!
Thanks. I made the changes you have suggested. Now the featured image is also visible but not the text.
Forum: Themes and Templates
In reply to: [Weblizar] Blog not showing full text of posts, only titleHello!
It should be same as the original:
<?php get_header(); ?> <div class="top-title-wrapper"> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 page-info"> <h1 class="h1-page-title"><?php echo __('Hírek') ?></h1> </div> </div> </div> </div> <div class="space-sep20"></div> <div class="content-wrapper"> <div class="body-wrapper"> <div class="container"> <div class="row"> <?php the_post(); ?> <div class="col-md-9 col-sm-9"> <!-- Blog Post --> <?php get_template_part('content'); ?> <!-- Blog Post --> <!-- Comments --> <?php comments_template('',true); ?> </div> <?php get_sidebar(); ?> </div> </div> </div> </div> <?php get_footer(); ?>
Forum: Plugins
In reply to: [Ultimate Product Catalog] Product description placementDear Guuz!
How did you manage to put description on the right side? Also how did you get rid of the thumb image on the left?
My product page looks like this rigt now:
https://botliktrans.co.nf/?page_id=35&SingleProduct=1
Thanks for the help!
Regards,
Bence
Forum: Themes and Templates
In reply to: [Weblizar] Translate main pageHello.
I tried but the plugin I used (Codestyling Localization) for some reason did not list among the strings the text that I have entered into the fields in the Weblizar Options.
So finally I used the qTranslate plugin and the [:en] tags in the Weblizar Option fields. It works fine now.
Thanks for the help!
Hello!
I had the same problem, so when I checked your site it still showed up for a sec (in chrome) and then the whole title disappeared. I figured that if I edit the sigle.php file and change this line, I can actually add my own title:
‘<h1 class=”h1-page-title”><?php echo __(‘Blog detail’,’weblizar’) ?></h1>’I hope it helps!