big-picture
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using WordPress to access files outside the WP folderYui, I’m a WordPress designer and not really a programer. I know enough code to drop snipers in here and there. I guess I was looking at a WordPress solution so the company could use Elementor like I did on their website and maintain the INTRANET site without bringing in a programer all the time. Also, they wanted me to build an easy to access interface for all employees to use similar to their website.
I did run across a snipet of code that worked for someone else but I don’t know where to add it in WordPress.
<?php $site = get_user_meta( $current_user->ID, 'url', true ); $site_without_http = trim( str_replace( array( 'https://', 'https://' ), '', $site ), '/' ); echo '<a class="user-website" href="'.$site.'">'.$site_without_http .'</a>'; ?>
I don’t know if pasting this in the functions.php file or the header or???
Forum: Fixing WordPress
In reply to: Using WordPress to access files outside the WP folderFirst off, thank you for responding. This is difficult because their few people who deal with this, mostly because it’s a crazy idea.
In their Chrome browser I can address one of there files with a file:// type prefix but once I add the same address to WordPress it automatically turns it into an HTTP address. I feel like there’s something coded in to create the web structure. I don’t know enough to be sure.
Forum: Fixing WordPress
In reply to: Using WordPress to access files outside the WP folderJoy,
I don’t mind using a link but every time I set up a link that starts with fill:///G:/bus_grip/ac…….Wordpress turns it into a web address like https://G:/bus_grip/ac…….
How do I keep it from turning into a web address?
Mike,
I have a WooCommerce store on my WordPress site and have had a programer do some work and is not available anymore. I have a situation where the taxonomy is different on a few categories than others which will display the page in either catalog (box) style or a list style. I have looked through the parent child hierarchy and find no difference between the two. How would I find what determines the taxonomy/layout differences.
Example:
https://www.behlencountry.com/product-category/3-point-implements/3-point-implement-parts/
This shows the items in a list form which is natural for the hierarchy of the parent child relationship.https://www.behlencountry.com/product-category/3-point-implement-parts/
This displays products in a box catalog which is desired but not in the natural hierarchy.How do I recreate this to be permanent to this category and new ones?
Forum: Plugins
In reply to: [Ultimate Post Slider Widget] Great start! I have a few questionsThere’s usually a CSS file for the plugin to make alterations. I can’t seem to make head or tails out of altering the CSS.
Forum: Plugins
In reply to: [Ultimate Post Slider Widget] Great start! I have a few questionsI’m not as familiar with class and ids but could you show me how to add a change to the h2 for the title? What does that look like in either the widget area of your plugin or the theme css?
Forum: Plugins
In reply to: [Advanced iFrame] Break out of iframe certain links?I wonder if I’m having a java conflict because the content inside the iframe linking to the pages to my WordPress site and opened the parent page. Now for some reason it only opens the pages inside the iframe. It’s not what I really wanted, how would I change that back or what would I look for?
Forum: Plugins
In reply to: [iframe] selective breakout of iframeI am using your iframe plug-in and it the links in the iframe link and only open those pages inside the iframe, how do I stop this?
Forum: Fixing WordPress
In reply to: Word Press 3.6 update fatal errorThe new code “ff_get_post_gallery” worked great for me. I”m in and updated. Many Thanks Forum Help!