-
AuthorPosts
-
Radonja Djurisic Friend
Radonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
March 22, 2014 at 4:16 pm #196049need help with style on easy blog
i set default JA Obelisk theme for EasyBlog.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 24, 2014 at 7:04 am #527788In Easyblog’s theme settings, please make sure you set JA Obelisk as default theme for EasyBlog (with a star icon): http://prntscr.com/33mfs5
If it still doesn’t work, you can PM me admin & ftp account of your site, I will have a look.
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
March 24, 2014 at 5:56 pm #527927Yes Saguaros it is set as default
i am sending info right nowSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 25, 2014 at 1:38 am #527942If you go to backend settings of blog menu item, you will see that it’s assigned with ‘JA Obelisk – Dark Background’ template style so that blog page has dark theme (see this screenshot: http://prntscr.com/33vjwk). You can try to change to another style to see the difference (like Christmas in our demo site).
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
March 25, 2014 at 4:11 pm #528075Hello Saguaros
i try other styles still not good
as u see on imageand my client want dark style
so in dark theme easy blog is not included by style ?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 26, 2014 at 2:44 am #528148It’s included but your site will take the style of template. EasyBlog or other component/module are parts of a website, if these components and template have style for the same div/block or a HTML element, your site will take the style of template in priority.
Hence, when you assign dark style of template for easyblog page, it will have dark style, of course.
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
March 26, 2014 at 8:30 pm #528284I think you did not understand me
I do not want a white background
i want dark backgrund!but I think style for easyblog is messed up on black background i think …. see images
In this picture you can see the text that appears on the right side … But those should stand below main image
When you click on the article you will notice social buttons that are not where they should be …
Tolja
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 27, 2014 at 4:02 am #528297You can try to duplicate this file: templatesja_obelisktplsblocksmainbody.php and rename this new file, for instance mainbody1.php. Then open this ‘mainbody1.php’ file and change to this:
// Layout configuration
$layout_config = json_decode ('{
"two_sidebars": {
"default" : [ "span6 offset3" , "span3 offset-9" , "span3" ],
"wide" : [],
"xtablet" : [],
"tablet" : [ "span12" , "span6 spanfirst" , "span6" ]
},
"one_sidebar1": {
"default" : [ "span8 pull-right" , "span4" ],
"wide" : [],
"xtablet" : [ "span8 pull-right" , "span4" ],
"tablet" : [ "span12" , "span12 spanfirst" ]
},
"one_sidebar2": {
"default" : [ "span8" , "span4" ],
"wide" : [],
"xtablet" : [ "span8" , "span4" ],
"tablet" : [ "span12" , "span12 spanfirst" ]
},
"no_sidebar": {
"default" : [ "span12" ]
}
}');
Next, you open the layout file which you’re using in easyblog page, for example, if you use ‘dark-background’ layout, you open the file: templatesja_obelisktplsdefault-dark.php. In this file, instead of calling ‘mainbody.php’ block, you replace with the new block: ‘mainbody1.php’. It should look like this:
<body class="dark-background"><?php $this->loadBlock ('header') ?>
<?php $this->loadBlock ('mainnav') ?>
<?php $this->loadBlock ('spotlight-1') ?>
<?php $this->loadBlock ('masshead') ?>
<?php $this->loadBlock ('mainbody1') ?>
<?php $this->loadBlock ('spotlight-2') ?>
<?php $this->loadBlock ('navhelper') ?>
<?php $this->loadBlock ('footer') ?>
</body>
1 user says Thank You to Saguaros for this useful post
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
April 5, 2014 at 2:10 pm #529614hello saguaros
now main page for blog is ok
but when u go to see full article social buttons is messed up
social should be under articlecan u see this ?
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 8, 2014 at 2:18 am #529891You can try to add this CSS rule:
#eblog-wrapper #socialbutton.alignright + .blog-text {
margin-right: 153px;
}
into the file: /templates/ja_obelisk/css/custom.css
1 user says Thank You to Saguaros for this useful post
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
April 8, 2014 at 3:07 pm #530006Thanks Saguaros
about social buttons was by default to right side in backend settings
i set it up to bottom
so now is all ok -
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 2 voices, and was last updated by Radonja Djurisic 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
easy blog
Viewing 11 posts - 1 through 11 (of 11 total)