I have lot of experience in InDesign software. In that software I have guides and grids layout in which I can easily view, align, resize and arrange objects i.e. text boxes and images neatly, specifying their sizes in millimetre, inches or any other unit.
I can align objects with respect to their centres, top edges, bottom edges, etc.
I don’t have currently that option in wordpress. How can I do it?
I can’t afford to learn any language for this thing because I don’t have that background and moreover I don’t have the luxury of time to learn coding, php, etc.
Please help
]]>I am trying to understand how to edit the location of my buttons in a way that I want. Currently they are as follows:
Home | About Us | Pictures/Videos | Contact Us | Tournaments | To Join
But I want them as follows:
Home | About Us | Tournaments | Pictures/Videos | To Join | Contact Us
Below is the relevant HTML code, I hope someone can help me.
<div id=”wrapper”>
<div id=”wrapper-bg”>
<div id=”outer-wrapper” class=”outer-wrapper”>
<div class=”outer”>
<div class=”menu-links”>
<div id=”pagemenucontainer”>
<?php
if(function_exists(‘wp_nav_menu’)) {
wp_nav_menu( ‘depth=1&theme_location=menu_1&menu_id=pagemenu&container=&fallback_cb=menu_1_default’);
} else {
menu_1_default();
}
function menu_1_default()
{
?>
<ul id=”pagemenu”>
<li <?php if(is_home()) { ?> class=”current_page_item” <?php } ?>>/”>Home
<?php wp_list_pages(‘depth=1&sort_column=menu_order&title_li=’ ); ?>
<?php
}
?>
</div>
</div>
<div class=”twit-rss rightsector”>
<div class=”feedtwitter”>
“><img src=”<?php bloginfo(‘template_url’); ?>/images/rss.png” style=”margin:0 4px 0 0;” /> <?php if(get_theme_option(‘facebook’) != ”) { ?>” title=”<?php echo get_theme_option(‘facebooktext’); ?>”><img src=”<?php bloginfo(‘template_url’); ?>/images/facebook.png” style=”margin:0 4px 0 0; ” title=”<?php echo get_theme_option(‘facebooktext’); ?>” /><?php } ?>
<?php if(get_theme_option(‘twitter’) != ”) { ?>” title=”<?php echo get_theme_option(‘twittertext’); ?>”><img src=”<?php bloginfo(‘template_url’); ?>/images/twitter.png” style=”margin:0 4px 0 0; ” title=”<?php echo get_theme_option(‘twittertext’); ?>” /><?php } ?>
</div>
]]>Currently i’m working on my site. And I can’t figure out how to arrange my pictures properly. My homepage. As you can see, they don’t arrange well. The biggest pic is a static one, the four others will change daily(they link to a page with more information). Is there a plugin where I can do this arranging easily without too much hassle?
Hope you guys can help!
Bastiaan
]]>How Can I do?
Thanks
https://www.ads-software.com/plugins/wp-bannerize/
]]>Is there a way to rearrange the whole right side of my blog?
Any help would be GREATLY appreciated. Thank you.
]]>Here’s an example: I have pictures of smoke stacks as they were being blown to smithereens. Obviously I want to start with the picture where they are standing, then down comes the first one, the second one, etc. I even named them 001, 002, 003 etc. Still, they show up with the last picture first and, where they are still standing, last. The following is the link to what I’m talking about.
https://ceconn.com/photo_gallery/thumbnails.php?album=19
Any suggestions?
]]>