Profiles

  • Member Since: January 22nd, 2019
  • Location: Remote
  • Website: www.deviant.media
  • Job Title: Owner / Web Developer
  • Employer: Deviant Media LLC
  • Find me on:

Bio

Need website help? Looking to promote your business? Visit my website for contact information or email abretado@deviant.media

Contributions

abretado1985 contributes 4 hours per week to the Support team.

  • Posted a reply to Help me: “Parse error: syntax error, unexpected ‘}\'”, on the site WordPress.org Forums:
    What plugin did you install? Can you share line 247 from your functions.php file?

  • Posted a reply to I deleted all data off my website and it’s slower than ever before, on the site WordPress.org Forums:
    Your database is probably all fragmented. Have you optimized your database since you deleted a…

  • Posted a reply to Slider Hyperlink, on the site WordPress.org Forums:
    See if adding this code to your functions.php file helps: function add_slider_clickable_link() { echo "…

  • Posted a reply to media upload API, on the site WordPress.org Forums:
    Here are a few potential causes and solutions: File Permissions: Check the file permissions on…

  • Posted a reply to plugin to create dynamic generated pdf printables, on the site WordPress.org Forums:
    Here's an example of how you could create a simple PDF with layers using PHP…

  • Posted a reply to Problem with Get request, on the site WordPress.org Forums:
    The code you've provided seems to define a custom REST API endpoint in WordPress. The…

  • Posted a reply to Looking for a way to post a banner under each post of one category, on the site WordPress.org Forums:
    One way, without plugin, is to update your theme file single.php and use conditional code:…

  • Posted a reply to How to restrict access to certain page, on the site WordPress.org Forums:
    Replace the previous code with the one below. It should get the current URL as…

  • Posted a reply to How to restrict access to certain page, on the site WordPress.org Forums:
    Give this a try. Add to your functions.php file or create a custom plugin. Make…

  • Posted a reply to How to restrict access to certain page, on the site WordPress.org Forums:
    In the WordPress dashboard, go to WooCommerce → Settings → Checkout. Untick the 'Enable guest…

  • Posted a reply to Override Parent Function, on the site WordPress.org Forums:
    Here are a few options you can test: Since you can't directly modify the parent…

  • Posted a reply to Plugin uninstall.php not deleting taxonomy/catergory upon plugin deletion, on the site WordPress.org Forums:
    @bcworkz A few weeks back, I received a grounding for redirecting a forum member to…

  • Posted a reply to Internal links plugin, on the site WordPress.org Forums:
    I believe YoastSEO does something similar when you are creating or editing a blog post…

  • Posted a reply to bbpress Forum Display, on the site WordPress.org Forums:
    @saip1540 check out https://wordpress.org/plugins/bbp-style-pack/

  • Posted a reply to Need advice from Plug-In Ninjas, on the site WordPress.org Forums:
    Personally I don't think that having multiple plugins to achieve what you want is the…

  • Posted a reply to WordPress and db encoding is wrong, displaying gibberish, on the site WordPress.org Forums:
    Try the following: Change Character Encoding in Database and wp-config.php: To convert the character encoding…

  • Posted a reply to Individual page per user, on the site WordPress.org Forums:
    @frodo65 you'll need the private content extension: https://ultimatemember.com/extensions/

  • Posted a reply to How to change the checkbox color, on the site WordPress.org Forums:
    Try adding this to Appearance > Customize, Additional CSS: .wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom { background-color:#ffffff; }

  • Posted a reply to Individual page per user, on the site WordPress.org Forums:
    There is a plugin that I use on one of my site that allows what…

  • Posted a reply to Plugin uninstall.php not deleting taxonomy/catergory upon plugin deletion, on the site WordPress.org Forums:
    I managed to get it working, but not sure if going directly into the database…

  • Posted a reply to Adding a link in edit.php, on the site WordPress.org Forums:
    You can add this to your functions.php file or you can make it into a…

  • Created a topic, Plugin uninstall.php not deleting taxonomy/catergory upon plugin deletion, on the site WordPress.org Forums:
    Hello, for the life of me I can't figure out why my un…

  • Posted a reply to Site displaying fine in Edge, but issues with Chrome & Firefox, on the site WordPress.org Forums:
    Looks like the issue is with your CSS class .et_pd_row inline affecting width and max-width.

  • Posted a reply to Header Dropdown Options Unselectable, on the site WordPress.org Forums:
    I, too, did not have any issues with your navigation dropdown. I tried on Firefox…

  • Posted a reply to Subscriber login goes to profile, on the site WordPress.org Forums:
    Option 1 - You can install a plugin like LoginWP which allows you to set…

  • Posted a reply to From InDesign/ PDF to Webpage, on the site WordPress.org Forums:
    Have you tried converting it to HTML first?

  • Posted a reply to Issues when using taxonomies and custom post types in the URL, on the site WordPress.org Forums:
    See if this information will help: To create custom permalinks with taxonomies and custom post…

  • Posted a reply to How to handle additional paremeters on archive page with url_rewrite?, on the site WordPress.org Forums:
    Maybe there is a conflict or issue with how the category name is handled in…

  • Posted a reply to add php code to block editor, on the site WordPress.org Forums:
    One way would be to create a custom plugin and output the data through a…

  • Posted a reply to How to handle additional paremeters on archive page with url_rewrite?, on the site WordPress.org Forums:
    Give this a try, update your code to this: // Add custom rewrite rule add_action('init',…

  • Posted a reply to Support for Meta Descriptions without the need for a plugin, on the site WordPress.org Forums:
    META description and tags are meant to be added at the theme level or through…

  • Posted a reply to Feature Request, on the site WordPress.org Forums:
    Have you tried searching for a plugin?

  • Posted a reply to How To Remove Tag Prefix in URL?, on the site WordPress.org Forums:
    Removing the tag prefix could possibly pose a conflict with a post/page but if you…

  • Posted a reply to Changing Post-type URL, on the site WordPress.org Forums:
    Glad it worked!

  • Posted a reply to Changing Post-type URL, on the site WordPress.org Forums:
    See if this works for you, Open your theme's functions.php file or create a custom…

  • Posted a reply to Is it possible to setup a requisition validation workflow form in WP?, on the site WordPress.org Forums:
    You can use Gravity Forms and Gravity Flow. Both are premium plugins.

  • Posted a reply to How to create pagination for custom post type?, on the site WordPress.org Forums:
    Based on the code you provided, there are a couple of issues that could be…

  • Posted a reply to Expense Calculator, on the site WordPress.org Forums:
    My go to form plugin is Gravity Forms as they have tons of add-ons. Here…

  • Posted a reply to View all posts of a custom type, on the site WordPress.org Forums:
    Well as long as it works for you. Reach out if you need any adjustments.

  • Posted a reply to View all posts of a custom type, on the site WordPress.org Forums:
    Please note that this plugin will only list custom post types that have the 'public'…

  • Posted a reply to View all posts of a custom type, on the site WordPress.org Forums:
    See if either of these two help you. To use this plugin, create a new…

  • Posted a reply to View all posts of a custom type, on the site WordPress.org Forums:
    Not sure if this is what you are asking but, I have two custom post…

  • Posted a reply to rewrite_rules_array stops search working, on the site WordPress.org Forums:
    One possible reason for this issue is that the rewrite rules you have added do…

  • Posted a reply to Soundcloud Playlists suddenly not showing on pages + cannot embed, on the site WordPress.org Forums:
    Hi, I see a Soundcloud playlist toward the end of the page? Are you talking…

  • Posted a reply to Removing WordPress text on botton related to wpforms, on the site WordPress.org Forums:
    You can try: <script> // Get all the <p> tags on the page var paragraphs…

  • Posted a reply to How to redirect from non Https to www, on the site WordPress.org Forums:
    Place this in your .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC,OR] RewriteCond %{HTTPS} !=on…

  • Posted a reply to Vimeo Block – No iFrame title, on the site WordPress.org Forums:
    See if this work. It would be added to your functions.php file. /** * Add…

  • Posted a reply to Add a front end react page to an existing wordpresswebsite, on the site WordPress.org Forums:
    See if these steps work: Create your React app: Start by building your React application…

  • Posted a reply to Can’t publish posts, on the site WordPress.org Forums:
    Are you facing the same issue with Pages? Have you tried repairing your database? How…