I have used your plugin before and discovered it can solve some unusual design problems. However, this time I am running into some weird issues. I am attempting to recreate what is currently occupying the three footer widgets on the Home page. See screenshot: Home page widgets
I am including a screenshot of what I have been able to accomplish, but with the entire table with a colored background. I am able to remove the background but for now it shows where a spacer image (one of my attempted workarounds) is located. The current uniform background color is from adding ‘headings’ to the dashboard field for additional classes for styling purposes. It works for the whole table but not the individual cells.
What I’ve been successful with:
What I haven’t been able to do:
To do this I have tried both three- and five-column models. In the CSS I seem to be able to control the whole table but not individual cells. Using !important hasn’t made a difference. Creating a special class for the three cells in the top row hasn’t improved control. The current experiment with the whitespace image in two out of five columns is less successful than three columns.
The following is what have I for custom CSS. Some of it works, some doesn’t. The purpose of leaving some of it is to show you what is and isn’t working.
#tablepress-1.tablepress-id-1.row-1.column-1,
#tablepress-1.tablepress-id-1.row-1.column-3,
#tablepress-1.tablepress-id-1.row-1.column-5 {
background-color: #e1fcbe;
}
#tablepress.id-1.row-1.column-2,#tablepress.id-1.row-1.column-4{
width: 100px;
}
#tablepress-1.headings{
background-color: #e1fcbe !important;
text-align: center !important;
}
#tablepress-1 {
border: none !important;
padding: 20px;
}
#tablepress-1 a{
color: #de5401;
}
#tablepress.img {
text-align: center;
}
I followed the FAQ information and am not getting the results I think I should. I didn’t have any problem with things like image centering before. What am I missing? Or is something not working correctly?
Thank you
]]>In the Divi text module, all settings are set on centering the related posts (in 1. module design text settings and 2. in the text itself: <p style=”text-align: center;”>[related-posts-thumbnails]</p> ), but it does not work. See for example https://praesenz-web.de/vom-ausbrennen-und-entfachen/
Inserting the code from the mentioned support thread here into the functions.php produced a frontend error message:
“Warning: Use of undefined constant ‘rpt_content_align’ – assumed ‘‘rpt_content_align’’ (this will throw an Error in a future version of PHP) in /www/htdocs/w018af01/praesenz-web.de/wp-content/themes/Divi-Child/functions.php on line 14
Warning: Use of undefined constant ‘rpt_content_align_callback’ – assumed ‘‘rpt_content_align_callback’’ (this will throw an Error in a future version of PHP) in /www/htdocs/w018af01/praesenz-web.de/wp-content/themes/Divi-Child/functions.php on line 14”
I am not a code specialist, sorry, and need help to center the images.
Thank you very much.
If you go to yrrc.ca you can see that the widget area titled “Free Athletic Magazines” is using the Image Rotator Widget. In the case of the widget area titled “Trusted Partner Highlight” which also uses this widget, I’ve resized the images down to the same width as the column, so centering them is not a requirement.
[ email redacted ]
https://www.ads-software.com/plugins/dk-new-medias-image-rotator-widget/
My site is www.lasvegasworldnews.com and here is the CSS
/*aligns*/
.aligncenter{ display:block; margin: 0 auto}
.alignright{ float:right; margin: 10px 0 10px 20px}
.alignleft{ float:left; margin: 10px 20px 10px 0}
/*floats*/
.floatleft{ float:left}
.floatright{ float:right}
/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}
/*captions*/
.wp-caption{
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
margin:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
.wp-caption img{
margin:0;
padding:0;
border:0 none;
}
.wp-caption p.wp-caption-text{
font-size:11px;
line-height:17px;
padding:0 4px 5px;
margin:0;
}
Can someone tell me what I need to add?
Much appreciated.
]]>I’ve struggled with centering images forever. Any help resolving will be appreciated. The Theme is old and I suspect that is part of the problem. I have fiddled with the CSS and probably made it worse.
One other problem: The YouTube video at the beginning of the post is also not showing for some reason.
Thanks for any help.
]]>https://www.ads-software.com/plugins/genesis-responsive-slider/
]]>I’ve been a huge fan of this plugin for a few years now and I just noticed that the plugin is not working the way it had been previously when I upgraded to WordPress 3.5.1 which just recently came out.
I can still see the images on the sidebar where I uploaded all my images using this plugin, however, I used to be able to center them using the following CSS that I inserted into my theme <head> section using this:
.simpleimage {
text-align: center;
}
After the upgrade, I find that I cannot use this CSS style. Have you changed these statements, or can you give me an alternate way of centering the images using the plugin? I really loved this plugin and I was hoping to continue using it. I just need the images centered in the sidebar like I was able to previously.
Thank you.
Laura Tower
https://www.ads-software.com/extend/plugins/simple-image-widget/
]]>Ok, when I switch to the basic theme, the images are centered.
]]>