Forum Replies Created
-
AuthorPosts
-
The following code did not work
.team-img-container img { width: 100% !important; }
Yes however this is causing my site to slow down. Do you recommend another font that will not cause this issue? As well I was wondering is their way way to add the following two fonts?
AvantGardeBook
AvantGardeMediumI have provided access.. Thanks for researching.
Worked like a charm not sure why i didnt think about deleting the additional text on the URL. Thanks a bunch
See private comments of where to go to find the video url error.
I have included admin info
Just saw your request one moment will give you admin access
Nikko,
That resolved one issue which I am grateful for your time however when i go to a domain forward such as http://www.AustinViewing.com I now receive the following error:
Warning: Cannot modify header information – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174
I also know when i try to do any page updates i receive the following error:
Warning: Cannot modify header information – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174
Nikko,
I had added to the end of the child theme however it did not fix anything so i deleted it. Thanks for looking into the problem i have spent the last day or so with my site down so any help would be greatly appreciated.
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: Cannot modify header information – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174
Seeing that i can not access wp-admin i went into the plugins folder via ftp and added “-disabled” after each plugin and this still did not fix the issue
Also getting the following errors
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Andy,
Feel free to deactivate any plug ins as the site is not being used at this time until the issue is resolved.
I updated the theme and am still having issues with the form loading the confirmation data after pressing submit. I have created a test form that just requires entering a name to submit the form which then leads to a blank page instead of showing the confirmation data.
- This reply was modified 8 years, 6 months ago by tdproperty.
This was the code i was talking about
https://kriesi.at/support/topic/ajax-portfolio-show-at-current-location/#post-171923
November 21, 2015 at 3:40 am in reply to: Remove Nav Next Button from Mobile View Menu / Tab Container #540049Ismael,
Awesome that worked! Thanks again guys for the help!
November 19, 2015 at 8:30 am in reply to: Remove Nav Next Button from Mobile View Menu / Tab Container #538796Rikard,
That took care of the left nav button however the right nav button still shows up
November 2, 2015 at 6:13 pm in reply to: Remove Nav Next Button from Mobile View Menu / Tab Container #528720i provided the image in prvt
Josue,
Thanks I found the issue I did not check the portfolio Categorie on one of the entries.
This code worked for the 1st url however not the 2nd url. You will notice if you scroll to the bottom of the page on the 2nd url that there is no portfolio image?
Please enter my domain name without www and it will load the correct page. If you enter www before my domain name it will show the broken page which I am in the works of correcting.
It looks like it is something with the css file because if you go to my site without www it is different than with the www before the domain name. I checked server side and everything looks fine. With www before the domain name you will notice that the social media widgets are messed up. I recently went into wordpress and selected that my homepage points to page name home and my blog points to page name blog. This changed the previous error that I was receiving which stated the text “this is enfold” when I entered my domain name with the www before hand. Something is not connecting correctly even after clearing the cache and reviewing the i believe its called htc file via ftp.
I went and checked multiple computers and it is coming up for me. Can you try once again and clear out your cache. I show that my server was down a couple of times via pingdom. I keep changing hosting companies and they all operate between 92 and 97% up time this whole 99% uptime is a joke.. lol.. Thanks for your help.. Please try the following urls listed in private it may just not be liking without www or http
It should be working again not sure why it was doing this however I cleared out the cache and not it is working. Please refresh your browser and it should work. Thanks for the help
I tried adding this code to my site and it does not work to disable the title text that pops up over the images. Can you please provide an update code? Thanks a lot for the help!
Ismael can you please help me?
Andy,
There is no overlapping currently you gave me the code that does not correspond with my current code. If you look what you wrote
I can see this code in your source code:
@media only screen and (max-width: 767px) { .responsive #header .main_menu .social_bookmarks { display: none; }}
which is preventing social icons to appear. Use this code instead:
@media only screen and (max-width: 767px) { .responsive #header .main_menu .social_bookmarks { display: block !important; }}
Cheers!
AndyYou will notice that the above code is not found in my current code
font-size: 20px; font-weight: bold; text-align: center; } .content, .sidebar { padding-top: 10px; padding-bottom: 10px;} body { font-size: 16px; } .phone-info span { font-size: 16px; } .main_menu .menu ul { width: 235px; } #top div .avia-gallery img { border-style: none; padding: 0; } @media only screen and (min-width: 584px) and (max-width: 1200px) { .container #advanced_menu_toggle, #advanced_menu_hide { display: block; } .main_menu .avia-menu, #header_main_alternate, .fallback_menu { display: none; }} @media only screen and (min-width: 584px) and (max-width: 1200px) { ul.noLightbox.social_bookmarks.icon_count_4 { left: -60px; display: block; }}
I value your alls time however I have explained this 3 times in past posts. Can you please review the code and help me correct the problem of the social media icons disappearing around 770 pixels. So once again please view my code and you will notice that what you wrote above does not include that code in my most recent code. Thank you for your time and make it a great day!
The code that you included for reply #503406 was not relevant as that code was removed in a prior post which corrected my overlapping header issue. All of my current css code is listed in my reply #503671 which does not include the following code that needs to be replaced
@media only screen and (max-width: 767px) { .responsive #header .main_menu .social_bookmarks { display: none; }}
Andy,
That code was for my old code if I revert back to the code you provided it overlaps the main image with the tabs. I have provided all the code listed below that is currently in my quick css
font-size: 20px; font-weight: bold; text-align: center; } .content, .sidebar { padding-top: 10px; padding-bottom: 10px;} body { font-size: 16px; } .phone-info span { font-size: 16px; } .main_menu .menu ul { width: 235px; } #top div .avia-gallery img { border-style: none; padding: 0; } @media only screen and (min-width: 584px) and (max-width: 1200px) { .container #advanced_menu_toggle, #advanced_menu_hide { display: block; } .main_menu .avia-menu, #header_main_alternate, .fallback_menu { display: none; }} @media only screen and (min-width: 584px) and (max-width: 1200px) { ul.noLightbox.social_bookmarks.icon_count_4 { left: -60px; display: block; }}
-
AuthorPosts