and.paz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_nav_menu: horizontal menu, with children underneaththanks for your short tutorial, but it doesn’t work on my site – can you tell what I did wrong?
here is fragment of my header:
<?php wp_nav_menu(array( 'menu' => 'moje', 'container_id' => 'menu-header-menu', 'fallback_cb' => 'wp_page_menu', 'walker'=> new DD_Wolker_Menu, )); ?>
and navigation fragment of my style.css:
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
and the effect is here: https://testy.pazder.pl/
thanks for help
Hi,
You have to edit index.php and remove code line 6
‘<?php do_action( ‘bp_before_blog_home’ ) ?>’if you remove line 4 ‘<div class=”padder”>’ posts will be displayed on full width of site
Hope it helps
Try in ../themes/custom-community/core/includes/helper-functions.php
line 255
$slideshow_amount = ‘4’;but I’m affraid you’ll vahe to modify css too
info from theme readme file:
Footer Credits
If you appreciate our work, please leave the footer credits.
If you still want to delete or change them, you can find the concerning code in core/includes/theme-generator/theme-generator.php??
Forum: Fixing WordPress
In reply to: Help!About Gemer Themethere is easier way – wihout installtion next plugin:
change this part of code in index.php:
<a href="<?php the_permalink(); ?>"></a> <?php $screen = get_post_meta($post->ID,'screen', true); ?> <img src="<?php echo ($screen); ?>" width="181" height="100" alt="" />
into:
<a href="<?php the_permalink(); ?>"><?php dp_attachment_image($post->ID, 'thumbnail', 'alt="' . $post->post_title . '"'); ?></a>
Hope it’s helpful ??
and Chrome 9.0 too
I tried to find solution but I couldn’t
I think that it must be some in file: shutter-reloaded.js, but I don’t know the java scrpipts too wellI have the same problem
and on this site above too (Chrome 8.0)I had the same effect on IE8 before.
But when I “repaired” IE (with solution from Alex site (adding to WP main folder index.php ‘<head>’ element with ‘<?php wp_head(); ?>’) Chrome caught this effect now.