Steve_Dillon
Steve_Dillon
About
- Username
- Steve_Dillon
- Joined
- Visits
- 165
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
I was able to find the fix. I copied the single.php file from the parent Betheme folder into my child theme folder, renaming it as my custom post type file name (ex: single-press-release.php). I also copied the content-single.php from the parent Bet…
-
Hello Bryan, Thank you for your response. One page option is currently enabled and I am still having this issue.
-
A little more direction on this topic would be helpful. You say you do not offer file customization (any more - you used to) but at least offering advice for people who know how to customize files would be helpful. Other page builders offer a one-cl…
-
Thanks, not sure how I missed that
-
Done
-
As I said, scroll to the bottom of the page. Under the heading tips and tricks there are three youtube videos. However, it seems the black bars have gone away. I didn't change anything, so not sure how but they look fine now. Please disregard.
-
Granting WP dashboard access requires adding a new user. That requires an email to register the user. What email address should I use to register you as a new user?
-
Nevermind, I was able to update the theme through the dashboard just now.
-
The default width of the "Side Slide" menu is 250px - which is what it's been since I reported this problem. I haven't added any CSS to make it wider. Next time maybe consider looking at the Theme Options or CSS before recommending I break…
-
This should have been your first answer back to me: well you can easily change the width of the side-slide menu in theme options>responsive>header. Not disabling plugins. Any amount of downtime for a live website is unacceptable and should be …
-
I'm not referring to the contact form. You asked me to: "Please send us WordPress dashboard access" Granting WP dashboard access requires adding a new user. That requires an email to register the user. What is your email?
-
Yea, this whole issue is your CSS. Super frustrating when you're trying to get me to turn off plugins, disrupt the entire appearance of my whole website, switch child themes, etc. THE WHOLE TIME IT WAS CSS!! From what I can see it's not due to any C…
-
Creating a new user account requires an email address. You should know that. What email address do I use for Muffin Group?
-
1) No, I can't. This is a live website for a company. I can't disrupt the front-end web view. I have created a development site here: http://dev.saratech.com which I can use for testing. 2) Please be more specific in your responses. I know all HTML …
-
Ok, well, I built this on a sub domain be.dev.saratech.com which no longer exists. We switched the DNS for the main URL of Saratech.com, so be.dev.saratech.com is gone. Your theme registration should follow the URL for the WP dashboard. I followed t…
-
Please provide more feedback than this. 1. I'm not going to disable all of the plugins, that would significantly effect the appearance of a live website. If the problem is with the WP Contact Slider then I can just disable that one and contact the p…
-
Actually, I need to target the class and specific page I was using the button on to open the slider, the code above targets all buttons being used on the site. Updated code below. There's gotta be an easier way? jQuery('.page-id-4190 span.button_lab…
-
So I've solved this with JS by adding the code below. If there's an easier way please let me know. jQuery('.button_label').click(function(e){ e.preventDefault();});
-
Actually, for anyone else that may need this: If you change the CSS from Bryan's post above to the syntax below you can target all of the '.menu-item' in each 'ul.sub-menu' by ID number. This changes the width of the * link description as well as t…
-
BTW, how do you format code in these comments?
-
Ahhh!! Yes, thank you Bryan. That's the syntax I was looking for. For some reason I was skipping over the ID of `#menu-item` when trying to target the sub-menu. Thanks very much for your help!
-
Again, I don't want to change the size of the individual * elements (size of background of li items) I want to change the width of entire sub-menu. The sub-menus have a class of: How do I target the class="sub-menu" dropdown menu width…
-
I understand each nav link has it's own unique ID. I don't want to target by ID, I'm trying to find a way to target by class or by child element. I want to make the dropdown menus be different widths so that the text fits horizontally and doesn't wr…
-
1. I don't have the video in mp4 format, it's a youtube link. 2. I don't think you understand the issue. I'm talking about the format of the Blog Post itself, not the video inside the post - which is what you're referring to when you suggest that I …
-
So it looks like another item to add to your feature request list. How can you provide an option for users to exclude categories from the main blog only to have those excluded categories show up in the related posts? If a category has been excluded …
-
Actually, what I ask for is a feature update to your theme which is already offered by many other major themes on the market. This is a request that's been asked for before in your forum and by all accounts is very easy for you to add feature to you…
-
Actually, what I ask for is a feature update to your theme which is already offered by many other major themes on the market. This is a request that's been asked for before in your forum and by all accounts is very easy for you to add feature to you…
-
Yes, I saw that, that's where I got the shortcode for the testimonials_list that I'm using. I used testimonials_list because I want the larger photo on the left side for the company logo. I've added both shortcodes to the /services/ page. What's the…
-
Got it thanks!
-
1) Ok, thanks. It's the Masonry Blog style that needs to be selected in the page builder section itself 2) I don't want to show or hide a section on mobile, I just want to control which section appears on top and which one appears on the bottom. At …