alederodesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] Different number of Related postsMaybe you mean this one?
/** WordPress Administration Bootstrap */
require_once( dirname( __FILE__ ) . ‘/admin.php’ );$parent_file = ‘edit.php’;
$submenu_file = ‘edit.php’;wp_reset_vars( array( ‘action’ ) );
if ( isset( $_GET[‘post’] ) )
$post_id = $post_ID = (int) $_GET[‘post’];
elseif ( isset( $_POST[‘post_ID’] ) )
$post_id = $post_ID = (int) $_POST[‘post_ID’];
else
$post_id = $post_ID = 0;
`Hello Richie,
about this topic I need two different ads:The first before_blog_entry which is show in all pages but not inside the post ;
The second inside the post article after title, categories and tag
How to distinguish them and which is the action to add the ads inside the post after title, tags and categories?
Thanks a lot
Forum: Themes and Templates
In reply to: [MesoColumn] Different number of Related postsIt’s behaving in a wired way.
If i disable related posts it’s ok, no related posts appear.
It seems there are problems with the number of related post, because when i enable the related post (any number) it shows 10 or more.Another question:
where i add the script to make google ads responsive? In the custom.js it’s ok?Thank you
Forum: Themes and Templates
In reply to: [MesoColumn] Different number of Related postsHello,
can you check this one?
http://www.alesitiprova.it/controsoffitto-_15/I have set 9 related post in the customization but if you see below this post you can see 10 related post boxes
Thank you
Forum: Themes and Templates
In reply to: [MesoColumn] Different number of Related postsYes Richie,
i know this but the problem is that in some articles it shows more than 9.Thank you again
ok thank you very much it helped a lot 😉
Forum: Themes and Templates
In reply to: [MesoColumn] Media query is not workingok thank you for all
Forum: Themes and Templates
In reply to: [MesoColumn] Media query is not workingSorry I did not explain well.
I’m talking about Custom CSS the same are you talking about. I just want to write custom css not from the admin panel, so i was wondering where is located in the ftp folder. In which MesoColumn folder i can find the custom.css? I hope i was more precise.Anyway suddenly the code is working also media queries I have added in Custom Css.
The website is http://www.alesitiprova.it
Thank you
Thank you for your answer.
Can you just tell me if is possible to show only the first category ( first level) and by clicking on it it’s possible to show the sub-categories? ( like drop down menù but clicking on it not with mouseover)
Sorry Wizzud,
for sure you are a bit lost because of my not perfect english. I’ll try to explain well what i need.
As you have written:“From the URL above I can see that you have a WordPress “page” whose content contains a CMW shortcode : that shortcode displays one specific menu (#429) in full, and that menu contains only “category” type menu items.”
THIS IS CORRECT. This is what i want to show in the page and this is ok.
Now what i would like to improve is when i enter in the page category and I see only the post that relates to that category. I don’t see any path ( as i have written above.. sorry) so as you have correctly written:“When I’m in Acciaio Nodi (page) then I should see, somewhere on the page, Altri, Pilastri e Fondazioni and Pilastri e Travi as part of a CMW menu.”…..
NOW THIS IS NOT HAPPENING!! IS THIS POSSIBLE?I have first created a widget and then i canceled the widget because the customer don’t want the widget in the sidebar. Is this a problem? it is not correct?
I only want the menù in the page as is it now, but what i want also is that when someone enter in the “acciaio nodi category” knows that there are other subcategory related to the main category through an items path. Is this point clear? I hope so.
Yes the website it’s online. The page where i put the menù is this one: http://www.alesitiprova.it/particolari-dwg/
Here you can see the whole menù.
The shortcode i have used until now is the simple one: [cmwizard menu=429/] because the only style i need is the path of the subcategory that i need to reach the main category.Thank you very much for your help
thank you. If i only set Brach Ancestors to level 1 (root) nothing happens.
Forum: Themes and Templates
In reply to: [MesoColumn] How to show thumb articles in the homepageyes it is sorry
Forum: Themes and Templates
In reply to: [MesoColumn] Mesocolumn translationOps.. sorry i forgot to copy files into wp-content/language/theme…
thank u for all you help 🙂Forum: Themes and Templates
In reply to: [MesoColumn] Mesocolumn translationYes i did. I also added the following line in the config.php:
define (‘WPLANG’, ‘it_IT’);