gombroo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Constructzine Lite] not enough menu spaceAlexandra,
how can I do that? Here’s the old version:
https://www.ads-software.com/themes/constructzine-lite/And here:
https://themeisle.com/themes/constructzine-lite/
after clicking “download” and writing email address nothing really happens…Thanks!
Forum: Themes and Templates
In reply to: [Constructzine Lite] not enough menu spaceIt’s 1.3.1 version.
Thank you Spencer. I’ve figured it out. The problem was my client set age restrictions to each facebook post.
Forum: Themes and Templates
In reply to: [Constructzine Lite] not enough menu spaceHi,
I’m having the same issue. My menu consists of 7 items. I’ve edited it with CSS and looks good on a big screen. Unfortunately it doesn’t work on mobile…
Thanks!Forum: Plugins
In reply to: [Really Simple CAPTCHA] I think I know why CAPTCHA images are broken@gregscott I’ve asked server admin and he wrote me that my site runs on modified version of APACHE IdeaWebServer due to https://phpinfo.home.pl/.
@angelanorton do you knonw how to manage this problem?Forum: Plugins
In reply to: [Really Simple CAPTCHA] I think I know why CAPTCHA images are brokenCould you help me?
I moved my site to new server and find out a common problem – captcha images don’t show.
My temporary folder has still the same path as before migration: wp-contents/uploads/wpcf7_captcha. GD and FreeType PHP libraries are installed on my server.
Of course I tried to change permissions:
Order Allow,Deny <FilesMatch "^[0-9A-Za-z]+\.(jpe?g|gif|png)$"> Allow from all </FilesMatch>
No result.
Later on I tried to install other captcha plugins. It helped – I could see images but I couldn’t send any message. Clicking on submit button caused an error “your message could’t be send”.
I’d be grateful for some advice. My website
Forum: Themes and Templates
In reply to: [Zerif Lite] WP gallery editing problemYes, that’s me. OK, let’s move to website forum ??
OK, let’s leave CSS ?? Some other problems appeared meanwhile.
Please take a look here: https://www.magdapiskorczyk.net/en/workshops/
I’ve applied exactly the came code as above.When you try to paste this into the address bar:
https://www.magdapiskorczyk.net/en/workshops/ >> WORKS
https://www.magdapiskorczyk.net/en/workshops >> DOESN’T WORKWithout slash at the end of the line user is redirected to https://www.magdapiskorczyk.net/workshops/ (which doesn’t exist)
So again we we have 404 error issue. How can we solve that?Thanks!
It doesn’t work, please take a look:
https://sypialnywpodrozy.pl/PS. Do you have an idea how to display flags horizontal?
It works perfectly. I’ve changed this:
<?php qtrans_generateLanguageSelectCode('image'); ?>
into this:
<?php if (function_exists('qts_language_menu') ) qts_language_menu('image'); ?>
and now everything is fine. Thank you very much!
Forum: Plugins
In reply to: [qTranslate] Translate READ MORE linkHi guys,
I’ve used combination of your both advices and everything works fine!I’ve changed this code:
<a class="read_more" href="<?php the_permalink() ?>"> <?php echo CONTINUE_READING_DOTS; ?></a>
into this:
<a class="read_more" href="<?php the_permalink() ?>"> <?php _e("<!--:en-->Continue Reading...<!--:--> <!--:pl-->Czytaj dalej...<!--:-->","butterbelly"); ?> </a>
Thank you! ??
Forum: Plugins
In reply to: [qTranslate] Translate READ MORE linkIn my loop.php file the code responsible for it looks like this:
<div class="post_content"> <ul class="post_meta"> <li class="post_date"><span>On</span> <?php echo get_the_time('M, d, Y') ?></li> <li class="posted_by"><span></span> <?php the_author_posts_link(); ?></li> </ul> <?php the_excerpt(); ?> <a class="read_more" href="<?php the_permalink() ?>"><?php echo CONTINUE_READING_DOTS; ?></a> </div>
Hi everybody,
sorry for a late reply. Finally I found out that problem has been caused by plugins conflict – those concerned with custom post types like “Ultimate Category Excluder” or “List category posts”.
To fix it I turned off / on plugins in following order:
1) turned off “Shareaholic”
2) turned off error causing plugin
3) turned on error causing plugin
4) turned on Shareaholic.It helped me ??
Forum: Themes and Templates
In reply to: [ButterBelly] SLIDESHOWI have the same question – how can I run the slideshow? The only thing I can do is insert a featured image for the homepage.
Thanks in advance!