shayeryan
Forum Replies Created
-
Oh great, thanks for letting me know, I was starting to go crazy.
I was able to get another site connected to a business page which is weird. If it would help in your debugging I would be happy to set you up with a login to see the site where I am publicizing to.
Shaye
Forum: Plugins
In reply to: [WP RSS Multi Importer] Getting spam posts with my admin userI’ll check the feeds that are coming in, thanks for the feedback!
ShayeForum: Plugins
In reply to: [WP RSS Multi Importer] Getting spam posts with my admin userThanks for the prompt reply Allen. I have looked at akismet but wasn’t able to find a free version. The issue are actually posts and not comments so not sure sure if turning comments off would do anything? Either way, I figure something out, thanks for the plugin!
Forum: Plugins
In reply to: [Widget Title Links] Not working with my widgetUnfortunately I haven’t and I’m finding a lot of these themes that have the ‘More’ button, kinda frustrating. Let me know if you find anything, I’ll do the same.
Forum: Fixing WordPress
In reply to: No option to add a Services categoryThanks for the response Andrew! I’ll continue to look for my answer. If there is a part of code you would like to see I could post it.
Forum: Fixing WordPress
In reply to: No option to add a Services categoryHi Andrew,
The theme I’m using is called doom I think. It was 1398 on template monster. This is the website velare-media.com.
I don’t think I have any plugins that are adding the services. The one’s it came with was contact form 7 and wp-pagenavi which are pretty common plugins.
Do you know how I can add categories to services?
Forum: Fixing WordPress
In reply to: Changing theme logo URL / Link<h1 id="logo"> <?php if(of_get_option('logo_type') == 'text_logo'){?> <a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('description'); ?>" id="logoText" class="<?php bloginfo( 'template_url' );?>"><?php bloginfo( 'name', 'display' ); ?></a> ?>" id="logoText" class="<?php bloginfo( 'template_url' );?>"><?php bloginfo( 'name', 'display' ); ?></a> <p id="slogan"><?php bloginfo('description'); ?></p> <?php } else { ?> <?php if(of_get_option('logo_url') != ''){ ?> <a href="<?php bloginfo('url'); ?>/" class="<?php bloginfo( 'template_url' );?>" id="logoImg"><img src="<?php echo of_get_option('logo_url', "" ); ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('description'); ?>"></a> <?php } else { ?> <a href="<?php bloginfo('url'); ?>/" class="<?php bloginfo( 'template_url' );?>" id="logoImg"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('description'); ?>"></a> <?php } ?> <?php }?> </h1>
Forum: Fixing WordPress
In reply to: Changing theme logo URL / LinkThanks for your reply. I did find the header logo section. Would you mind highlighting in bold which part of this code I need to change?
Please use the code buttons!