Templeflower
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove mini cart elementFinally managed to disable the mini-cart. Thanks for everyone’s help. It is greatly appreciated.
Interesting thoughts- clearly some are very passionate about right click functionality, and international internet user rights. Not about to chime in, I’m not here for debate, just some coding help! ??
Forum: Fixing WordPress
In reply to: Remove mini cart elementWe have an image protector on which disables the right click. We had a client victimized by fraud- someone stole pics off her website and used them on social media to present themselves as her and solicit money. Even made it on to the local news. So now we try to prevent that- it doesn’t stop screen capture, but it does halt casual image theft.
Hmm header file. I hadn’t touched that at all during development. I will have to look at it and see whats going on.
Forum: Fixing WordPress
In reply to: Remove mini cart elementI know it is- darn firebug- it teases so with that html editor. Here look at how nice this looks by playing with html. Now try to make those changes permanent on your site with css- not! bwahahahah!
Not surprised by the extra code- we are using a woocommerce plugin to change some of the e-commerce functionality (In particular cart removal). Probably puts a lot of extra junk in there.
Thanks for the suggestion wpyogi- tried that in the custom css area of the theme to no avail, sadly.
Forum: Fixing WordPress
In reply to: Remove mini cart elementI know it is- darn firebug- it teases so with that html editor. Here look at how nice this looks by playing with html. Now try to make those changes permanent on your site with css- not! bwahahahah!
Not surprised by the extra code- we are using a woocommerce plugin to change some of the e-commerce functionality (In particular cart removal). Probably puts a lot of extra junk in there.
Thanks for the suggestion wpyogi- tried that in the custom css area of the theme to no avail, sadly.
Forum: Fixing WordPress
In reply to: Remove mini cart elementAbsolutely correct. They have pretty much dropped off the face of the earth.
It happens- so I need to try to figure it out on my own. I’m a big girl, but really ready to pull my hair out on this one.Forum: Fixing WordPress
In reply to: Remove mini cart elementthis is the site currently under development here:
https://irisaffiliates.info/fullservicebattery/
The theme was purchased off of theme forest. I realize it’s not supported, but a few hints to try would really be appreciated. The frustrating thing is I can see the code in firebug- I erase the html lines and it does exactly what I want it to do- makes the minicart box disappear. I just can’t figure out how to translate the html line removal to css code!
Forum: Themes and Templates
In reply to: [Theme Pinboard] change content background from color to imagego here:
https://irisaffiliates.info/frizzle/products
I want the content background ie: the frame in which the actual blog text appears, to be the same as the main, leather texture background of the page.
In this page the content is the dark brown box which contains the text starting with “Products” and ending with “one of a kind look”.
Thanks for your help
Forum: Themes and Templates
In reply to: [Theme Pinboard] change content background from color to imagewell this is the php in the functions.php which calls the content background
‘<?php if( $default_options[‘content_background’] != pinboard_get_option( ‘content_background’ ) ) : ?>
.entry,
#comments,
#respond,
#posts-nav {
background: <?php echo esc_attr( pinboard_get_option( ‘content_background’ ) ); ?>;
}’
Does that help at all?Forum: Themes and Templates
In reply to: minimatica theme; sidebar menu font increaseBingo JR. That did it finally! A thousand and one thanks, Sir!
Forum: Fixing WordPress
In reply to: my custom 404 redirect pagetowonder- Thank you. That worked absolutely perfectly!
Forum: Fixing WordPress
In reply to: best way to add a line to a footerthat article helped a lot. Thanks very much!
Forum: Fixing WordPress
In reply to: my posts and pages are getting truncatedok, I got online with my hosts tech support. It isn’t an issue with their security, its an issue with the visual editor. The html editor posts the content just fine. Any idea what could be going on?
Forum: Fixing WordPress
In reply to: change home link in aesthete?Yes, this is what I have been attempting to do. I did find some code for it:
<ul> <li class="page_item"><a href="https://mynewhomepage.com">Home</a></li> <?php wp_list_pages('title_li='); ?> </ul>
However, the aesthete theme does not have li tags.
Forum: Fixing WordPress
In reply to: change home link in aesthete?Ok, I’ve reviewed that info. But (and I realize I’m a dunce) I don’t understand how the sidebar custom menu “home” link helps me change the destination of the header home link?
Forum: Fixing WordPress
In reply to: change home link in aesthete?I do have it as a custom url in the links category. I would just really like to have the “home” at the top of the page link to the actual home page of the whole site, not the wordpress home.