-
Author
-
December 30, 2015 at 17:52 #95729
wilhalphoto
ParticipantHi,
I found this option under Theme Options/Blog/Meta Settings/Post meta style for standard layout — and I set it to show “Inline Under Title” but it still shows on the left side of the main text container.
The option says that it only applies to standard layout only — what is standard layout?
thanks!
-Will
December 31, 2015 at 19:32 #95851Laura
ModeratorHello, the standard layout is one of the options when you select your blog layout, there is standard, grid and left thumb
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Attachments:
You must be logged in to view attached files.January 2, 2016 at 22:05 #95993Laura
ModeratorHello, it is at the left side in the post, you can adjust it with css try maybe https://archived.seventhqueen.com/forums/topic/display-post-meta-in-single-post-page-on-top-of-post
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 3, 2016 at 02:58 #96012wilhalphoto
ParticipantHi,
There were so many codes listed in that link, so I tried each of them individually/separately and NONE of them changed where the meta post is displayed. It is still displayed at the left side in the post.
thanks!
-WillJanuary 5, 2016 at 23:58 #96496Laura
ModeratorHello, please try this:
COPY CODE.w2dc-listings-block-content { width: 100%; } .container img { height: auto !important; } @media screen and (max-width: 700px) { #header .header-banner { display:none; } } header.w2dc-listing-header h2 a, header.w2dc-listing-header h2 a:visited { font-weight: normal; } .w2dc-categories-root { font-weight: normal; } div.w2dc-content .w2dc-fields-group { margin-bottom: 40px; margin-left: 0; margin-right: 0; margin-top: 70px; } div.w2dc-content .w2dc-fields-group .w2dc-fields-group-caption { font-weight: normal; } .w2dc-big-slide { background-position:50% 50%; background-repeat:no-repeat; background-size:cover; overflow:hidden; text-align:center; } .w2dc-big-slide-wrapper { background:none 0 0 repeat scroll #FFFFFF; border:5px solid #FFFFFF; box-shadow:#ffffff 0 0 5px; margin-bottom:20px; overflow:hidden; transform:translateZ(0px); } .wp-caption { background-color:transparent !important; } img.alignleft, img.alignright, img.aligncenter { margin-bottom: -12px; } .w2dc-content.w2dc-search-form { border-radius:0px; margin-bottom:20px; } .w2dc-content .w2dc-btn { -webkit-user-select:none; background-image:none; border:1px solid transparent; border-radius:0px; cursor:pointer; display:inline-block; font-size:14px; font-weight:normal; line-height:1.42857143; margin-bottom:0; padding:6px 12px; text-align:center; vertical-align:middle; white-space:nowrap; } .w2dc-search-section-label { font-family: "Open Sans Condensed",Arial,Helvetica,sans-serif; font-size: 1.7em; text-shadow: 0 1px 1px #000000; font-style: normal; line-height: 2em; border:1px solid transparent; border-radius:0; line-height:1.42857143; margin-right:2px; } .vc_separator h4 { display:table-cell; font-size:20pt; line-height:1em; white-space:pre; } main-color *::-moz-selection { background-color: #000000; color: #ffffff; } .alternate-color .kleo_ajax_results h4 span { background-color: #000000; } #main .main-color h1, #main .main-color h2, #main .main-color h3, #main .main-color h4, #main .main-color h5, #main .main-color h6 { color: #666666; } .vc_separator h4 { display: table-cell; font-size: 18pt; line-height: 1em; white-space: pre; } .w2dc-content { font-size:16px; } .w2dc-search-section-label { font-family: "Open Sans Condensed",; font-size: 1.5em; font-style: normal; line-height: 2em; text-shadow: 0 0px 0px #000000; } .single .container .with-meta .article-content, .posts-listing.standard-listing.with-meta .article-content { margin-left: 0px !important; } article .article-meta { width: auto !important; float: left !important; text-align: center !important; margin-left: 240px !important; } .entry-content .dropcap { color: #e977af; float: left; font-size: 5.71429rem; line-height: 0.75; margin-top: 6px; padding-right: 0.857143rem; text-transform: uppercase; } .posts-listing.standard-listing.with-meta.inline-meta .article-meta .post-meta { float: right !important; margin-left: -100px; } .template-page.col-sm-8.tpl-right.with-meta .article-meta { margin-top: 0px !important; position: absolute; } div#shr_canvas2 { padding-bottom: 50px; } @media (max-width: 991px) { .template-page.col-sm-8.tpl-right.with-meta .article-meta { margin-left: 110px !important; } } #main-container .article-content { padding-top: 50px !important; float: none; width: auto; border: 0; background: transparent; }
At style.css of child theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 7, 2016 at 10:25 #96845Laura
ModeratorHello, i see, might need to adjust it, can you share admin credentials? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 7, 2016 at 20:20 #97094Laura
ModeratorHello, try maybe
COPY CODEarticle .article-meta { float: none !important; text-align: center !important; margin-left: 50%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 8, 2016 at 19:12 #97366wilhalphoto
Participanti changed it to this to put it at the right location:
article .article-meta {
float: none !important;
text-align: left !important;
margin-left: 0%;
}however, I would like them to appear inline like this in ONE line:
rootadmin, December 31, 2015, Uncategorizednot in so many lines:
rootadmin,
December 31,
2015,
UncategorizedIs it possible?
thanks!
-WillJanuary 9, 2016 at 13:10 #97446Laura
ModeratorHello, try adding
COPY CODEarticle .article-meta { width: 170px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 10, 2016 at 08:51 #97564wilhalphoto
Participantit still doesn’t make them inline (written one one line)
January 10, 2016 at 17:35 #97610Laura
ModeratorHello, right now that is what you can do with css, maybe a developer can adjust it for you 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 13, 2016 at 19:08 #98330wilhalphoto
Participantaaww…:-(
But, hopefully, this bug is taken care of in your next release, ok?Thanks!
January 14, 2016 at 01:15 #98403Laura
ModeratorHello, we keep updating the theme to make it better 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.