ehteshamuddin.syed
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link to about page is somehow giving 404 errrors everywhereAbout links are working fine, could you point out the link you are having trouble with
Forum: Fixing WordPress
In reply to: PHP code widget plugin – need code – please helpThank you for the update aritzalvarez, really appreciate your effort
I’m fairly new to WordPress and PHP, i’m having difficulty in understanding where to place the above code. should i add the first part of code to funtions.php or put the code in the php code widget side bar ?
Forum: Fixing WordPress
In reply to: PHP code widget plugin – need code – please helpThank you for reply aritzalvarez
I pasted the following code in the PHP code widget on the side bar and set the custom field title same as post ID, but nothing shows up on sidebar on post apart from just the title. could you please assist if there is some thing missing in code or i’m doing some thing wrong.
<?php $custom_field_value = get_post_meta($post->ID, 'custom_field_name',true); echo $custom_field_value; ?>
Forum: Fixing WordPress
In reply to: how to embed code from (miniclip) into wordpress siteI’m still struggling to get it to work, i have not hosted the site yet so cannot share the link if you point me to any direction for further research it will of a great help to me.
thanks
Forum: Fixing WordPress
In reply to: how to embed code from (miniclip) into wordpress siteHi Kjodle,
appreciate your reply,
I added the funtions.php file as you have suggested, now my child theme folder has two files funtions.php and style.css linking to parent theme, I followed the this link to create child theme, also added the top part of the code to post in the HTML segment however the game doesnt seem to appear on the post, could you please look in to it and suggest what could possibly be missing.
Thank you
Forum: Fixing WordPress
In reply to: how to embed code from (miniclip) into wordpress siteHi Kjodle,
Thank you for the reply,
I have created a child theme but unable to follow your instructions of ” attached that code to wp_head action hook in your functions file”, could you please provide detailed steps on how to do that, I’m fairly new to wordpress.
Thanks
Forum: Fixing WordPress
In reply to: Change slider image sizeI tried changing the width of the slider in style.css it did work, however now that the slider size is smaller is moves towards right, how do I move it towards right and also there was image gallery below the slider it size has also been changed. how do change the slider size with out changing the gallery size.
please go through the css code of the theme `
/* Featured Content (slider)[Too much code – please post a link to your site instead – CSS code alone is not sufficient]
Forum: Fixing WordPress
In reply to: Hi there Need help urgently!go to wp-content folder and rename the theme folder you are currently experiencing issues with to some other name, go ahead and install fresh copy of theme.
Forum: Fixing WordPress
In reply to: Comments on my sitenot sure if this plugin servers the need, but you can try ” EP Comments Export” plugin
Forum: Fixing WordPress
In reply to: Jetpack is missing and I cannot re-install itHi Maoistao,
Have you tried to delete the plugin folder from wp-content > plugins folder , if not delete the entire folder and try to install it again
Forum: Fixing WordPress
In reply to: How to align text on both sides with images in the postI updated the code directly on style.css document of the theme and it worked, thank you for your time.
Forum: Fixing WordPress
In reply to: How to align text on both sides with images in the postThank you your help , WPyogi.
The theme(oxygen) I’m using provides option to add custom css, I have updated the above code but still the same, it continues to align the text only on the left…
I also downloaded the jet pack plugin and tried using the custom css option but it throws up error ” You do not have sufficient permissions to access this page. ” after clicking on edit css button.
looking for some further help…
Forum: Themes and Templates
In reply to: [Oxygen] Theme Oxygen – change left navbar backgroundI’m trying to make similar changes to the theme could you please let me know the exact steps you have followed to change the color, thanks
Forum: Fixing WordPress
In reply to: How to align text on both sides with images in the posthttps://www.bitrebels.com/social/8-secrets-to-writing-faster-blog-posts-infographic/
Please look for text next to image , I’m trying to align it just like that
Forum: Fixing WordPress
In reply to: How to align text on both sides with images in the post