logged in wordpress

Stack Overflow

I have no coding experience, and I just came up with this idea. But I am not sure if it’s possible. If it’s not, feel free to suggest other ideas.

tagged: wordpress, contact-form-7 Mar 22 at 12:04
Stack Overflow

In my woocommerce shop users are able to sort product categories by default, list and grid view. This is causing a lot of duplicate content. I’m looking to remove the list and grid view …

tagged: php, wordpress, woocommerce Mar 22 at 5:32
Stack Overflow

I’m using Versionpress to build a staging site for one of my projects. Everything works fine, except some problems with the menus and some content elements. First of all, the menu isn’t correct …

tagged: wordpress, git Mar 22 at 13:57
Stack Overflow

i’m trying to create a plugin in wordpress that’s my code include plugins_url(“/imp-file/admin/partials/imp-file-admin-display.php”); and that’s the warning > Warning: include(): http:// …

tagged: php, wordpress, cpanel Mar 22 at 11:13
Stack Overflow

I’m receiving the following error when trying to access my website created through wordpress: Warning: require_once(/home/wp_s66dqq/keymoneyconcepts.com.au/wp-content/themes/Divi/core/init.php): …

tagged: php, wordpress Mar 21 at 23:01
Stack Overflow

right now I have the following structure in the breadcrumbs of woocommerce: HOME / SHOP / MAINCAT / SUBCAT / SUBCAT And what I want is that it looks like this: MAINCAT / SUBCAT / SUBCAT It would …

tagged: php, wordpress, woocommerce, breadcrumbs Mar 22 at 11:04
Stack Overflow

Currently I have an interactive map using Google Maps on my personal website (WordPress): guidoleurs.org (under ‘projects’), but it is not working correctly on mobile devices. So I am looking for a …

tagged: html, css, wordpress, google-maps-api-3 Mar 22 at 16:14
Stack Overflow

i need to add the iframe code for virtual tour directly in a WordPress page. How to disable the scrolling function directly in the iframe code? It is possible? Or I need a plugin o something else? The …

tagged: wordpress, iframe Mar 22 at 8:18
Stack Overflow

I am trying to get the tabs on this page to be closed on page load. http://krankgolf2017.wpengine.com/champions/ I’m pretty sure bootstrap is being used for the tabs. I’ve tried what it says on this …

tagged: javascript, wordpress, twitter-bootstrap, tabs Mar 22 at 14:31
Stack Overflow

This is a hopeful question. I am really, really PHP inexperienced. But I am trying to teach myself a thing or two. The organization I work for uses a WP site. I regularly work on it. I mostly do …

tagged: php, html, wordpress, forms Mar 22 at 16:44
Stack Overflow

This is an odd one, and I’m REALLY hoping someone else has seen this before. We want a list in our product short descriptions. As long as we don’t add any class names to the description, everything …

tagged: css, wordpress, woocommerce Mar 22 at 16:40
Stack Overflow

I used for many years in my WordPress site links like this onehttps://www.youtube.com/v/IV7US2rRnMg to show the video in a Shadowbox overlay on the same page. So, only the video was loaded, but not …

tagged: wordpress, video, youtube Mar 21 at 23:20
Stack Overflow

I try to create a personalized filter, the idea is that the user can choose the way of sorting out the list of the authors of sites. There would be 3 choices, by name, by function and by category. If …

tagged: wordpress, genesis Mar 22 at 16:04
Stack Overflow

I have a newly purchased Windows Hosting in GoDaddy with its own domain name. Before anything else, I wanted to install a wordpress blog in the subfolder of the domain like so: …

tagged: wordpress Mar 22 at 6:46
Stack Overflow

I cant seem to find how to redirect a trailing url from: www.domain.com/index.php?option=com_k2&view=itemlist&task=user&id=* To: www.domain.com/Any suggestions?

tagged: wordpress Mar 22 at 12:41
Stack Overflow

I had added new column “phone” on member list. the meta key of phone is “mobile_number”. How can I edit the value from (wp-admin/users.php)? Code in function.php: function new_modify_user_table( …

tagged: php, wordpress, function Mar 22 at 0:21
Stack Overflow

i’m coding a custom wordpress registration form for my website. I need to restrict the accepted characters on the form fields. I’m using the validate_username function to sanitize the first name and …

tagged: php, jquery, wordpress, forms Mar 22 at 10:59
Stack Overflow

echo “<script type=\”text/javascript\”> var images=new Array(‘img/slider/2.jpg’,’img/slider/1.jpg’,’img/slider/3.jpg’,’img/slider/4.jpg’); var nextimage=0; jQuery(doSlideshow()); function …

tagged: jquery, wordpress Mar 22 at 7:27
Stack Overflow

http://183.82.33.232:8095/finsafe/calculator/sip.html If i type the above url I want it to redirect to my login page Following is my code if(!is_user_logged_in() && curPageURL() = …

tagged: wordpress Mar 22 at 10:40
Stack Overflow

I am using contact form 7 date picker plugin.In that, I am using date input field. [date* date-994 date-format:dd/mm/yy change-month change-year buttons placeholder “Date Of Birth”] year range is …

tagged: jquery, wordpress, date, plugins