kmelen
Forum Replies Created
-
Hello,
I have the same problem. I’ve installed WP Force SSL and verified my SSL Certificate. I’ve gone to general settings and changed the web address from HTTP:// to https://. I then did as this post suggests through Elementor tools. Still receiving message that the website is not secure in the URL bar in Chrome. Am I missing something?
Forum: Plugins
In reply to: [Timed Content] Content update without page refreshPerfect! Thank you.
Hi Great H-master. Can you please elaborate on this last post. I’m having the same problem. However, I do not how to specify a custom function and modify the output.
Thank you.
Forum: Fixing WordPress
In reply to: center align image map in widgetHi Andrew. I did try the only code on that page for images. So, I added this to my CSS:
IMG.displayed {
display: block;
margin-left: auto;
margin-right: auto }and now my widget code reads this:
<img class=”displayed” src=”https://sedulousmarketing.com/wp-content/themes/dynamik/css/images/front-page-buttons.png” alt=”Sedulous Marketing Resources” usemap=”#map” />
<map name=”map”>
<area shape=”rect” coords=”1367, 2, 1999, 284″ href=”https://sedulousmarketing.com/2-common-marketing-mistakes/” alt=” 2 Common Marketing Mistakes” />
<area shape=”rect” coords=”688, 4, 1361, 287″ href=”https://sedulousmarketing.com/free-marketing-resources/” alt=”Free Marketing Resources” />
<area shape=”rect” coords=”8, -1, 683, 284″ href=”https://sedulousmarketing.com/the-power-marketing-program/” alt=”The Power Marketing Program” />
</map>I believe that is how it is supposed to be done. Am I right?
Thanks!
Forum: Plugins
In reply to: [Recent Post Thumbnail Slider Widget] Editing background of Post TitleIt’s getting closer. It has made the background semi-transparent. However, the background is still pulling off of the settings for the widget headers and it made the text semi-transparent also. Any ideas?
Forum: Plugins
In reply to: [Recent Post Thumbnail Slider Widget] Editing background of Post TitleI want the box with the description to match the overlay text for the graphics that I created for the slider as well as the other two graphics: semi-transparent white background, no outline.
I know how to change the text color, so that is fine. I’ve tried editing the portion of the code that you mentioned to adjust the background and outline. But it does not seem to make a difference.
Thanks.
Forum: Plugins
In reply to: [Recent Post Thumbnail Slider Widget] Editing background of Post TitleHi Kundan,
I tried editing this line before to no avail. I’ve made the changes that you recommend here with no change in the site. However, I know that the file is being read since I was able to change the size of the font in the description here. My code in that file is as follows:
.rpswNamePrev_2 {
background: transparent;
width: 50px;
height: 50px;
display: block;
position: absolute;
top: 75px;
left: 0;
text-decoration: none;}
.rpswNameNext_2 {
width: 50px;
height: 20px;
position: absolute;
top: 75px;
right: 0px;
text-decoration: none;}
.rpswDescription_2{
margin:5px 5px 5px 5px;}
.rpswDescription_2 a:hover{
text-decoration:none;
}.rpswDescription_2 a{
text-decoration:none;
color: #FFFFFF;
font-weight:bold;
font-size:14px;
}.rpswDescription_2 h4{
margin: 0 auto;
background: #1C1F29 url(images/ays-sidebar-background.png);
padding: 0px 0px 0px 0px;
}.recent_posts_slider_widget .featured-post{
margin: 5px 0 5px 0;}
.rpswSliderName_2 img{
width:100% !important;
height:auto !important;
}#rpswContainer_2{
width:auto;}
#rpswNameNavigation_2{
display:none; position: absolute;
}