Anna Webdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Board Manager] Change permalink /job/ in single jobsThx for the quick response!
I followed the instructions and it worked 🙂
First time I got a 404 but then I remember to save the permalinks again and then it worked like a charme!
I am having the same problem with a few websites 🙁
I tried setting the PHP version from 5.3 to 5.6 – but no change..
I am not sure how to reset the php version but I dit try: “use defaults”
Also no result 🙁The new update of Yoast solved my problem :)!
Thanks!
Forum: Themes and Templates
In reply to: [Minamaze] Homepage Sidebar not on mobile deviceYeahh 🙂 I am glad it worked :)!
Helloo!
I am still trying to solve this problem..
If I change my text editor to the visual tab and save the post then it shows the right word count. But if I go to editor again it just shows 0 or 1 word.
So for now a little solution but it is not perfect.
Hope this bug get fixed soon!
Hello!
Did you manage to solve this problem?
I am having the same problem :(!
Deactivating my plugins won’t help and removing my page builder did not help either.
I solved it!
It is in the wp_options table with the option name: gllr_options
There you can change the version number and then the photos are back!
Hello!
I am having the same problem. After the update all my photos are gone but the galleries are still there.
Is it possible that you can explain how to do this:
2) Edit the wordpress option table (with sql request) for the gallery options and set the version back to 4.3.5
When I go to the wp_options table I do see some gallery rows, but I have no idea what to change or what the SQL request could be.
Hope you can help! Thanks in advance!
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Not mobile responsiveHmm that is a difficult one…
To show the header image – it has a padding-bottom:180px;
But if the menu drops down it pushes every thing down – so then I think the padding causes the grey area..If you remove the padding there is still a grey area…….
The way I would do it is:
Again below:
@media screen and (max-width: 600px) {body.home .header-content-wrap {padding-bottom:0px;} body.home #main-nav, #main-nav.fixed { background-color: rgb(54, 54, 54);} body.home body.custom-background { background-position: 0% 16%!important}That is for the home page. It is not the perfect solution, but it looks better then with the grey area..
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Not mobile responsiveHmm a white box? On which pages do you have the issue?
Or do you mean the grey bit on the bottom of the menu if it opens?
Forum: Themes and Templates
In reply to: How to remove white space between rows🙂 You are welcome!!
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Not mobile responsiveIf you add this in the same place:
div#content .container {padding-left:0px; padding-right:0px;} article.hentry {padding:8px} .content-left-wrap { padding-top: 10px;}Will that help on the narrow and header part?
The part from etsy – that is a difficult one because it is in a iframe..
Can you change the code in in etsy?I see this one: <div style=”width: 760px;” id=”listing-container”>
I think the 760px is causing the break down..Forum: Themes and Templates
In reply to: [ResponsiveBoat] Not mobile responsiveHelloo!
Do you mean on the desktop version?
Nice art by the way 🙂
Forum: Themes and Templates
In reply to: How to remove white space between rowsDeveloping websites is trying trying trying and don’t give up! 🙂 And Google knows almost everything!
I would cut the CSS code from the parent theme and then add it to your child theme.
And if you want to make a change in the footer.php then copy the whole file to the child theme!
Forum: Themes and Templates
In reply to: [ResponsiveBoat] Not mobile responsiveDoes this help for your problem:
Again below:
@media screen and (max-width: 600px) {
Add:section.adamrob_parallax {background-size: 100%!important;height: 156px!important;background-position: 0% 12%!important;} .adamrob_pcontainer {height: 156px!important;} .parallax-window-container {height: 156px!important;} td.parallax-header {font-size: 52%!important;padding: 0px!important;} .content-left-wrap {padding-top: 10px;}Sorry still don’t get the parallax big title section…Maybe I have been to long behind the computer haha 🙂