Forum Replies Created
-
AuthorPosts
-
sundanceParticipant
this is how I modified the code :
if ( $cat_query->have_posts() ) {
while ( $cat_query->have_posts() ) {
$cat_query->the_post();
$img = genesis_get_image() ? genesis_get_image( array( 'size' => 'related' ) ) : '';
$related .= '- ' . $img . '<span class= "related-title-li">'.get_the_title() . '
';
}
if ( $related ) {printf( '<div id="related-posts"><div id="related-title"> ال?…زيد ?…ن . . %s </div>',' <span class="more-related"> '.'term_id ).'">'. $catname[0]->cat_name) ;
printf( '<ul id="related-list">%s</div>', $related );
sundanceParticipantYou are right maybe the wifi , and thanks for this website I didn't know about it
sundanceParticipantThanks, not the same for me , it takes too long with white screen on iphone 4 Ios7.
sundanceParticipantresolved
sundanceParticipantthis is the link to the picture
http://www.mepanorama.com/wp-content/uploads/2013/10/12321.jpg
sundanceParticipantnever mind, I got it.
sundanceParticipantupdate ..
by hacking codes left and right I ended up creating custom templatehttp://www.mepanorama.com/%D9%81%D9%8A%D8%AF%D9%8A%D9%88/
but now I need pagination , for more pages , how to do that ?
sundanceParticipantHI,
Yes I did , same day they released it.
everything is fine now.sundanceParticipantThanks john , works great
but I wish it keeps the changes if I deactivate it , I don't like the idea of so many plugins.sundanceParticipantops, you are right , I changed the title size but I forget that I should change it too in the media query.
sundanceParticipantThanks anitac,
I thought about this , but its not the perfect solution as I have to change the font for every mobile size , so I thought the responsive design is changing everything , so why not changing the font size ?sundanceParticipantTrue , and I'm trying to get the old style , no success so far.
sundanceParticipantThey did't take it away , I did , I keep my stylesheet as compact as possible.
I use dreamweaver to edit so easy to find what I want,sundanceParticipantNP ,
you will notice a lot of changes , also the conversion from pixel to rem its easier now , instead of 1rem=16px , now 1rem=10px , so you don't need your calculator anymore 🙂sundanceParticipantyes , big difference
I just installed the pro and now doing the customizations
they made some adjustments for the mobile version , with metro the screen was dancing little bit , so in pro they reduce the width by 12px , .
metro was not html5 , even I converted to html5 but that was just polishing , the metro pro take full benefit of html5.this is my metro which I converted to html5
http://www.mepanorama.comand this is my testing server where I do the customizations for metro pro
sundance.webfactional.comsundanceParticipantI'm not coder either , but I can hack code,
so, beside the fact that 1 less plugin, does the functions process faster if they are in simple hook or in functions.php ?sundanceParticipantNever mind. bbpress was the problem
sundanceParticipantThanks Brad , That's exactly what I was looking for . You made it easy.
sundanceParticipantThanks Garyl,
Yes I already converted my theme to html5 .
regardssundanceParticipantThis one I mentioned it up.
-
AuthorPosts