nmarketers
Forum Replies Created
-
Forum: Plugins
In reply to: Different message display depending on Traffic SourceSimilar help required for me too 🙂
Yes its not working in 3.3.2 but the randomn ads are still working
Sure,
a. Modify your file wordpress-form-manager/templates/fm-summary-default.php
<?php
$file = fm_summary_get_item_value(‘logo’);
$file = unserialize($file);
?>
<img src=”<?php echo $file[‘upload_url’].’/’.$file[‘filename’];?>”/><?php while(fm_summary_have_items()): fm_summary_the_item(); ?>
<?php switch(fm_summary_the_type()){
case ‘separator’: ?><hr /><?php break;
default:
if(fm_summary_has_data()): ?>
<li<?php if(fm_summary_the_nickname() != “”) echo ” id=\”fm-item-“.fm_summary_the_nickname().”\””;?>><?php echo fm_summary_the_label();?>: <?php echo fm_summary_the_value();?>b. Add the Item Nicknames for your upload as logo
Hope it helps!!
hi,
How did u find more than 500+ sites are affected with the same ?.
My webserver persons are not agreeing to the same
Thanks. I have downloaded all the links from my website using Google Webtools and found the malicious attack is present in
I check for this page in Pages, Posts but couldnt find.
Now How to fix this ?.
Forum: Fixing WordPress
In reply to: Customize Permalink Structure – HELP HELPDear CoolFreebies,
Its pretty simple!
1) Go to WordPress DashBoard-> Settings -> Permanent Links -> Change to the link structure you want -> save the changes
2) Ssh to your Web server for example
ssh [email protected]
cd BlogDirectoryEdit .htaccess
3) Update the .htaccess with the changes required which is shown after the Step 1
Hope this works for you!