ronald.fuquay
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Redirect my old website to new website with same domainThis is a better question for your web host. They should have a domain management panel or something similar depending on your host where you can set up redirects.
Your best bet would be to get with your web host support team for help setting it up.
Forum: Themes and Templates
In reply to: [ZBlackbeard] Not Looking Good On Mobile@jomjalan, is the site you are working on live somewhere? can you send the link to view it. I looked at the ZBlackbeard and Zerf-Lite themes and both previews looked normal on my tests. Seeing the problem site would be the best way for me to help
Forum: Themes and Templates
In reply to: [Theme: Gazette] Full-Width Page@jakegeiger21, sorry for the delay. I had to watch my Wheel of Fortune ??
Ok so on your site, you have a div surrounding all of the page content with a class of .row. This seems to be the div that is controlling your website content’s width. As you can see in the picture below, the .row div sets the content’s max-width to 75rem
Check here to see what I mean https://imgur.com/iuFJaSZ
To fix this, you need to add the following code to the bottom of your styles.css file in your child theme
.row { max-width:100%; }
This will set your contents width to the full width of the browser window as seen in the image below
Forum: Themes and Templates
In reply to: [Theme: Gazette] Full-Width PageYou would not need to make a custom template file to create a full-width page. This would be handled within the CSS file for the theme (Please use a child theme to make changes; you can find out more here if you dont already know how https://codex.www.ads-software.com/Child_Themes)
Can you go more in-depth at what you are wanting to change? Is it the entire page (Header content and footer) or is it just the main content? Also, is this for every page or just a specific page/number of pages? This would help me help you better.
Is the site already live? if so, can you provide me with the urls of the page(s) you want to affect with this change?
Ah ok, thanks Jeremy
Jeremy Herve, did you receive the urls? I still have the issue so I am not sure why this got marked as resolved
Just sent urls through the contact form, Thanks Jeremy.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Timber and Conductor integrationNevermind, I think I figured out my own question Josh, thanks!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Timber and Conductor integration@josh Pollock, since you were so kind to jump in on this discussion, I have a few quick questions for you.
Since I would be using the Caldera Forms plugin with the Caldera Easy Pods in order to get my search functionality, it would make sense that I would probably want use Caldera Forms for the front-end regsistration and user submitted content as well.
Can Caldera Forms do front-end user registration and Front End User submitted content?
If so, last question; How would I be able to charge a user for submitted content via Caldera Forms? I see Paypal and Stripe addons for Caldera Forms, which would work great for single entries, but what if I wanted to have a package deal (5 listings for $x amount, etc)
Thanks!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Timber and Conductor integrationYea, it looks like Caldera Easy Pods would be what I am looking for in order to get the Faceted/Filter searching for Pods
https://youtu.be/h-Y-F_728GQ?list=PLgeaHmX3MoisTbIbCoulUukkEtL8VXrEm
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Timber and Conductor integrationAh very cool, I like the Conductor integration!
Quick question, I know Pods has its own templating system for adding Pods data to the front end of your site (Pods Pages, Pods Templates, Pods Auto Template) but is there ways to do advanced queries and drill-down search functions within any of those Pods? Something akin to how WP-Views works including their “Parametric Search” or how FacetWP works with its “Facets”?
I am looking to build a classifieds style site, and I see how Pods can help me create the custom post types and fields, and even how to display them, but I have not found anything about full on queries and advanced searches using your templating system
Awesome, thanks for the quick turn-around!
Forum: Everything else WordPress
In reply to: Developing WordPress in a cloud-based IDETommy, I have a few more questions regarding Codeanywhere
Your free plan has one DevBox and one Custom Stack, does that mean you can only have one active project at any given time or you can only have one project total before upgrading the account?
I know you already discussed Codeanywhere’s policy on data/code ownership, but are the DevBoxes private or public?
Using the free plan, I see you have access to 1 share. Is that one user I can share multiple times with or one share total (aka they can only see it once during development)?
If I start up a DevBox for a wordpress install, can I also set it up to compile scss/less or is that not allowed? if it is allowed, do you have any scripts or easy set-up for javascript task runners/ruby/scss/compass/etc?
Can you pull or push to Github/bitbucket with your service?
does your web/cloud ide have autocomplete/hinting for html/css/scss/php/and javascript?
Forum: Everything else WordPress
In reply to: Developing WordPress in a cloud-based IDECatacaustic: Which cloud ide’s have you come across that do this? I will definately take the time to view the TOS of the one I choose now thanks!
Forum: Everything else WordPress
In reply to: Developing WordPress in a cloud-based IDE@lylechamney: The other environment would be the local dev environment on my computer, the staging server would be a hosted environment in “the cloud”.
@catacaustic: I do see your points, and they do have a place to think about. Thanks for bringing them up!
@tommy B: I will definately have to look into your option. Thank you for taking the time to post here!
Quick Question: If I spin up a DevBox for WordPress development, does it allow for me to install and compile sass/scss and the like? If so does it work on all of your accounts or is the free account out of luck?