ylakdime
Forum Replies Created
-
@maykato Thank you for your reply. However it has just been resolved by disabling a plugin (Ziss – WooCommerce Product Pinner).
https://ibb.co/rF8YQ9S This is how the sorting looks like (imgbb redirect)
- This reply was modified 3 years, 7 months ago by ylakdime.
Forum: Plugins
In reply to: [Genesis Custom Blocks] Editing page gives blank screenJust figured this out. Found out which particular block was causing this and it had some faulty PHP code in it.
@t-p i tried the options but with no avail ??
Thank you I will look into that
You mean I need to take that whole block HTML and click on ‘Edit as HTML’ on the block and insert it there? And then manually type the text I want in between the regarding tags?
no problem. What i meant is for example I have this code in my template:
<div class=”col-lg-5″>
<div class=”abt-text”>
<?php the_content(); ?> //here I want to display just one block.
Explore more
</div>
</div>
</div>and also:
<div class="row"> <div class="col-md-12"> <a href="work.html" class="next-project centered text-center load-spiral"> <div class="col-md-12"> <p>View</p> <h3> here I want to insert another text block </h3> //here i want to link to another page </div> </a> </div> </div>
If I place the_content() somewhere , all the blocks just pop up under each other.
@catacaustic i would greatly appreciate that if you dont mind.
@catacaustic can you have a brief look on Teamviewer please so it makes sense what I mean?
@catacaustic but i want different blocks to be displayed at different areas. please have a look at the template mentioned ( https://esensifiksi.com/tf/sambat/dark/index.html ). For example I want some text which has different classes and css, to be displayed in the right hand side section with all corresponding links staying intact. Then I want the section ‘Projects from the Studio’ to include a gallery of that kind. And I want ‘view All Projects’ at the bottom to link to my page ‘Work’. Sorry please bear with me as i am quite a beginner with WP development
@catacaustic thanks for your reply, it puts me in the right direction. So with groups I can assign each block to a different place in the page.php file right? So how do I do that after creating a new Group? Is there something else than the_content() to display that second group into another area within the HTML template?