cml 0 Report post Posted April 15, 2010 Hello, I am having issues with the blog. I have made my feature page the home page and have made the demo blog the main blog. However,when I click on the blog categories, it says page not found. And when I try to comment on a blog post it won't let me. Can you help me with this? Also, I wanted to know if it is possible to add a custom social media icon? Because I would like to add an icon that says live chat and to be in front of the twitter social icon. I am also having trouble making the cforms module work. When I activate it and try the form out it says "One moment please" and never finishes. I'm also getting this message in admin section, below is a pic: Thanks, Wilbert Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 15, 2010 It seems like two of these problems may be related to the same issue. It sounds like the folder structure is missing something or incorrect. Double check the paths to each folder/directory As far as a custom icon that is definitely possible. You can add some code to the _iconlinks.php file (might have to use ftp to access it) Share this post Link to post Share on other sites
cml 0 Report post Posted April 16, 2010 Hello Adam, How do I now which path they are supposed to go to? Because the blog pulls up however the when I click the categories it shows not found. What is the default directory path supposed to be for both? Ok, thanks I will check out the _iconlinks file. Thanks, Wilbert Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 16, 2010 Not sure if this is your problem, but it sure sounds like it: http://www.squidoo.com/wordpress-not-found-error-fix Share this post Link to post Share on other sites
cml 0 Report post Posted April 16, 2010 Great, thanks Adam! Also in the iconlinks file, would I be able to add a live chat popup in the the code? For example: javascript:void(window.open('https://www.livezilla.net/livezilla/livezilla.php','','width=600,height=600,left=0,top=0,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=yes')) Or would I need to add a button and then put the link in feature area of the admin section? This is the program I will be using below. http://livezilla.com/home/en/ Thanks, Wilbert Share this post Link to post Share on other sites
cml 0 Report post Posted April 16, 2010 Hello Adam I saw a link on your forum and had a question about it: http://www.pagelines.com/forum/topic.php?id=454 Were in the link section do you add this, can you give me an example as to where in the file that I need to implement this piece of code? Thanks, Wilbert Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 16, 2010 add it inside of the tags: `` Share this post Link to post Share on other sites
cml 0 Report post Posted April 18, 2010 Ok, thanks Adam! Can I integrate the this example of javascript below? I want have the icon as live chat but when people click the link I want it to open in a new window with the height and with like in the javascript below. Is this possible to do in the tags? If not how could I make this work? javascript:void(window.open('https://www.livezilla.net/livezilla/livezilla.php','','width=600,height=600,left=0,top=0,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=yes')) Thanks, Wilbert Share this post Link to post Share on other sites
cml 0 Report post Posted April 18, 2010 Ok, I just realized that I have to you there link generator to produce the live chat link. Its a long piece of javascript code, can integrated this in the iconlinks file so that it can appear right in front of the twitter icon? Thanks, Wilbert Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 19, 2010 The link generator should give you valid code, so yes. You are familiar with the _iconlinks.php file by now so I presume you know where to add the item so that it's in front of the twitter icon. As far as getting the window to popup at a certain size you can try using a plugin that uses modal windows/lightbox effect. http://wordpress.org/extend/plugins/thickbox/ Let me know if you have any problems! Share this post Link to post Share on other sites