warcoderslegacy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS 3 validation help.Hi samkenz
have you tried reinstalling the theme?tried a diffrend 1?
Kind regards
Ruben MostertForum: Fixing WordPress
In reply to: Updating using server or dashboard?Ok i found out that the dashboard does not backup the site but when i se installatron i have the option
Forum: Everything else WordPress
In reply to: Photos not displaying to social media sitesHello WatkinsT
What plugin are you using to display the social media icons?
Kind Regards
Ruben MostertForum: Fixing WordPress
In reply to: Updating using server or dashboard?Hi Craig
Thank you will give it a shot do you know what is the diff if you update from dash or server?
Kind regards
Ruben MostertForum: Fixing WordPress
In reply to: 302 error found in website headergo to https://builtbackwards.com/projects/tac/
or get the plugin from wordpress.just search TAC.
Scan the theme you are using.
If it say encrypted code found.
click details.
Look on witch line it is.
ftp the header.php and go to that line and del that code.
Upload the header.php again and there you go fixed
Regards
Ruben MostertForum: Themes and Templates
In reply to: [Customizr] getting logo and call now button inside mobile menui see in your code you got your li tags
<li>Link 1</li> <li>Link 2</li> <li>Mobilebutton</li>
What you can do is create 2 media queries in the css
@media only screen and (max-width: 480px){ } and @media only screen and (max-width: 320px) { }
create a class in the css lets say .mobilebutton
so your code in the css wil look like this.@media only screen and (max-width: 480px){ .mobilebutton{ display:block} } @media only screen and (max-width: 320px) { .mobilebutton{ display:block} } }
Dont forget outside of your media tags use .mobilebutton{display:none;}
and your li for the button must look like
<div class="mobilebutton"> <li><a href="link to the number"><img src="link to the image"></a></li> </div>
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: Where to find a theme like thisI would recommend a site like This It looks profesional and you can use the slider to display the responsiveness of your websites
You can also use this for all your clients.
Kind Regards
Ruben MostertForum: Everything else WordPress
In reply to: Website sizeWhat i mean is there is prob a folder that is taking up allot of space.The site aint using any of the “BIG” file.So somewhere is a file/folder that is taking up that amount of space.
FTP into your website and take a look around to find out where the file is that is eating up all your space.
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: Where to find a theme like thisHello Emilll
What is your company doing?Website development and hosting?
Kind Regards
Ruben MostertForum: Themes and Templates
In reply to: [Customizr] getting logo and call now button inside mobile menuHello andrew55
so am i understanding this correctly you want to display a call now button in the menu once the users views your website on mobile?
Regards
Ruben MostertForum: Everything else WordPress
In reply to: Redirect HelpHi dirtyoldlarry
I am not understanding you problem.DO you want the domain with the small amount of backlinks to link to the one with the lots??
Regards
WarcoderslegacyForum: Everything else WordPress
In reply to: Website sizeHello Annoj
Can you post a image of the back end.So i can see what is being used and what is junk.
Regards
WarcoderslegacyHello Tomis the cat
How is you SEO?
Are you using the correct key words,phrases and descriptions to help bing crawler find you site?
Regards
WarcoderslegacyForum: Themes and Templates
In reply to: twentyfourteen, page background imagecan you post you website please so i can have a look