Home › Forums › Center WordPress Theme › Articles font same as pages ?
- This topic has 50 replies, 2 voices, and was last updated 10 years, 3 months ago by
remydedez.
-
AuthorPosts
-
March 3, 2015 at 5:13 pm #6496
remydedez
Participanthello,
i would like to know how to do to have same font on my articles than my pages ?
thank you
March 4, 2015 at 1:43 am #6501HI,
Could you give more tips? where’s the font you talked about(Post/Page Title Font, Post/Page Content Font,Post/Page Meta Font…)?
Best
March 4, 2015 at 9:18 am #6510remydedez
ParticipantFor exemple look this texte description font it’s not same as the menu or title
http://aprilis-ingenierie.com/WordPress3/?p=157
otherwise do you know how to disable leave a comment option on each posts ?
could you send me the wpml plugin on me email ?
thank you
March 4, 2015 at 11:28 am #65111.
Please login wp-admin, go to Center / General Settings / Custom Css
Paste the style code to Custom Css:
#content_wrap .entry, article.post .entry, #slogan, .blog-unit-excerpt, .entry li, .text_block li, .gallery-info-property-con, .text_block {font-family: Josefin Sans;}2.
Please check: https://www.dropbox.com/s/tteeevt3ohwsq63/QQ20150304-2.jpg?dl=0
https://www.dropbox.com/s/gdrfr8roez4rk3j/QQ20150304-3.jpg?dl=03.
Please go to http://wpml.org/ get this plugin
March 5, 2015 at 8:36 am #6534remydedez
Participantthank you it works ;),
i just installed the WPML plugin, can you tell me how to do to see the differents flags to select the languages? because for the moment i can’t see any flags on my website.
Thank you
March 5, 2015 at 11:30 am #6535Welcome 🙂
please check: https://www.dropbox.com/s/jkpgoz1nshvxapt/QQ20150305-3.jpg?dl=0March 5, 2015 at 12:44 pm #6536remydedez
Participanthello,
i would like to have the flags in the header, is ti possible ?
thanks
March 5, 2015 at 1:31 pm #6537Try to add the
ux_interface_language_flags();to ../template/global/aside-navi.php (line 50 after</nav>).November 26, 2015 at 3:38 pm #8999remydedez
Participanthello,
i have some questions:
– is it possible “continue reading” dont apear on each post ?
– i would like to reduce the space between the title and description and i would like to know how to do
– is it possible to replace the flags per FR/EN/RU as on my bellow screenshot ?
– is it possible to create and homepage with select language before enter the website ?thank you
November 27, 2015 at 12:17 am #9003– is it possible “continue reading” dont apear on each post ?
Please login wp-admin, go to Center / General Settings / Custom Css
Paste the style code to Custom Css:
.iterblock-more{display:none;}– i would like to reduce the space between the title and description and i would like to know how to do
Paste the style code to Custom Css:
.iterblock-expt { margin-top: 10px; }– is it possible to replace the flags per FR/EN/RU as on my bellow screenshot ?
1. Login FTP, find ../themescenter//functions/interface/interface-functions.php
line 252-256:if(!$l['active']) { echo '<a href="'.esc_url($l['url']).'"><img src="'.esc_url($l['country_flag_url']).'" height="12" alt="'.esc_attr($l['language_code']).'" width="18" /></a>'; } else { echo '<div class="current-language"><img src="'.esc_url($l['country_flag_url']).'" height="12" alt="'.esc_attr($l['language_code']).'" width="18" /></div>'; }update to:
if(!$l['active']) { echo '<a href="'.esc_url($l['url']).'"><span class="languages-shortname">'.esc_attr($l['language_code']).'</span></a>'; } else { echo '<div class="current-language"><span class="languages-shortname">'.esc_attr($l['language_code']).'</span></div>'; }2. Paste the style code to Custom Css:
.languages-shortname {text-transform: uppercase;}November 27, 2015 at 12:20 am #9004– is it possible to create and homepage with select language before enter the website ?
It isn’t possible by theme template.
November 27, 2015 at 8:10 am #9008remydedez
Participantthank for your answer 😉
i done everything but just flags doesn’t work and i don’t know why,
you can see here: http://aprilis-ingenierie.com/WordPress3about the homepage do you have an idea to know how could i do ?
thank you
November 27, 2015 at 10:49 am #9013i done everything but just flags doesn’t work and i don’t know why,
you can see here: http://aprilis-ingenierie.com/WordPress31. Download and unzip
Login FTP, replace ../themes/center/functions/interface/interface-functions.php2. Paste the style code to Custom Css:
.languages-shortname {text-transform: uppercase;}November 27, 2015 at 11:01 am #9014remydedez
Participantthank you but i done and it still doesn’t work, about the custom css i have to do it in center general settings ok wpml section ?
thanks
November 28, 2015 at 5:12 am #9019This reply has been marked as private.November 28, 2015 at 7:34 am #9020remydedez
ParticipantThis reply has been marked as private.November 29, 2015 at 2:19 am #9033This reply has been marked as private.November 30, 2015 at 8:23 am #9044remydedez
Participanthello and thank you,
is it possible to place slash between each languages and show the language selected in bold ?
on project i would like to enter in articles by clicking on image is it possible ? actually we can enter only by clicking on title.
Ist possible to have a larger loading logo ?thank you
November 30, 2015 at 9:18 am #9047Hi,
is it possible to place slash between each languages and show the language selected in bold ?
The custom job is not included support. I suggest you hire a engineer to do it.
Is possible to have a larger loading logo ?
. Paste the style code to Custom Css:
.page-loading .site-loading-logo img { max-height: 200px; max-width: 200px; } .page-loading-transform { width: auto;margin-left: -100px; }November 30, 2015 at 12:32 pm #9049remydedez
Participantok thank you
on portfolio i would like to enter in articles by clicking on image is it possible ? actually we can enter only by clicking on title.
December 1, 2015 at 2:41 am #9058Which portfolio you talked? Please leave the portfolio page url.
December 1, 2015 at 7:27 am #9062December 1, 2015 at 7:55 am #9063on portfolio i would like to enter in articles by clicking on image is it possible ? actually we can enter only by clicking on title.
– download the file, unzip it
– login FTP, go to: ../themes/center/functions/pagebuilder/modules/
– upload / replace: portfolio.phpDecember 11, 2015 at 1:50 pm #9189remydedez
Participanthello,
everything works fine thank you 😉
in article i would like to integrate a vimeo video with a resizing as on the images gallery bellow it and and would like if it is possible or not ?
thanks
December 12, 2015 at 5:29 am #9203Try to set a height value, like height=400
February 19, 2016 at 8:57 am #9958remydedez
ParticipantThis reply has been marked as private.February 20, 2016 at 2:20 am #9966Did talk this page: http://aprilis-ingenierie.com/WordPress3/ ?
I checked, it works.February 20, 2016 at 7:10 am #9967remydedez
ParticipantThis reply has been marked as private.February 20, 2016 at 7:26 am #99681. It seems you use the all categories in portfolio module. Try to put the portfolio posts in a category, choose this category in portfolio module
2. Please login wp-admin, go to Center / General Settings / Custom Css
Paste the style code to Custom Css:.iterlock-caption .blog_meta { display: none; }February 21, 2016 at 7:58 am #9970remydedez
ParticipantThis reply has been marked as private.February 22, 2016 at 2:23 am #9974i have just 2 little problems, on the english homepage slider only 3 articles from 8 appear
Did you set featured image for all 8 posts?
2nd problem the Russian font seems not same as others languages.
The RU pages doesn’t use Google font. The Josefin Sans font doesn’t support RU character ( https://www.dropbox.com/s/0kktaukpcob6kse/QQ20160222-1.jpg?dl=0 It supports Latin only )
1) You need find a new font that supports RU(Cyrillic ) and EN(Latin) on https://www.google.com/fonts ( https://www.dropbox.com/s/r9djyg1ttcsubs3/QQ20160222-2.jpg?dl=0 )
Set this font in Theme Options2) change the template manually ( refer: https://seatheme.net/forums/topic/google-fonts-latin-extended/#post-9200 )
February 22, 2016 at 7:23 am #9976remydedez
ParticipantThis reply has been marked as private.February 22, 2016 at 7:50 am #9977This reply has been marked as private.February 22, 2016 at 4:33 pm #9987remydedez
ParticipantThis reply has been marked as private.February 23, 2016 at 2:27 am #9990This reply has been marked as private.February 23, 2016 at 7:07 am #9996remydedez
ParticipantThis reply has been marked as private.February 23, 2016 at 9:07 am #9997I have changed on FTP, the RU font works.
February 23, 2016 at 4:53 pm #10005remydedez
Participantperfect thank you
February 27, 2016 at 4:02 pm #10056remydedez
ParticipantHello,
i changed the fonts for Didact Gothic but i don’t understand why the articles font doesn’t appears with this font ? i need to change something in a php file or other thing ?
orther thing, i need to show EN FR PO instead EN FR RU for the select languages can you explain me how to do ?
thank you
February 28, 2016 at 4:54 am #10057I checked your site, the title font have be changed as Didact Gothic: https://www.dropbox.com/s/yehekl0rjbcx2u6/QQ20160226-1.jpg?dl=0
If you want to use another language, you need change settings of WPML.
March 1, 2016 at 8:24 am #10059remydedez
ParticipantThis reply has been marked as private.March 2, 2016 at 2:39 am #10060– Edit the post’s( http://aprilis-ingenierie.com/WordPress3/chalet-amamax/?lang=ru) Excerpt (How to find Excerpt: https://seatheme.net/forums/topic/how-to-find-excerpt/)
– If it is not Google font, it is not possible
– Refer section “Translation” of DOC : http://ximudesign.com/themeforest/center/documentation/index.html#!/Translation:
here:To translate the static strings, it is recommended to download PO Edit here. After installing the PO Edit please follow the following steps:
March 2, 2016 at 7:53 am #10061remydedez
Participantok thank you,
i have another problem, i try to translate the contact page separately but when i change something on the french page it change too on the russian page while i asked to translate them separatly (not duplicate) and i don’t find why
March 7, 2016 at 8:10 am #10097remydedez
Participanthello, did you read my last message ? thank you
March 7, 2016 at 1:32 pm #10102The DOC is updated, Please refer 2.1 Translate the Pagebuilder : http://ximudesign.com/themeforest/center/documentation/index.html#!/Translation:
5. Please don’t use orgin modules, please clone or create new one module to edit for copied pages.
March 11, 2016 at 5:47 pm #10157remydedez
ParticipantHello,
i want to make a slider on a page with images i select without any articles links.
Is it possible ?thanks
March 12, 2016 at 2:26 am #10160Hi, it is not possible.
March 12, 2016 at 7:28 am #10165remydedez
ParticipantOh really 🙁 do yo have another solution to do it ?
thanks
March 14, 2016 at 7:36 am #10168remydedez
Participanthello,
ok i found a solution with meta slider plugin.
Other thing, i would like to remove the dates under the thumbnail on articles footers.
Can you tell me how to do ?thanks
March 14, 2016 at 8:44 am #10170You could try to hide by custom css
.related-posts-date { display: none; }March 14, 2016 at 12:23 pm #10174remydedez
Participantit works thanks 😉
-
AuthorPosts
- You must be logged in to reply to this topic.
