Motaz Shazly
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Destin Basic] Moving Featured image to leftAdd this code at the end of the style.css file..
.type-post img:first-child{ float: left; }
And you should remove the right click warning message ‘Ask for permission’ thing, that’s completely useless and really old, good luck!
Forum: Themes and Templates
In reply to: How to Change Width of Footer WidgetsHi Priscilla,
Edit your style.css file line 6290 where it currently reads
#footer .col_one_fourth { width: 210px; margin: 0 40px 40px 0; }
to
#footer .col_one_fourth { width: 50%; margin: 0 40px 40px 0; }
That will do it.
Forum: Themes and Templates
In reply to: [XT Corporate lite] Moving Main Menu Downalso having checked your url you just need to add the following code
top: 32px;
at line 57 in the file ‘xt_corporate_lite_common.css’ located in ‘themes/xt-corporate-lite/assets/css/’ so it would become
.home .navbar-fixed-top, .navbar-fixed-top.navbar-shrink{ position:fixed; margin-top:32px; }
Also note that you should be using parent/child theme setup since you will lose any customizations added to the theme if you updated it without having your customizations in a child theme.
Forum: Themes and Templates
In reply to: [XT Corporate lite] Moving Main Menu DownPlease delete that IMMEDIATELY, and update the password, this should be shared in private!
email me at [Email moderated] with a new account to check it out for you, thank you!
Forum: Themes and Templates
In reply to: HELP! Fatal error after install theme and can't change itYou should contact altervista to ask for instructions on how access your site using FTP.
Forum: Themes and Templates
In reply to: How to put background colorYes, place it at the end of the file.
Forum: Themes and Templates
In reply to: How to put background colorOk. the HTML markup on the site is poorly written, but let me give you an example anyway, for this page for this page add the following code at the end of the “enigma-theme.css”
.page-id-154 > div:first-child{ background: #cccccc!important; }
That will give it a gray background instead of white, now you can change the hex code to whatever you want.
Forum: Themes and Templates
In reply to: footer copyright changing sydney themeIf you’re not comfortable editing PHP files, then I recommend that you get professional help, mistakes with php files could cause your site to crash.
Forum: Themes and Templates
In reply to: HELP! Fatal error after install theme and can't change itThis error means that you have a missing file that you need to upload to the server, the file name is “custom_functions.php” and you should upload it to the path “/membri/annalauraianniph/wp-content/themes/Harmony/” You need to access with FTP and upload the file there to fix this error.
Forum: Themes and Templates
In reply to: How to put background colorwhich page/section are you trying to change its color? please provide url to the page or the section at the homepage.
Forum: Themes and Templates
In reply to: footer copyright changing sydney themeit’s usually in the footer.php in your theme if hard coded, advanced themes however uses theme settings to allow you a friendly user interface to change copyright text, so search in your theme settings panel if there is any, try the widgets, if not then they are most probably hard coded in the file footer.php in your theme, be careful when you edit that file, ask for help if you don’t know what you’re doing there.
Forum: Themes and Templates
In reply to: [XT Corporate lite] Moving Main Menu Down@jcavner every theme is different, you need to show a link and subscriber access account for people to be able to help.
Forum: Themes and Templates
In reply to: [Gridsby] (Change) featured image size in postplease share a link to your page.
Forum: Fixing WordPress
In reply to: How can I remove bottom bar?.footer-widgets, .footer-copy{ display: none!important; }
You’re welcome!
Forum: Fixing WordPress
In reply to: can't get access to my wordpress blogHow did you access your host the first time?