Hi. I get this error in the admin panel.
Deprecated: Creation of dynamic property Medical_Circle_Theme_Info::$notification is deprecated in /home/allsta55/public_html/wp-content/themes/medical-circle/acmethemes/at-theme-info/class-at-theme-info.php on line 49
Warning: Cannot modify header information – headers already sent by (output started at /home/allsta55/public_html/wp-content/themes/medical-circle/acmethemes/at-theme-info/class-at-theme-info.php:49) in /home/allsta55/public_html/wp-admin/includes/misc.php on line 1439
Warning: Cannot modify header information – headers already sent by (output started at /home/allsta55/public_html/wp-content/themes/medical-circle/acmethemes/at-theme-info/class-at-theme-info.php:49) in /home/allsta55/public_html/wp-includes/functions.php on line 7096
Warning: Cannot modify header information – headers already sent by (output started at /home/allsta55/public_html/wp-content/themes/medical-circle/acmethemes/at-theme-info/class-at-theme-info.php:49) in?/home/allsta55/public_html/wp-admin/admin-header.php?on line?9
Can you help with this
]]>We would like to change the wording “Medical Circle , The Modern Medical WordPress Theme” to other words. Can this be done on the free version?
]]>I have installed this theme for a Curtains and Blinds Abu Dhabi Company. All other features are working fine. But social icons on top right bar not working. kindly tell me solution.
Regards
]]>Hi,
I can no longer modify nor the slider in the “feature slide selection” section. When I click, nothing happens. The same thing happens in the “home content area” section. Thank you for your help.
]]>The social icons are missing for Facebook Twitter and LinkedIn. Anyway going to customize the theme and go to edit icon icons are missing and not showing their either. Wondering if anyone else has had that problem or have a solution for it?
]]>Hello Medicle Circle Team, thanks for developing is beautiful and useful theme. It was working fine without any glitch, but since a few days the ‘Randomize uploaded header‘ option in the Header section of the the theme customizer is not work as desired.
Appearance > customize > Header Options > Header Image
It is randomly displaying any image from the image gallery, rather than displaying only the images uploaded as header images.
]]>I change the margin in ccs style page builder (0 for 10), but it doesn’t work. Please view the link
[ redundant link removed ]
/*page builder css */
.at-grid-full-width .container {
width: 100%;
margin: 10;
}
.at-grid-full-width {
margin: 10;
}
.at-grid-full-width .main-title{
margin-bottom: 10px;
}
.at-grid-full-width .acme-col-posts.at-widgets .at-btn-wrap {
margin-top: 10px;
}
.entry-content p a,
.comment-content p a,
.comment-content li a,
.textwidget a{
text-decoration: underline;
Thank you for te answer!
]]>Hello there!
I’ve been using this theme for a while and it has been a good experience, but I have this problem: Since the primary menu gets automatically closed in mobile view, I want to remove it since there’s a big blanck space in the top of the page because of it but I don’t know how I can do it. Also, it’s location in the desktop view tends to be located in a top-right position next to the logo. I’m trying other logo’s sizes but the primary menu is freaking me out a little bit… I would be very grateful if you can help me with this matter (if you can also show me how I can change the location of the logo I would be EXTRA grateful haha) Thanks in advance!!!
Hello, i need help with Medical Circle template.
On the Home page in the AT Department Section, I want to remove the “see more” option and I would like all the information to be downloaded from the page where the information for this section is downloaded and the specified number of characters will end with “…”.
What do I need to edit to get rid of “…” and all the characters were downloaded from the site, not their limited number.
There is a screenshot with problem
Hello
I’m just about finishing setting up a clinic website and one thing is still bugging me: the main logo in the menu. When I pick a file, WordPress recommends a logo with 290×70 px dimensions, so I make the logo precisely that size in Illustrator. Logo is only vector, and I export to a PNG file, so there should be no blur or quality issues.
But after I publish the site with the logo, it gets blurred. I thought it was cache issues and the browser showing some previous logo, but I tried everywere: mobile, Edge, Chrome, InPrivate type tabs in both browsers, the logo is blured everywere.
Can someone help me?
Thank you!
Here is a screenshot of the logo in the Customize panel, and placed in the page. Can clearly see the original is plain sharp, but after being placed in the menu, gets blured.
Screenshot here
I added Ecwid shopping widget with my wordpress medical circle website template but this template is not showing new indian currency symbol. It is showing russian local currency symbol instead of indian currency.
kindly help
How can I make the facebook link in medical circle theme work on a desktop? It only works on mobile.
Thank you!
]]>Hello! I’m hoping someone can help me. When I updated to WP 5.5 and 5.5.1, the featured slider option on the theme disappeared on a few of the sites I’m working with (I have this theme installed on 8 sites and 3 sites it works with no issues). I’ve done the usual deactivate all plugins and reactivate one by one, but it’s not a plugin issue. Is there anything else I could try to make this theme work at 100%?
Thank you!
]]>Hi all,
If remove header image, CSS – background-image:url(‘{$bg_image_url}’) becomes background-image:url(”) , it makes every page being accessed two times:
1.2.3.4 – – [23/Mar/2020:11:10:18 +0800] “GET /index.php/sample-page/ HTTP/1.0” 200 25562 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0”
1.2.3.4 – – [23/Mar/2020:11:10:19 +0800] “GET /index.php/sample-page/ HTTP/1.0” 200 25562 “https://test.com/index.php/sample-page/” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0″
Here is original code of acmethemes/hooks/dynamic-css.php:
/*background*/
$bg_image_url =”;
if( get_header_image() ){
$bg_image_url = esc_url( get_header_image() );
}
$custom_css .= ”
.inner-main-title {
background-image:url(‘{$bg_image_url}’);
background-repeat:no-repeat;
background-size:cover;
background-attachment:fixed;
background-position: center;
height: {$medical_circle_header_height}px;
}”;
Here is my suggested code of acmethemes/hooks/dynamic-css.php:
/*background*/
$bg_image =”;
if( get_header_image() ){
$bg_image = “background-image:url(‘” . esc_url( get_header_image() ) . “‘);”;
}
$custom_css .= ”
.inner-main-title {
{$bg_image}
background-repeat:no-repeat;
background-size:cover;
background-attachment:fixed;
background-position: center;
height: {$medical_circle_header_height}px;
}”;
Hi,
I got a problem in footer when the page content only have few texts, the footer will be raised from page bottom to near page middle (see image from below URL)
https://drive.google.com/open?id=16KWcWoVQ1isFOVkJYDd1_uG9no1JdiFt
How can I put the footer back to bottom even the page content is just few words?
]]>Hi,
I have a problem in the theme – Customize > Header Options > Basic Info > “Very Short Description” field.
When I enter the code like <a href="tel:123-456-7">123-456-7</a>
, it works.
But if I enter the code like <a href="weixin://dl/chat?123">123</a>
, it does not works. And the code completely changed from <a href="weixin://dl/chat?123">123</a>
to <a href="https://dl/chat?123">123</a>
Why the code like “tel:” or “mailto:” works, but “weixin:” does not work? How to get it work?
]]>Hello,
I am using theme medical circle. In header option=> Basic Info, I have created links. After click the link, new page should to open. I . But Its not working. Please help to resolve this.
Thank You,
Hello,
I would like to change the height of the main theme slider.
I have tried to modify the height in a few places but no luck.
Any advice, please?
Many thanks,
Marius
]]>Hi,
I have found that the theme Font Awesome version is 4.7.0, while I have installed another plug-in, which is using Font Awesome version 5.4.1. Since the CSS class are not same in both version, it caused conflict in the theme. Can you update theme Font Awesome version to latest version?
]]>Im running a 2 language site, and want to be able to translate the content in the slider and services with polylang plugin. Translate all published pages, menu but i can’t find the option to translate the feature slider and feature content pages.
]]>This is my page on an Android smartphone: https://www.michelemarino.it/wp-content/uploads/2018/12/533b2d62-3c6d-422e-8c34-1d27b436a603.jpg
This is my page on an Apple smartphone: https://www.michelemarino.it/wp-content/uploads/2018/12/0a954521-d2a1-47f2-a4be-c62f05586932.jpg
Why? How can I prevent Apple device to zoom (?) or doing what Android smartphone don’t do? Where I need to act to get the right visualization (Android case)?
Thank you
Hello,
I have been using your theme and so far it was working (and looking) great. However, recently when I tried to edit some things on front page Elementor showed error “Sorry, the content area was not found in your page. You must call the_content” It was working just fine 2 months ago (I haven’t edited anything since October). What could have caused that?
Best regards,
Krzysztof
Featured image inside post .. my client says “we dont need it” …but we cant remove feature image completely because need a preview pic
]]>hi
I’m having problems with the slider show.
In featuer slider selection -> Slider Selection
I selected 3 slider
But in my web site only showes first slider and other is white
How can I adjust the size and position/alignment of the featured image? Right now, it is very large and the text doesn’t wrap around it. Thank you!
]]>I’m having problems with the the footer/sticky header.
1st – there’s two points through the scroll that the stickiness is not working. which is weird.
2nd – sometimes, I scroll to the bottom, the footer is shown, and it auto-scrolls back up to hide the footer… I think it happens when the page is not big enough so that the header goes beyond the top of the screen. And so I think the two issues I’m presenting are related.
There is some sort of conflict. I inspected the page, and the stickiness is not stable. When it gets sticky it changes the size of the body and messes up the scroll.I suggest you use position: absolute in the navbar in the pre-sticky situation.
Thanks
]]>Close to the bottom of the homepage there is a gallery. I would like to remove the title link from the image.
Either remove it completely or just make it so if the title is clicked it only shows the image, just like when you click he image.
I don’t want clicking the title to actually open a page.
I know there is an easy way to do one of those in the CSS, but my heads gone blank.
Help.