ADT
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Rename select optionsthanks @jricketts4 and @indreshyadav . much appreciated
Forum: Themes and Templates
In reply to: [OceanWP] Add to cart button for variable productbump
Forum: Plugins
In reply to: [WooCommerce] phyiscal product store reference numberok. thank you. that helps.
Forum: Plugins
In reply to: [Ocean Extra] 5.3 throws an errorPlease note, if you have the above errors its probably due to an outdated PHP version <=5.6.
We upgraded our servers to use PHP v7.1 and it works perfectly fine.Forum: Plugins
In reply to: [Cherry Team Members] sort team members?However, I noticed the sorting works only for the group which was created first. other groups do not pick up the change.- This reply was modified 7 years, 2 months ago by ADT.
Forum: Plugins
In reply to: [Cherry Team Members] sort team members?@jmzwiv, you’re a lifesaver!! many thanks for this small code change ??
Forum: Plugins
In reply to: [PT Addons for Elementor Lite] clickable hover textOK. Steps to reproduce.
Add PT-Interactive Banner to the page from Elementor Builder.
Go to Image -> Add the image
Go to “Hover” add text and add a URL to the text.
SaveTry to click on the hover text, the url does not get activated. The link works only if I add a url link in the Image -> “Link To” section
Forum: Themes and Templates
In reply to: [OceanWP] can oceanwp settings be set for all blog poststhank you.
I fixed it by adding custom css. thanks
Forum: Themes and Templates
In reply to: [OceanWP] can oceanwp settings be set for all blog postsHi,
I don’t think the settings that I’m talking about is there in the customizer.
Ex. 1. adding shortcodes for blog posts.
2. Display page titleIt’s a part of OceanWP settings found on each new post/page .
I tried using the plugin. but its not working with the latest woocommerce and wordpress combination .
Forum: Themes and Templates
In reply to: [OceanWP] how to add a default backgroud image to blog pagesthank u. perfect solution
Forum: Themes and Templates
In reply to: [OceanWP] how to add a default backgroud image to blog pagesyes, blog page and individual blog posts
blog: https://dev.fctworld.org.cs-mum-12.webhostbox.net/news-updates/
Image: https://dev.fctworld.org.cs-mum-12.webhostbox.net/wp-content/uploads/2017/12/Banner-Mac-book-4-01-1.pngForum: Themes and Templates
In reply to: [OceanWP] how to add a default backgroud image to blog pagesForum: Themes and Templates
In reply to: [OceanWP] how to add a default backgroud image to blog pagesi mean, a background image for blog posts and the blog plage only.
i tried the following code but it didn’t work. it works without the pageid .main.site-main.clr.page-id-x { background-image:url('image-url'); background-repeat:no-repeat; background-attachment:fixed; }