Advertisement:

Author Topic: Osclasswizards: help please ! Share your website pls  (Read 14733 times)

Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #15 on: September 07, 2017, 05:53:40 pm »
Thank you very much Carlison. Did it and working perfect.

I got one more relevant issue as shown in attached file - may be if you can help will be great.

All red highlighted rectangles have URL link and when I put Arrow - its hover is white and as background is also white. Where to change background....I tried everywhere :( and couldnt resolve this as well like previous

thank again

_carlison

  • Full Member
  • ***
  • Posts: 134
Re: Osclasswizards: help please ! Share your website pls
« Reply #16 on: September 07, 2017, 07:02:17 pm »
open your " apps-light-blue.css " and change the color instead of " #fff" to your own color then check your hover color :
Quote
#footer, #footer a:hover, #item-post h2, #logo a, #main_search h2, #main_search h3, #related-searches li a, #show_filters, #tab_filter section li a, .contact_button a, .contact_button a:hover, .custom .watchlist_page a, .filters h3, .forgot .form-container-box .resp-wrapper .ui-button, .info_top, .info_top a, .item-header li .fa, .language ul li a, .links a, .list_watch, .list_watch a, .list_watch a:hover, .listing-attr .currency-value, .listings h2 .fa, .marker-label .fa, .mylocation-label .fa, .pagination a:hover, .pagination span, .rate_me span, .ribbon, .search_filter li li a, .subscription, .subscription h2, .thumbs a:hover, .toggle:focus, .toggle:hover, .user-alerts .user_menu li.opt_alerts a, .user-change_email .user_menu li.opt_change_email a, .user-items .user_menu li.opt_items a, .user-passowrd_change .user_menu li.opt_change_password a, .user-profile .user_menu li.opt_account a, .user-username .user_menu li.opt_change_email a, .user-usernames .user_menu li.opt_change_username a, .user_menu li a:hover, .slick-arrow:hover, .filters h3, .filters .plugin-hooks h6, .MCtooltip:after {color: #fff;
}

Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #17 on: September 07, 2017, 08:13:48 pm »
Thank you for reply Carlison.

This change is actually impacting to lot of places and areas.
i tried and i noticed impact in 2/3 places minimum [ like : change in color of icons , top heading on publish ad etc. ].

Extract is attached.

I guess we will have to restrict application of color to only footer area. I'm learning coding but officially non coder.

thank you

Aficionado

  • Guest
Re: Osclasswizards: help please ! Share your website pls
« Reply #18 on: September 07, 2017, 11:30:42 pm »
@Darwazo

Install Firebug in your browser, learn to use it and do all the changes in css you want/need.


Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #19 on: September 07, 2017, 11:41:06 pm »
I did and I have learnt many things but still ... long way to go.
I don't know structural fundamentals of coding specially if any specific to specific language.

I'll trying again thanks

Appreciate any one replies

mrtsoftware

  • Sr. Member
  • ****
  • Posts: 343
Re: Osclasswizards: help please ! Share your website pls
« Reply #20 on: September 07, 2017, 11:46:13 pm »
Also active " permalinks" URL, it is good for SEO

> Settings > Permalinks

mrtsoftware

  • Sr. Member
  • ****
  • Posts: 343
Re: Osclasswizards: help please ! Share your website pls
« Reply #21 on: September 07, 2017, 11:52:29 pm »
As a non coder, you had managed very successfully to customize this theme.
I am really suprised and I congratulate you.
If you do not mind, can you share this theme into zip file here. Other osclass users may also like your theme and use it. Especially I loved it.

Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #22 on: September 08, 2017, 01:40:37 am »
Thank you for the feedback mrtsoftware
ill share with guys once done & dusted with all errors and potential issues.

Pls. do help me on Permalinks. I enabled but ends up with errors while I tried posting. Do i need to fill all fields? Pls. see attached file and help me how to handle this?

In first try I enabled default > result was error. For example: posting link resulted in Error 404
In 2nd try with filled links > result was same error .

See attached ...

Thanks

mrtsoftware

  • Sr. Member
  • ****
  • Posts: 343
Re: Osclasswizards: help please ! Share your website pls
« Reply #23 on: September 08, 2017, 09:58:15 am »
When you enable " friendly url " under > settings > Permalinks, Oclass is inserting some codes inside your "htaccess" file on your server.
If it did not insert yet, you must do it manually!
Before enabling url you must backup htaccess file because Osclass removing other informations inside htacess file if you have something other.

See please secreenshoot and inserted SEO url code after enabling "friendly url "

mrtsoftware

  • Sr. Member
  • ****
  • Posts: 343
Re: Osclasswizards: help please ! Share your website pls
« Reply #24 on: September 08, 2017, 10:06:41 am »
Also into rules under permalink I saw ;
Search prefix URL:
Search URL:

did you write them manually when you have enabled permalink? or was them written before enabling " friendly url "
if you have done this while you enable friendly link;
1) Change those as
Search prefix URL:
Search URL: search

2) Check your htaccess file whether " friendly url " code was inserted or not
here friendly url code for htacess ;

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #25 on: September 08, 2017, 12:22:33 pm »
Great ! I think it's working now. Thank you mrtsoftware

I already had htaccess to route http to https but I was confuse how to insert additional codes to the file as what I felt Codes there.

Any one can check / do stress testing of codes? Specially permalinks....

_carlison

  • Full Member
  • ***
  • Posts: 134
Re: Osclasswizards: help please ! Share your website pls
« Reply #26 on: September 08, 2017, 12:26:48 pm »
I did and I have learnt many things but still ... long way to go.
I don't know structural fundamentals of coding specially if any specific to specific language.

I'll trying again thanks

Appreciate any one replies

@darwazo if you dont have knowledge about coding. so you can hire one developer those known good knowledge of PHP Coding or buy New Osclass Theme from Officially Osclass Market. then they will suggest you better. coz i already help you but you are asking different-2 parts for theme. otherwise learnt about PHP Coding .

Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #27 on: September 08, 2017, 03:44:37 pm »
Thank you very much for the help and I really appreciate. I may hire one but self learning makes you creative and you are independent. Being a finance professional, I don't want to get myself deep into this. 
It's okay if someone teaches on this platform otherwise I am using other internet resources already. SORRY FOR ANY INCONVENIENCE Caused .

Ciaoo

mrtsoftware

  • Sr. Member
  • ****
  • Posts: 343
Re: Osclasswizards: help please ! Share your website pls
« Reply #28 on: September 08, 2017, 05:04:38 pm »
pasting code inside htaccess is very easy and simple. Just open with notepad of windows, place code each line and save.
I checked your web page,
SEO url looks fine,
here secreenshoot

Darwazo

  • Full Member
  • ***
  • Posts: 113
Re: Osclasswizards: help please ! Share your website pls
« Reply #29 on: September 09, 2017, 04:52:16 am »
Thank you very much for detailed reply.

I found one error, which is when You click "ALL LISTINGS" - its not showing up all listing - I believe its because of permalinks and changes in htaccess file.

Everything is attached in screenshot and htaccess text file (uploaded file is with .htacess)
thanks alot