Phet Maly
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Square] Postal Code and CSSDoes anyone have a clue? Please help
Thanks guys. Seems to be ok now
Thanks for the help. I deactivated WPML String Translation an I was able to save the login.
Forum: Plugins
In reply to: [WP-Chatbot for Messenger] Error in the admin pageWe are on the latest version 4.3.
Any other suggestions?
Forum: Plugins
In reply to: [WP-Chatbot for Messenger] Chatbot not displayingBut, doesn’t the plugin injects the script by it self? It used to work until I updated the plugin recently…
Forum: Fixing WordPress
In reply to: Not sure about .htaccess RewriteRuleThanks for the reply!
Forum: Fixing WordPress
In reply to: Getting redirected constantly on loginYeah, tried that… No success.
I’ve tried to clear cache, newly installed never used browser…
Tried on different networks…Still didn’t work.
Thanks.
Forum: Themes and Templates
In reply to: [Hueman] unable to login to the dashboardCould I ask how you solved it? I’m having the same problem with all the my websites I’m taking care off…
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] How do disable Scroll to zoomAaaah! Thank you. I was looking inside the map settings and not the settings of the plugin.
Forum: Plugins
In reply to: [Car Demon] Naming the labelsActually, there is an option you should look at.
– In your WP backend menu, go to Cars for sales > Car Demon Settings.
– Look for “Use included theme files?“.
– This option should be set to “No”. “Car Demon Styles” will then be able to “Override” the default CSS.The only thing I wasn’t able to figure out yet is how to make your own separate Style that could be integrated into “Car Demon Styles”. On my site, I’ve heavily tweaked stuff directly in the php files. If theres an update, all of that goes bye bye!
Forum: Plugins
In reply to: [Car Demon] Naming the labelsHave you installed the plugin Car Demon Style? I’ve achieved my layout by starting with the style Responsive, offered in this plugin. This was my starting point.
You will have to fiddle with your CSS too.
I am having issues with the proper layout – the text goes up to the top interfering with navigation menu?
In your custom css, you should add a margin-top to your #main div. Currently, it is set to 0px.
Something like this: #main {margin-top: 30px;}I don’t know why prices don’t want to load making the “view details” too far down, and text under photo is almost overlapping with the photo (that also looks really squeezed)
This is still a CSS issue. You will have to tweak these type of details. Along the lines of this :
.random_img.inventory_img {margin-top: 15px; margin-bottom: 15px;}
.inventory_price_box {height: auto !important; margin-bottom: 16px !important;}the other thing I can’t figure out is titles ” great deal” and “search inventory” are moved to the left and not aligned with the content on the bottom.
Try this in your custom CSS:
#car_demon_random_car-widget-2 .widget-title {margin-left: 10px !important;}
#car_demon_search_car-widget-2 {width: auto !important;}Car Demon is a very good plugin, but you need to tweak it a lot for it to fit with the theme you are using. It is not “out of the box” with all themes. I’m not a super duper coder, but I know my way with CSS so Car Demon is a good fit for me.
Hope this helps!
Forum: Plugins
In reply to: [Car Demon] Naming the labelsStill doesn’t seem to be working…!
Forum: Plugins
In reply to: [Car Demon] Naming the labelsOUCH… No backup?
Forum: Plugins
In reply to: [Car Demon] Naming the labelsThe link doesn’t seem to be working…
Forum: Plugins
In reply to: [Car Demon] Naming the labelsSure, I could take a look do you have a link where I could check your page out?