Farook Kholwadia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using a page instead of footerlooks cool, ciao!
Forum: Fixing WordPress
In reply to: How to make drowdown menue on Template “Sydney”did you add any sub menus?
Forum: Fixing WordPress
In reply to: Using a page instead of footerif you change the CSS
from
#sub-footer-core .copyright,
#post-footer-social,
#sub-footer-core #footer-menu {
display: table-cell;
vertical-align: middle;
}to
#sub-footer-core .copyright,
#post-footer-social,
#sub-footer-core #footer-menu {
display: table-cell;
text-align: center;
}your footer will display tidier by giving more white space between the logo and text
Forum: Fixing WordPress
In reply to: Featured Image Text Wrappingassume you’ve fixed this?
it seems fine in the types of phones i’ve emulated but unsure what your model is
if not fixed, your model could helpForum: Fixing WordPress
In reply to: A way of default image size being Full Size, not Mediumif I’ve understood your query correctly and of course without the screen-shot, i could be completely off the mark,
when you go to add media in a post or page, it takes you to the MEDIA area, you select your image AND before ‘insert in page’ button, you should have options usually on the right (if using a desktop PC):
ATTACHMENT DISPLAY SETTINGS
you can select the way you want the image displayed from the drop down.
Forum: Fixing WordPress
In reply to: URL Not Foundare you using example.com? if you are, as far as i am aware, you cannot use https://example.com except for illustrative purposes
Forum: Networking WordPress
In reply to: Webpage not loading properlyit all seems okay on google https://developers.google.com/speed/pagespeed/insights/
assume you’ve fixed things!
Forum: Fixing WordPress
In reply to: Header with number on right, with menu bar below header.do you have a link to your site or haven’t started yet?
there’s loads of themes but sometimes you need to do some work in header.php
https://codex.www.ads-software.com/Designing_HeadersForum: Fixing WordPress
In reply to: Plugin crashed my site PLS HELP!good news!
Forum: Networking WordPress
In reply to: Can’t login to my accountI think they are expecting you to use FTP where you can’t sign in to WordPress.
Forum: Fixing WordPress
In reply to: Access issueof the options, which method did you use?
Did you try this already from the guide?
Edit functions.php
If you have access to the site via FTP, then this method will help you quickly get a site back up and running, if you changed those values incorrectly.
Forum: Fixing WordPress
In reply to: Using a page instead of footeryou could replace this part:
<?php /* === Add custom footer === */ thinkup_input_copyright(); ?>
it sits between the
<div class=”copyright”>
AND
</div>
with your code:
<span style=”font-family: arial, helvetica, sans-serif;”><span style=”font-size: 14pt;”>TermoVilla Srl</span> – Via Bedesco, 82 – 24033 – Calusco d’Adda BG – P.IVA XXXXXXXXXXX – Tel. +39-035-791712</span>but before you do, check if you already have footer widgets that could do the job
or
a footer plugin
Forum: Fixing WordPress
In reply to: Plugin crashed my site PLS HELP!are you able to access your WordPress admin now?
Forum: Fixing WordPress
In reply to: Plugin crashed my site PLS HELP!FTP allows you to get to your WordPress files when you cannot access via WP-Admin.
You may wish to start by reading below:
https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/
I think the video is very good and easy to follow and works well with the rest of the content.Take your time and one step at a time and hopefully, we can get you back in your Dashboard ??
- This reply was modified 6 years, 9 months ago by Farook Kholwadia.
Forum: Fixing WordPress
In reply to: Using a page instead of footeris your footer.php file something like this?