Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Will do Ben! I went back and modified the icon some too. I used Illustrator to make the icon look a little cleaner instead of just clipping it from the site. I’ll add the code and I’ll be a happy camper.

    Edit: Added the code and all looks great. In the future, if you decide to make the Vocal.media platform a stock choice, I’ve modified the icon so it works wells with your theme. The image is available on my website or you can contact me and I’ll send it to you. Vocal has gone from 10k regular users to 30k users since January and their goal is to bust 100k users by year-end. I know they caught my attention which in turn led me to your theme.

    Thank you again Ben for your prompt responses and spot-on assistance.

    • This reply was modified 3 years, 4 months ago by joeylowe. Reason: I deleted a request for unrelated help that I figured out on my own & I updated the CSS changes Ben recommended

    Thank you! The website is https://loweco.com/wordpress1/. I got it look like I wanted by using 22px. It’s the last icon. I really appreciate your quick response.

    @bensibley I hate to be a pest, but since I learned about your theme over at my go-to writer’s website, vocal.media is it possible to have their social media icon added too? For a workaround, I added them to my website as a custom link, but the icon is larger than the other social media icons which takes away from the appearance. I installed your theme over the weekend and I’m still learning all the nuances (I bought the pro version) and so far, I love it. I never thought writing would be easier on WordPress but you have proven me wrong.

    joeylowe

    (@joeylowe)

    Saw this thread after taking a look at the Wishlist site. Here is my question to anyone who cares to answer. Does any of these plugins offer recurring payment features like what the original poster posed in his question?

    Forum: Fixing WordPress
    In reply to: Forum tab

    Hi, I’m trying to do the same thing here at https://www.tradecubate.com. I followed NC@WP’s instructions. I created a blank page named ‘Trellis Desk’ and published to my theme. BTW I use iThemes Blogging Success Theme.

    I then created a php file in Notepad and subbed out the link in NC@WP’s post for https://www.tradecubate.com/trellis/Upload/index.php. I also tried without the “index.php” path. Both times, whenever I click on the link in the nav bar, the browser is directed to the blank page instead of redirected to the site that I’m trying to link to. What am I missing?

    Here is the content of the php file that I created if it will help.

    <?php 
    
    header('Location: https://www.tradecubate.com/trellis/Upload/');
    die();
    
    ?>

    The correct path that I’m trying to link to is

    https://www.tradecubate.com/trellis/Upload/index.php

    Thanks for help!

Viewing 5 replies - 1 through 5 (of 5 total)