hitch75
Forum Replies Created
-
Hi, and thanks for your help!
I am not facing any issue, I also realised that the contact form works. It’s just that, when I’m logged in as a page administrator, this message appears below the title “Contacto”:(saying in Spanish that “WPForms detected a problem with JavaScript on this page”):
?Atención! WPForms ha detectado un problema con JavaScript en esta página. Se necesita JavaScript para que este formulario funcione correctamente, por lo que puede no funcionar como se espera. Consulta nuestra guía de diagnóstico para aprender más o contacta con el soporte.
Este mensaje solo se muestra a los administradores del sitio.Forum: Themes and Templates
In reply to: [Olsen Light] Carousel not workingHi Fotis, thanks for your answer. It suddenly works now..!
Forum: Fixing WordPress
In reply to: Using an image instead of "Read more…"Well it says on the page you linked…
Ok, is there any other way to do it without changing the core files?
Forum: Fixing WordPress
In reply to: Using an image instead of "Read more…"I’ve seen this page.
The thing is, it says I have to find this line:
<?php the_content( $more_link_text , $strip_teaser, $more_file ); ?>
somewhere within the template tag the_content.
And the_content should be in wp-includes/post-template.php
Well, in that file I don’t have a line similar to the one above…Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my siteThanks A LOT for your help!!
Your theme is beautiful, I love it.Thanks to James too!
Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my siteactually, i added this one first, and then i wanted to add another ad BEFORE the first post (i wanted ads to show both before and after the first post), so i pasted this code twice :/
i guess that was a very bad idea..child theme thing sounds complicated as i’m very new to wordpress…
could you explain me how to fix the code above so that it displays “ad 2” before the first post and “ad 3” after the first post?Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my siteit worked!!! thanks!!
but i’d like to know what could have been the reason?
i DID add things to the “user functions” field.
i was following these instructions, are they incorrect?1. create an ad in mystique settings > ads (ad code #2 in my example)
2. go to advanced > user functions and paste:<?php function my_ads(){ global $wp_query; if(is_home() && ($wp_query->current_post+1 == 1)) echo do_shortcode('[ad code=2]'); } add_action('mystique_after_post', 'my_ads'); ?>
the ad code #2 will show after post #1, on the homepage only.
Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my sitethanks!!
so i should add this to the DEFAULT theme’s functions.php file?
the file ends like this, where exactly do i have to paste it?<input type="button" class="button-secondary" onclick="toggleDisplay();return false;" name="pick" id="pick" value="<?php esc_attr_e('Toggle Text Display'); ?>"></input><br /> </form> </div> </div> </div> </div> <?php } ?>
Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my sitedid i understand you correctly? i should NOT install wp again, just replace manually (through filezilla for example) all files and folders with the new ones? except for the ones you specified..
Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my sitei’ve installed wordpress in a separate directory, installed mystique, and there it works perfectly.
does that mean that there is still something in my site that’s making a conflict with Mystique? what could it be, if i’ve disabled the plugins? any ideas how to solve it? i wouldn’t be happy if i had to change the theme… ??
Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my siteok, i’ll try to do that!
thanks a lot for your help ??Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my sitei could, but what would it tell me?
if the same error appears in a fresh installation, then it would’ve been happening to all other users of Mystique, and i haven’t found anything about it on the net…do you think there could be something else, apart from plugins, that could be making a conflict with the theme somehow?
Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my sitei uninstalled it, downloaded it again, and when i tried to just PREVIEW my site with it, it showed a blank page!
all my plugins are deactivated. (should i delete them, or deactivating is enough to make sure they’re not the cause?)mystique theme worked fine for months before this happened… the same version as now…
Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my siteok, i did it. i deactivated all plugins, changed the theme, and the site showed up!
but when i tried to revert the theme’s name, and reactivated it, first time i got the message that the theme is broken, and second time it got activated, but the page went blank again.
does that mean it’s definitely the theme that’s making problems?
the theme is MYSTIQUE, many people use it.
do you think i can try to fix it somehow or i really have to change the theme?Forum: Fixing WordPress
In reply to: Please help!! Blank page when accessing my sitei would try that if i could…
i deleted these two lines from wp-config.php file, saved it, and since then my wp-admin page is blank again too!