-
Search Results
-
It is my understanding that this theme recommends Elementor, but I have created a text widget in Elementor and the line breaks I have made are not showing up in Section 3. (I have tested it and they do in other themes)
Is there some CSS code I need to add to allow it to work?
https://ammams.com/grandmothershealing/
The text in the white section should break like this:
Our acceptance of ourselves, and others, fosters genuine
understanding, and compassion. Our unique, authentic,
true selves is what we came here to share.The <br> codes are in the HTML, but don’t affect the page.
Thanks
Hi, I built a website using your skt-music-pro theme as a subdomain wgile doing it. Then I moved it to the real domain and followed all the necessary guidelines to change the domain name and permalinks. However, all the permalinks attached to the theme options or theme customizer…in other words, image links, etc are not updating. Even the page links won’t update when I change permalinks setup in settings. I keep refreshing, I have even followed the steps to do it in PHPMyAdmin.
I try to change the permakinks back to their postname and I get a server error message that says
“Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.”I own the server, I own the domains, I am the IT/webmaster. so, now, I turn to you. I have never had these issues with any other wordpress sites on my server. This is definitely a theme issue. Especially since the pages work when I leave them as their pageID format. Even though I named them originally.
http://pattersonbluesandbbq.org/?page_id=2
Same thing with images that are through your theme’s photogallery. the permalinks won’t update to point to the new website/wp-content/uploads… it keeps pointing to the old one which I deleted.
Example… I had to manually fix the header image, page banner, and started on my sponsors album but I shouldn’t have to manually do this for each. so this is the correct link structure:
http://pattersonbluesandbbq.org/wp-content/uploads/2017/08/SIXD-LOGO-NEW-SQ-01-e1503166230620.pngThe wrong links point to:
Photgallery image: http://pattersonbluesandbbq.org/wp-content/uploads/2017/08/roosevelt-e1503166119486.png (gets internal server error) permalink says it’s http://pattersonbluesandbbq.org/?photogallery=roosevelt-veterinary-center
widget links not updating:
[su_slider source=”taxonomy: gallerycategory/6″ link=”http://bluesnbbq.palomadomenico.com/bluesnbbq/sponsors/” width=”300″ height=”150″ responsive=”yes” title=”no” centered=”yes” pages=”no”] again, it’s from the photogallery album
shortcode button links didn’t update on theme option home sections:
[su_button]http://bluesnbbq.palomadomenico.com/bluesnbbq/sponsors/
[su_button]http://bluesnbbq.palomadomenico.com/bluesnbbq/music/This event is happening in less than a month. I need this resolved ASAP
Hello,
I’d like to add my social media icons to my header but keep the theme content that is already there (email, phone number, estimate button). I’m using the Acurax Social Icons widget. If I put that widget in my header I lose the email, phone number and the “Get a Estimate” button. I would like to add another little line (like the one separating the email and phone number) and then add my social icons while keeping the Estimate button on the far right.
The code to add the Acurax icons is: [DISPLAY_ACURAX_ICONS]
Thank you in advance! 🙂
I am attempting to modify the Contact Form in the theme. It appears on the right sidebar as a Widget, but I can’t seem to locate where to modify the information that is on the form.
Looking in the Widgets, I see a Sidebar Contact Page that does not allow for any expansion under it. It only says that it appears on the Contact Page.
On my contact page, the sidebar widget appears on the right side.
The only thing that I can find is the following in the Edit Themes, Coffee Pro: Stylesheet (style.css) is the following:
/* = Contact Form css
————————————————————– */
.wpcf7{ margin:0; padding:0; font:15px ‘Roboto’,san-serif; color:#d6d6d6;}
.wpcf7 form{ margin:0; padding:0;}
.wpcf7 form span.last{ float:none !important;}
.wpcf7 form input[type=”url”], .wpcf7 form input[type=”date”], .wpcf7 form select{ background-color:#f1f1f1; border:1px solid #eed2bb; padding:5px 3px; margin-top:10px; font:13px arial; color:#777777;}
.wpcf7 form input[type=”checkbox”], .wpcf7 form input[type=”radio”], .wpcf7 form input[type=”file”]{ margin-top:10px; padding:0;}
span.wpcf7-list-item{ margin:0 15px 0 0 !important;}#contactform_main input[type=text], #contactform_main input[type=email], #contactform_main input[type=tel], #contactform_main input[type=url], #contactform_main textarea{width:40%; border:1px solid #eed2bb; padding:15px; float:left; margin:0 8px 8px 0;}
#contactform_main textarea{ width:85.6%; margin-right:0; height:130px;}
#contactform_main span.capcode{ float:left; padding:13px; border:1px solid #eed2bb; padding:13px; margin:0 8px 8px 0;}
#contactform_main input[type=submit], .wpcf7 form input[type=”submit”] { font:400 20px/24px ‘Roboto’, sans-serif; text-transform:uppercase; cursor:pointer; }
.wpcf7 form input[type=”text”], .wpcf7 form input[type=”email”], .wpcf7 form input[type=”tel”], .wpcf7 form textarea{ border:1px solid #eed2bb; padding:15px; margin:0 8px 8px 0; }
.wpcf7 form textarea{ margin-right:0; height:130px;}I have altered some of the text within the separated out section in the above text, but this does alter in a little.
Can anyone provide any help with where I would alter the Contact Form widget? I am wanting to get rid of the phone number and URL, as well as make sure that the email that the form goes to actually forwards correctly.